]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/radiobut.h
_MSC_VER => __VISUALC__ change
[wxWidgets.git] / include / wx / gtk1 / radiobut.h
index 61e7130035bb45c5a4f4d6f2a9cd1ee6ac873f65..9a00ea810c47164bd0a593901fdf7867e3aec57d 100644 (file)
@@ -2,9 +2,8 @@
 // Name:        radiobut.h
 // Purpose:
 // Author:      Robert Roebling
-// Created:     01/02/97
-// Id:
-// Copyright:   (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
+// Id:          $Id$
+// Copyright:   (c) 1998 Robert Roebling
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -61,6 +60,14 @@ class wxRadioButton: public wxControl
     virtual void SetLabel(const wxString& label);
     virtual void SetValue(bool val);
     virtual bool GetValue(void) const;
+    void Enable( bool enable );
+    
+  // implementation
+    
+    void ApplyWidgetStyle();
+    
+    bool        m_blockFirstEvent;
+    GtkWidget*  m_theOtherRadioButtton;
 };
 
 #endif // __GTKRADIOBUTTONH__