]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/radiobut.h
fix for a warning in DLL build (patch 966823)
[wxWidgets.git] / include / wx / gtk / radiobut.h
index fc3e0c21b77eb227aeee7292c8279741365ce3f6..552286e179b91e4f1a0dca57af4944b4f5e08d90 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef __GTKRADIOBUTTONH__
 #define __GTKRADIOBUTTONH__
 
 #ifndef __GTKRADIOBUTTONH__
 #define __GTKRADIOBUTTONH__
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface
 #endif
 
 #pragma interface
 #endif
 
@@ -49,12 +49,15 @@ public:
     virtual bool GetValue() const;
     virtual bool Enable( bool enable = TRUE );
 
     virtual bool GetValue() const;
     virtual bool Enable( bool enable = TRUE );
 
+    static wxVisualAttributes
+    GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+
     // implementation
 
     virtual bool IsRadioButton() const { return TRUE; }
 
     GSList *m_radioButtonGroup;
     // implementation
 
     virtual bool IsRadioButton() const { return TRUE; }
 
     GSList *m_radioButtonGroup;
-    void ApplyWidgetStyle();
+    void DoApplyWidgetStyle(GtkRcStyle *style);
     bool IsOwnGtkWindow( GdkWindow *window );
     void OnInternalIdle();
 
     bool IsOwnGtkWindow( GdkWindow *window );
     void OnInternalIdle();