X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6f02a879ed7efc5fcf6328ff47a1352ec82812b7..10d302224e3555520f3e3c29d4dc7b7a9654b295:/include/wx/gtk/checkbox.h?ds=sidebyside 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;