]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/textctrl.h
Added support for frames without borders (such as for
[wxWidgets.git] / include / wx / gtk1 / textctrl.h
index e4bdb022c31acb7dfa313ec519f3e4c839566c18..a5e9475ab12f1121ca83517dcda3f51af4d4df44 100644 (file)
@@ -21,7 +21,7 @@
 #include "wx/string.h"
 #include "wx/control.h"
 
 #include "wx/string.h"
 #include "wx/control.h"
 
-#if USE_IOSTREAMH
+#if wxUSE_IOSTREAMH
 #include <iostream.h>
 #else
 #include <iostream>
 #include <iostream.h>
 #else
 #include <iostream>
@@ -86,7 +86,7 @@ class wxTextCtrl: public wxControl, public streambuf
     void Cut();
     void Copy();
     void Paste();
     void Cut();
     void Copy();
     void Paste();
-    void Delete();
+    void Clear();
 
     void OnChar( wxKeyEvent &event );
 
 
     void OnChar( wxKeyEvent &event );
 
@@ -102,7 +102,8 @@ class wxTextCtrl: public wxControl, public streambuf
     wxTextCtrl& operator<<(const char c);
 
     void SetFont( const wxFont &font );
     wxTextCtrl& operator<<(const char c);
 
     void SetFont( const wxFont &font );
-    
+    virtual void SetBackgroundColour(const wxColour &colour);
+
   // implementation    
     
     GtkWidget* GetConnectWidget(void);
   // implementation    
     
     GtkWidget* GetConnectWidget(void);