]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/spinbutt.h
Improve sizer support in generic wxNotebook. Fix the widgets sample
[wxWidgets.git] / include / wx / gtk / spinbutt.h
index dfe3c40c056a4a7869fd71cda82d95775ebbb7bc..2c0c3913a79d3adffa00b8fafc4c4c2026975f31 100644 (file)
@@ -19,7 +19,7 @@
 // wxSpinButton
 //-----------------------------------------------------------------------------
 
-class wxSpinButton : public wxSpinButtonBase
+class WXDLLIMPEXP_CORE wxSpinButton : public wxSpinButtonBase
 {
 public:
     wxSpinButton() { }
@@ -53,7 +53,6 @@ public:
     void OnSize( wxSizeEvent &event );
 
     bool IsOwnGtkWindow( GdkWindow *window );
-    void ApplyWidgetStyle();
 
     GtkAdjustment  *m_adjust;
     float           m_oldPos;