]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/slider95.h
Peparation for native Smartphone controls based on Spinners.
[wxWidgets.git] / include / wx / msw / slider95.h
index d1efb04d8c96123d084eb4a7d6de7049a25f2d8d..51befcee29c44c7b280efb910d7924e88f0f147f 100644 (file)
@@ -46,8 +46,6 @@ public:
     virtual int GetValue() const;
     virtual void SetValue(int);
 
-    void GetSize(int *w, int *h) const;
-
     void GetPosition(int *x, int *y) const;
 
     bool Show(bool show = TRUE);
@@ -101,6 +99,8 @@ protected:
                            int width, int height,
                            int sizeFlags = wxSIZE_AUTO);
 
+    virtual wxSize DoGetBestSize() const;
+    
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxSlider95)
 };