Add wxTextCtrl::EmptyUndoBuffer()

This is implemented for multi-line controls under macOS only currently.
This commit is contained in:
Dan Korn
2021-08-18 23:14:14 +02:00
committed by Vadim Zeitlin
parent 9b27eaad43
commit 3c9bb69d6e
10 changed files with 37 additions and 1 deletions

View File

@@ -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();