]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/gauge.h
More Motif stuff incl. beginnings of wxToolBar
[wxWidgets.git] / include / wx / motif / gauge.h
index 13eddaecae342b8c76548d2c45bb3ac53b5739a6..551aa005774975ba80c812020c1ff70606aef620 100644 (file)
@@ -60,6 +60,11 @@ class WXDLLEXPORT wxGauge: public wxControl
 
   virtual void Command(wxCommandEvent& WXUNUSED(event)) {} ;
 
+// Implementation
+  virtual void ChangeFont();
+  virtual void ChangeBackgroundColour();
+  virtual void ChangeForegroundColour();
+
  protected:
    int      m_rangeMax;
    int      m_gaugePos;