]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/radiobox.h
Added stub include files; also a couple more Dialog Editor files.
[wxWidgets.git] / include / wx / gtk / radiobox.h
index f648659e65b7855d9ee71822576277514d4473ff..c1218fc449dbd900c3cad34733410013921b7b39 100644 (file)
@@ -79,6 +79,9 @@ class wxRadioBox: public wxControl
   
     GtkRadioButton *m_radio;
     
+  public:
+  
+    bool            m_alreadySent;
 };
 
 #endif // __GTKRADIOBOXH__