X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a10a31ce56895c2cb1e2f5589a52494562c3b16f..333e57d578e9e0fb6555452b5a53698ffd85ee69:/include/wx/gtk/radiobox.h diff --git a/include/wx/gtk/radiobox.h b/include/wx/gtk/radiobox.h index bd74401b39..1cfd176240 100644 --- a/include/wx/gtk/radiobox.h +++ b/include/wx/gtk/radiobox.h @@ -12,7 +12,7 @@ #include "wx/bitmap.h" -class WXDLLIMPEXP_CORE wxGTKRadioButtonInfo; +class WXDLLIMPEXP_FWD_CORE wxGTKRadioButtonInfo; #include "wx/list.h" @@ -131,9 +131,8 @@ public: void SetFocus(); void GtkDisableEvents(); void GtkEnableEvents(); - bool IsOwnGtkWindow( GdkWindow *window ); #if wxUSE_TOOLTIPS - void ApplyToolTip( GtkTooltips *tips, const wxChar *tip ); + void ApplyToolTip( GtkTooltips *tips, const gchar *tip ); #endif // wxUSE_TOOLTIPS virtual void OnInternalIdle(); @@ -147,7 +146,8 @@ protected: virtual void DoSetItemToolTip(unsigned int n, wxToolTip *tooltip); #endif - void DoApplyWidgetStyle(GtkRcStyle *style); + virtual void DoApplyWidgetStyle(GtkRcStyle *style); + virtual GdkWindow *GTKGetWindow(wxArrayGdkWindows& windows) const; virtual bool GTKWidgetNeedsMnemonic() const; virtual void GTKWidgetDoSetMnemonic(GtkWidget* w);