compilation fixes for wxGTK1 after wxTextEntry changes (unit test still fails, Replace() generates 2 events instead of 1...)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48950 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-09-26 12:18:00 +00:00
parent 5abbb704ba
commit c282ec4402
2 changed files with 15 additions and 3 deletions

View File

@@ -94,6 +94,7 @@ public:
wxString GetValue() const;
void SetValue(const wxString& value);
void WriteText(const wxString& value);
void Copy();
void Cut();