]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/radiobut.h
ADDED wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
[wxWidgets.git] / include / wx / gtk1 / radiobut.h
index 72907e0f7217c84d139e56de721a1f57dec90b52..f86495364f164878f5903c93c5ca069c5e02cd30 100644 (file)
@@ -60,9 +60,13 @@ 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;
 };
 
 #endif // __GTKRADIOBUTTONH__