]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/slider.h
Lots of work to set PangoFontDescription as the
[wxWidgets.git] / include / wx / os2 / slider.h
index 782436634ebf30e1377752c07dea5bce311adc91..006158d7b88730cfd3e50d3d629f77683f29f1ca 100644 (file)
@@ -14,8 +14,6 @@
 
 #include "wx/control.h"
 
-WXDLLEXPORT_DATA(extern const char*) wxSliderNameStr;
-
 // Slider
 class WXDLLEXPORT wxSlider: public wxSliderBase
 {
@@ -74,7 +72,7 @@ public:
                  void GetPosition( int* pnX
                                   ,int* pnY
                                  ) const ;
-                 bool Show(bool bShow);
+                 bool Show(bool bShow = TRUE);
                  void SetRange( int nMinValue
                                ,int nMaxValue
                               );
@@ -147,6 +145,9 @@ protected:
     int                             m_nThumbLength;
     int                             m_nSizeFlags;
 
+    virtual void DoGetSize( int* pnWidth
+                           ,int* pnHeight
+                          ) const;
     virtual void DoSetSize( int  nX
                            ,int  nY
                            ,int  nWidth