Corrected a clearing bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42559 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1588,11 +1588,8 @@ public:
|
||||
/// Initialisation
|
||||
void Init();
|
||||
|
||||
/// Clears the buffer and resets the command processor
|
||||
virtual void Clear();
|
||||
|
||||
/// The same as Clear, and adds an empty paragraph.
|
||||
virtual void Reset();
|
||||
/// Clears the buffer, adds an empty paragraph, and clears the command processor.
|
||||
virtual void ResetAndClearCommands();
|
||||
|
||||
/// Load a file
|
||||
virtual bool LoadFile(const wxString& filename, int type = wxRICHTEXT_TYPE_ANY);
|
||||
|
Reference in New Issue
Block a user