X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b4071e913e85e35024ee5883a0a046f0fd6332bf..32e9da8bfaafe4f462f7473a7e11e3387847e121:/include/wx/gtk1/textctrl.h diff --git a/include/wx/gtk1/textctrl.h b/include/wx/gtk1/textctrl.h index e4bdb022c3..a5e9475ab1 100644 --- a/include/wx/gtk1/textctrl.h +++ b/include/wx/gtk1/textctrl.h @@ -21,7 +21,7 @@ #include "wx/string.h" #include "wx/control.h" -#if USE_IOSTREAMH +#if wxUSE_IOSTREAMH #include #else #include @@ -86,7 +86,7 @@ class wxTextCtrl: public wxControl, public streambuf void Cut(); void Copy(); void Paste(); - void Delete(); + void Clear(); void OnChar( wxKeyEvent &event ); @@ -102,7 +102,8 @@ class wxTextCtrl: public wxControl, public streambuf wxTextCtrl& operator<<(const char c); void SetFont( const wxFont &font ); - + virtual void SetBackgroundColour(const wxColour &colour); + // implementation GtkWidget* GetConnectWidget(void);