]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/textctrl.h
started once again from stubs
[wxWidgets.git] / include / wx / gtk1 / textctrl.h
index eb7fe290ffda2f96a20edd1d1b9204417a301a64..061e82e3bd0e86f48a66fd5c94d31fe770e63420 100644 (file)
@@ -106,14 +106,17 @@ class wxTextCtrl: public wxControl, public streambuf
 
   // implementation    
     
-    GtkWidget* GetConnectWidget(void);
+    GtkWidget* GetConnectWidget();
     bool IsOwnGtkWindow( GdkWindow *window );
     void ApplyWidgetStyle();
+    void CalculateScrollbar();
     
   private:
   
     bool        m_modified;
     GtkWidget  *m_text;
+    GtkWidget  *m_vScrollbar;
+    bool        m_vScrollbarVisible;
 };
 
 #endif // __GTKTEXTCTRLH__