]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/radiobox.h
fix for Borland Dll build (SF bug #972989)
[wxWidgets.git] / include / wx / gtk / radiobox.h
index cfdcef9c94b7e7db4028230b3504acd745adc999..e426de643fd08eff2a1befa0b5d1e4e208fa136b 100644 (file)
@@ -111,6 +111,9 @@ public:
     virtual bool Show( bool show = TRUE );
     virtual bool Enable( bool enable = TRUE );
 
+    static wxVisualAttributes
+    GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+
     // implementation
     // --------------
 
@@ -118,7 +121,7 @@ public:
     void GtkDisableEvents();
     void GtkEnableEvents();
     bool IsOwnGtkWindow( GdkWindow *window );
-    void ApplyWidgetStyle();
+    void DoApplyWidgetStyle(GtkRcStyle *style);
 #if wxUSE_TOOLTIPS
     void ApplyToolTip( GtkTooltips *tips, const wxChar *tip );
 #endif // wxUSE_TOOLTIPS