]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/control.h
Added wxUSE_SPINCTRL,
[wxWidgets.git] / include / wx / gtk1 / control.h
index 5ae7c44043a9344245116db3befa4c6bba48dee0..e7869e4f0e7de21cf8a730f7ff83690edd49c521 100644 (file)
@@ -46,6 +46,8 @@ public:
     virtual wxString GetLabel() const;
 
 protected:
+    virtual wxSize DoGetBestSize() const;
+
     wxString   m_label;
     char       m_chAccel;  // enabled to avoid breaking binary compatibility later on