]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/radiobox.h
since somehow db does not compile properly anymore (was not tested anyway) now disabl...
[wxWidgets.git] / include / wx / mac / radiobox.h
index 73119114f04980c1b30b077212c70696bf9ac492..f46628180e3b7df67ea601855943259f32973e17 100644 (file)
@@ -71,6 +71,7 @@ public:
        inline int GetNumberOfRowsOrCols() const { return m_noRowsOrCols; }
        inline void SetNumberOfRowsOrCols(int n) { m_noRowsOrCols = n; }
 
+       void OnRadioButton( wxCommandEvent& event ) ;
 protected:
        wxRadioButton           *m_radioButtonCycle;
        
@@ -85,6 +86,7 @@ protected:
        int GetNumHor() const;
        int GetNumVer() const;
 
+    DECLARE_EVENT_TABLE()
 };
 
 #endif