X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/738f9e5a12b8bb3936cc10347be98390602d3660..3f2bcf34371665165e8232c7fdf3776cfff11892:/include/wx/gtk1/checkbox.h?ds=sidebyside diff --git a/include/wx/gtk1/checkbox.h b/include/wx/gtk1/checkbox.h index 1a0c0ca399..562f783397 100644 --- a/include/wx/gtk1/checkbox.h +++ b/include/wx/gtk1/checkbox.h @@ -66,11 +66,18 @@ public: bool Enable( bool enable ); // implementation + // -------------- + void ApplyWidgetStyle(); + bool IsOwnGtkWindow( GdkWindow *window ); + void OnInternalIdle(); GtkWidget *m_widgetCheckbox; GtkWidget *m_widgetLabel; +protected: + virtual wxSize DoGetBestSize() const; + private: DECLARE_DYNAMIC_CLASS(wxCheckBox) };