]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/radiobut.h
labels respect alignment now even with GTK 1.2
[wxWidgets.git] / include / wx / gtk / radiobut.h
index 72907e0f7217c84d139e56de721a1f57dec90b52..11bf3cedb1a2c97f09dbc3236f72e6932448198f 100644 (file)
@@ -60,9 +60,14 @@ class wxRadioButton: public wxControl
     virtual void SetLabel(const wxString& label);
     virtual void SetValue(bool val);
     virtual bool GetValue(void) const;
-    void SetFont( const wxFont &font );
-    void Enable( bool enable );
-    void SetBackgroundColour( const wxColour &colour );
+    bool Enable( bool enable );
+    
+  // implementation
+    
+    void ApplyWidgetStyle();
+    
+    bool        m_blockFirstEvent;
+    GtkWidget*  m_theOtherRadioButtton;
 };
 
 #endif // __GTKRADIOBUTTONH__