]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/radiobut.h
wxUSE_BUTTONBAR removed.
[wxWidgets.git] / include / wx / gtk / radiobut.h
index 32d1a9e189425cb7447849c15291e12e77095ebc..552286e179b91e4f1a0dca57af4944b4f5e08d90 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef __GTKRADIOBUTTONH__
 #define __GTKRADIOBUTTONH__
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface
 #endif
 
@@ -49,12 +49,15 @@ 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; }
 
     GSList *m_radioButtonGroup;
-    void ApplyWidgetStyle();
+    void DoApplyWidgetStyle(GtkRcStyle *style);
     bool IsOwnGtkWindow( GdkWindow *window );
     void OnInternalIdle();