X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6f02a879ed7efc5fcf6328ff47a1352ec82812b7..3b49331b7441e091fc5997b830801d76a1243f28:/include/wx/gtk/checkbox.h diff --git a/include/wx/gtk/checkbox.h b/include/wx/gtk/checkbox.h index a1ed20538c..c4639026ff 100644 --- a/include/wx/gtk/checkbox.h +++ b/include/wx/gtk/checkbox.h @@ -47,9 +47,6 @@ public: // implementation // -------------- - bool IsOwnGtkWindow( GdkWindow *window ); - void OnInternalIdle(); - GtkWidget *m_widgetCheckbox; GtkWidget *m_widgetLabel; @@ -57,7 +54,8 @@ public: protected: virtual wxSize DoGetBestSize() const; - void DoApplyWidgetStyle(GtkRcStyle *style); + virtual void DoApplyWidgetStyle(GtkRcStyle *style); + virtual GdkWindow *GTKGetWindow(wxArrayGdkWindows& windows) const; void DoSet3StateValue(wxCheckBoxState state); wxCheckBoxState DoGet3StateValue() const;