]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/scrolbar.h
Fixes, typos etc...
[wxWidgets.git] / include / wx / gtk / scrolbar.h
index 27941a616b54f1355da0741f941728a9f7dc2213..f4a50694d0454c2b1602d0a58d2e0ed776f2c5a8 100644 (file)
@@ -77,7 +77,9 @@ class wxScrollBar: public wxControl
     void SetObjectLength( int objectLength );
     void SetViewLength( int viewLength );
 
-  public:
+  // implementation    
+    
+    bool IsOwnGtkWindow( GdkWindow *window );
   
     GtkAdjustment  *m_adjust;
     float           m_oldPos;