]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/slider.h
made wxLocale::GetSystemLanguage and wxLocale::AddLanguage static;
[wxWidgets.git] / include / wx / mac / slider.h
index 239e914e5cedb657ef56e3cfd4dbc19d035d2046..ff45a5790df1b9833c6053899147b1f3cbf4b4f2 100644 (file)
@@ -17,6 +17,8 @@
 #endif
 
 #include "wx/control.h"
+#include "wx/slider.h"
+#include "wx/stattext.h"
 
 WXDLLEXPORT_DATA(extern const char*) wxSliderNameStr;
 
@@ -51,9 +53,6 @@ public:
 
   virtual int GetValue() const ;
   virtual void SetValue(int);
-  void GetSize(int *x, int *y) const ;
-  void SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO);
-  void GetPosition(int *x, int *y) const ;
   bool Show(bool show);
 
   void SetRange(int minValue, int maxValue);
@@ -78,7 +77,12 @@ public:
   void SetTick(int tickPos) ;
 
   void Command(wxCommandEvent& event);
+       void                                    MacHandleControlClick( ControlHandle control , SInt16 controlpart ) ;
  protected:
+       wxStaticText*   m_macMinimumStatic ;
+       wxStaticText*   m_macMaximumStatic ;
+       wxStaticText*   m_macValueStatic ;
+
   int           m_rangeMin;
   int           m_rangeMax;
   int           m_pageSize;