]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/radiobut.h
wxMacWakeUp moved
[wxWidgets.git] / include / wx / gtk / radiobut.h
index fc3e0c21b77eb227aeee7292c8279741365ce3f6..39c442216f2d6ae3e67651973614e0d1bd26eb7d 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef __GTKRADIOBUTTONH__
 #define __GTKRADIOBUTTONH__
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface
 #endif
 
@@ -49,6 +49,9 @@ public:
     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; }