]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/slider.h
More Motif changes (colour/font stuff)
[wxWidgets.git] / include / wx / motif / slider.h
index a11705040c70b5b2f8def2249ea1eb422e758b77..c61f865c56f29da5bd8a17890dc748f628004f7f 100644 (file)
@@ -53,8 +53,6 @@ public:
   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,6 +76,12 @@ public:
   void SetTick(int tickPos) ;
 
   void Command(wxCommandEvent& event);
+
+// Implementation
+  virtual void ChangeFont();
+  virtual void ChangeBackgroundColour();
+  virtual void ChangeForegroundColour();
+
  protected:
   int           m_rangeMin;
   int           m_rangeMax;