]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/textctrl.h
Updates to memcheck
[wxWidgets.git] / include / wx / gtk / textctrl.h
index 034f218b7b78e528e2532b27c4875e4a86e0fae4..e4bdb022c31acb7dfa313ec519f3e4c839566c18 100644 (file)
@@ -101,8 +101,12 @@ class wxTextCtrl: public wxControl, public streambuf
     wxTextCtrl& operator<<(double d);
     wxTextCtrl& operator<<(const char c);
 
-    virtual GtkWidget* GetConnectWidget(void);
-    virtual bool IsOwnGtkWindow( GdkWindow *window );
+    void SetFont( const wxFont &font );
+    
+  // implementation    
+    
+    GtkWidget* GetConnectWidget(void);
+    bool IsOwnGtkWindow( GdkWindow *window );
     
   private: