]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/slider.h
moving rounded rect and ellipse to path class
[wxWidgets.git] / include / wx / gtk / slider.h
index 8322bf66a9dfb0cf531ac5a44264d2917b8b724e..76f6dae280b91cd0189e6ee7a581c719cfdb3c9c 100644 (file)
@@ -60,12 +60,13 @@ public:
     GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
     
     // implementation
-    bool IsOwnGtkWindow( GdkWindow *window );
-
     double m_pos;
     int m_scrollEventType;
     bool m_needThumbRelease;
 
+protected:
+    virtual GdkWindow *GTKGetWindow(wxArrayGdkWindows& windows) const;
+
 private:
     DECLARE_DYNAMIC_CLASS(wxSlider)
 };