]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/radiobut.h
Removed wxNullRegion
[wxWidgets.git] / include / wx / gtk / radiobut.h
index 72907e0f7217c84d139e56de721a1f57dec90b52..9a00ea810c47164bd0a593901fdf7867e3aec57d 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 );
+    
+  // implementation
+    
+    void ApplyWidgetStyle();
+    
+    bool        m_blockFirstEvent;
+    GtkWidget*  m_theOtherRadioButtton;
 };
 
 #endif // __GTKRADIOBUTTONH__