]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/spinbutt.h
minor fixes to wxLocale::GetSystemLanguage(), test code for it added to the console...
[wxWidgets.git] / include / wx / gtk1 / spinbutt.h
index cdae9dad3b9dce536874443cacacb330bd49edf5..96e13d0100bb4b25f501c597bab7c93b017900e6 100644 (file)
@@ -55,6 +55,9 @@ public:
     GtkAdjustment  *m_adjust;
     float           m_oldPos;
 
+protected:
+    virtual wxSize DoGetBestSize() const;
+
 private:
     DECLARE_EVENT_TABLE()
     DECLARE_DYNAMIC_CLASS(wxSpinButton)