Add wxTextCtrl::EmptyUndoBuffer()
This is implemented for multi-line controls under macOS only currently.
This commit is contained in:
parent
9b27eaad43
commit
3c9bb69d6e
10 changed files with 37 additions and 1 deletions
|
|
@ -730,6 +730,7 @@ public :
|
|||
virtual void Undo() ;
|
||||
virtual bool CanRedo() const;
|
||||
virtual void Redo() ;
|
||||
virtual void EmptyUndoBuffer() ;
|
||||
virtual int GetNumberOfLines() const ;
|
||||
virtual long XYToPosition(long x, long y) const;
|
||||
virtual bool PositionToXY(long pos, long *x, long *y) const ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue