]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/radiobut.h
define _LANGUAGE_C_PLUS_PLUS for IRIX (closes bug 1105676)
[wxWidgets.git] / include / wx / gtk / radiobut.h
index 39c442216f2d6ae3e67651973614e0d1bd26eb7d..8611d506b891edf4e9e10872fe39730aaa013831 100644 (file)
@@ -19,7 +19,7 @@
 // wxRadioButton
 //-----------------------------------------------------------------------------
 
-class wxRadioButton: public wxControl
+class WXDLLIMPEXP_CORE wxRadioButton: public wxControl
 {
 public:
     wxRadioButton() { }
@@ -57,7 +57,7 @@ public:
     virtual bool IsRadioButton() const { return TRUE; }
 
     GSList *m_radioButtonGroup;
-    void ApplyWidgetStyle();
+    void DoApplyWidgetStyle(GtkRcStyle *style);
     bool IsOwnGtkWindow( GdkWindow *window );
     void OnInternalIdle();