X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e4ccedf7b28e60d8109ea412c34fb0f22a68afd4..6f02a879ed7efc5fcf6328ff47a1352ec82812b7:/include/wx/gtk/radiobox.h diff --git a/include/wx/gtk/radiobox.h b/include/wx/gtk/radiobox.h index f4a0bb123c..fedb790c06 100644 --- a/include/wx/gtk/radiobox.h +++ b/include/wx/gtk/radiobox.h @@ -114,7 +114,6 @@ public: void GtkDisableEvents(); void GtkEnableEvents(); bool IsOwnGtkWindow( GdkWindow *window ); - void DoApplyWidgetStyle(GtkRcStyle *style); #if wxUSE_TOOLTIPS void ApplyToolTip( GtkTooltips *tips, const wxChar *tip ); #endif // wxUSE_TOOLTIPS @@ -126,6 +125,8 @@ public: wxList m_boxes; protected: + void DoApplyWidgetStyle(GtkRcStyle *style); + // common part of all ctors void Init();