]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/textctrl.h
.cvsignores added
[wxWidgets.git] / include / wx / gtk / textctrl.h
index 29663cf0d07e0b9be9d5ada92b9d9df04a74ea84..a5e9475ab12f1121ca83517dcda3f51af4d4df44 100644 (file)
@@ -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);