]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/slider.h
Fixes, typos etc...
[wxWidgets.git] / include / wx / gtk / slider.h
index 2915e8380fc328af75d26610ea7717612ea37e71..f6839196420d722080bc7e373d241146a0a2dd99 100644 (file)
@@ -84,8 +84,10 @@ class wxSlider: public wxControl
     int GetThumbLength(void) const;
     void SetTick( int tickPos );
 
-  public:
-  
+  // implementation    
+    
+    bool IsOwnGtkWindow( GdkWindow *window );
+    
     GtkAdjustment  *m_adjust;
     float           m_oldPos;