X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a075e27bf3c21a4fa2a8b6349ea194132fdb3497..82ea63e6e046652bc0799badd9d62f91c9918dbe:/include/wx/gtk/spinctrl.h?ds=inline diff --git a/include/wx/gtk/spinctrl.h b/include/wx/gtk/spinctrl.h index 1fa6b82982..14065fb96a 100644 --- a/include/wx/gtk/spinctrl.h +++ b/include/wx/gtk/spinctrl.h @@ -65,10 +65,15 @@ public: bool IsOwnGtkWindow( GdkWindow *window ); void ApplyWidgetStyle(); + void GtkDisableEvents(); + void GtkEnableEvents(); GtkAdjustment *m_adjust; float m_oldPos; +protected: + virtual wxSize DoGetBestSize() const; + private: DECLARE_DYNAMIC_CLASS(wxSpinCtrl) DECLARE_EVENT_TABLE()