]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/radiobox.h
added wxString::Clone() and made wxString(wxCStrData) ctor make deep copy too
[wxWidgets.git] / interface / radiobox.h
index a3be1145e4ec02bfc7ce1921fc430bee02a6c987..7085f562e5b2259b6986a7039778205cf4eb6c04 100644 (file)
     labelled buttons.
 
     @beginStyleTable
-    @style{wxRA_SPECIFY_ROWS}:
+    @style{wxRA_SPECIFY_ROWS}
            The major dimension parameter refers to the maximum number of rows.
-    @style{wxRA_SPECIFY_COLS}:
+    @style{wxRA_SPECIFY_COLS}
            The major dimension parameter refers to the maximum number of
            columns.
-    @style{wxRA_USE_CHECKBOX}:
+    @style{wxRA_USE_CHECKBOX}
            Use of the checkbox controls instead of radio buttons (currently
            supported only on PalmOS)
     @endStyleTable
 
-    @beginEventTable
-    @event{EVT_RADIOBOX(id, func)}:
+    @beginEventTable{wxCommandEvent}
+    @event{EVT_RADIOBOX(id, func)}
            Process a wxEVT_COMMAND_RADIOBOX_SELECTED event, when a radiobutton
            is clicked.
     @endEventTable
@@ -35,9 +35,9 @@
     @category{ctrl}
     @appearance{radiobox.png}
 
-    @see @ref overview_eventhandlingoverview, wxRadioButton, wxCheckBox
+    @see @ref overview_eventhandling, wxRadioButton, wxCheckBox
 */
-class wxRadioBox : public wxControlWithItems
+class wxRadioBox : public wxControl, wxItemContainerImmutable
 {
 public:
     //@{