]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/spinbutt.h
More Motif changes (colour/font stuff)
[wxWidgets.git] / include / wx / motif / spinbutt.h
index ce5a75372cf82f024c6aad76ae1b0ea59838c7f0..6976f07e70eacc3258477441988ea5c9f0b8932a 100644 (file)
@@ -64,6 +64,11 @@ class WXDLLEXPORT wxSpinButton: public wxControl
 
   void Command(wxCommandEvent& event) { ProcessCommand(event); };
 
 
   void Command(wxCommandEvent& event) { ProcessCommand(event); };
 
+// Implementation
+  virtual void ChangeFont();
+  virtual void ChangeBackgroundColour();
+  virtual void ChangeForegroundColour();
+
 protected:
   int   m_min;
   int   m_max;
 protected:
   int   m_min;
   int   m_max;