Add wxTextCtrl::EmptyUndoBuffer()
This is implemented for multi-line controls under macOS only currently.
This commit is contained in:
@@ -140,6 +140,7 @@ public:
|
||||
virtual void Undo() wxOVERRIDE;
|
||||
virtual bool CanRedo() const wxOVERRIDE;
|
||||
virtual void Redo() wxOVERRIDE;
|
||||
virtual void EmptyUndoBuffer() wxOVERRIDE;
|
||||
|
||||
protected:
|
||||
void DoUpdateTextStyle();
|
||||
|
Reference in New Issue
Block a user