X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..c5ce3dfb1efd5346682809f3d2702fd9c4edd52d:/include/wx/gtk/radiobut.h?ds=inline diff --git a/include/wx/gtk/radiobut.h b/include/wx/gtk/radiobut.h index 39c442216f..d9eea34fdb 100644 --- a/include/wx/gtk/radiobut.h +++ b/include/wx/gtk/radiobut.h @@ -7,19 +7,14 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// - #ifndef __GTKRADIOBUTTONH__ #define __GTKRADIOBUTTONH__ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface -#endif - //----------------------------------------------------------------------------- // wxRadioButton //----------------------------------------------------------------------------- -class wxRadioButton: public wxControl +class WXDLLIMPEXP_CORE wxRadioButton: public wxControl { public: wxRadioButton() { } @@ -56,14 +51,13 @@ public: virtual bool IsRadioButton() const { return TRUE; } - GSList *m_radioButtonGroup; - void ApplyWidgetStyle(); bool IsOwnGtkWindow( GdkWindow *window ); void OnInternalIdle(); bool m_blockEvent; protected: + void DoApplyWidgetStyle(GtkRcStyle *style); virtual wxSize DoGetBestSize() const; private: