]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/spinbutt.h
Less MSW related files in wxPalmOS port.
[wxWidgets.git] / include / wx / gtk1 / spinbutt.h
index ce80a907e56fc5fab06c829f43fa907f346d2d2c..bbf998067d705e5b07170fce934707eebb489c5f 100644 (file)
@@ -46,11 +46,13 @@ public:
     virtual int GetMin() const;
     virtual int GetMax() const;
 
+    static wxVisualAttributes
+    GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+    
     // implementation
     void OnSize( wxSizeEvent &event );
 
     bool IsOwnGtkWindow( GdkWindow *window );
-    void ApplyWidgetStyle();
 
     GtkAdjustment  *m_adjust;
     float           m_oldPos;