]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/spinbutt.cpp
Changes to WXDLLEXPORT keyword position for VC++ 6.0; changed
[wxWidgets.git] / src / motif / spinbutt.cpp
index 5111233fe9ea6d7a914384cd277109f4796696d0..6c7c4d442483d7d54cd2f3b2e20d3857d2dc6f66 100644 (file)
@@ -68,6 +68,21 @@ void wxSpinButton::SetRange(int minVal, int maxVal)
        // TODO
 }
 
+void wxSpinButton::ChangeFont(bool keepOriginalSize)
+{
+    // TODO
+}
+
+void wxSpinButton::ChangeBackgroundColour()
+{
+    // TODO
+}
+
+void wxSpinButton::ChangeForegroundColour()
+{
+    // TODO
+}
+
 // Spin event
 IMPLEMENT_DYNAMIC_CLASS(wxSpinEvent, wxScrollEvent)