]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/choice.h
Add files necessary to run Expat configure.
[wxWidgets.git] / interface / wx / choice.h
index 4af7870e8db6842b71cfca35ddfc06a2e8c0c4bc..01ee0b9cb63abcad82c32aa073afff2bc8bc5215 100644 (file)
@@ -20,7 +20,7 @@
 
     @beginEventEmissionTable{wxCommandEvent}
     @event{EVT_CHOICE(id, func)}
-           Process a @c wxEVT_COMMAND_CHOICE_SELECTED event, when an item on the
+           Process a @c wxEVT_CHOICE event, when an item on the
            list is selected.
     @endEventTable
 
@@ -30,7 +30,8 @@
 
     @see wxListBox, wxComboBox, wxCommandEvent
 */
-class wxChoice : public wxControlWithItems
+class wxChoice : public wxControl,
+                 public wxItemContainer
 {
 public:
     /**