]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/choice.h
Pass wxWANTS_CHARS to the wxRichTextCtrl constructor in the unit tests.
[wxWidgets.git] / interface / wx / choice.h
index 04fe54ec4f4cd3e782fc900c2d9f5e0f3392d3a1..50cd202753ded5e7dd7fe1dd43b168883a9ce000 100644 (file)
 
     @library{wxcore}
     @category{ctrl}
 
     @library{wxcore}
     @category{ctrl}
-    @appearance{choice.png}
+    @appearance{choice}
 
     @see wxListBox, wxComboBox, wxCommandEvent
 */
 
     @see wxListBox, wxComboBox, wxCommandEvent
 */
-class wxChoice : public wxControlWithItems
+class wxChoice : public wxControl,
+                 public wxItemContainer
 {
 public:
     /**
 {
 public:
     /**