Implement wxTextCtrl::ShowPosition() (wxOSX)

Closes #17811.
This commit is contained in:
Artur Wieczorek
2017-07-22 22:02:55 +02:00
parent d233b8939b
commit 572ec50827
4 changed files with 23 additions and 1 deletions

View File

@@ -685,7 +685,7 @@ public :
virtual int GetNumberOfLines() const ;
virtual long XYToPosition(long x, long y) const;
virtual bool PositionToXY(long pos, long *x, long *y) const ;
virtual void ShowPosition(long WXUNUSED(pos)) ;
virtual void ShowPosition(long pos) ;
virtual int GetLineLength(long lineNo) const ;
virtual wxString GetLineText(long lineNo) const ;
virtual void CheckSpelling(bool WXUNUSED(check)) { }