X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2f073eb2e0786fa44dd41d31eb34d00a75ab0570..40bd6154f1476dbe598c60b4760bbf2fe0d9ab0f:/include/wx/gtk1/checkbox.h?ds=sidebyside diff --git a/include/wx/gtk1/checkbox.h b/include/wx/gtk1/checkbox.h index 412b3663b2..562f783397 100644 --- a/include/wx/gtk1/checkbox.h +++ b/include/wx/gtk1/checkbox.h @@ -66,6 +66,8 @@ public: bool Enable( bool enable ); // implementation + // -------------- + void ApplyWidgetStyle(); bool IsOwnGtkWindow( GdkWindow *window ); void OnInternalIdle(); @@ -73,6 +75,9 @@ public: GtkWidget *m_widgetCheckbox; GtkWidget *m_widgetLabel; +protected: + virtual wxSize DoGetBestSize() const; + private: DECLARE_DYNAMIC_CLASS(wxCheckBox) };