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);
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;