]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_combobox.i
trying to make GetData() return data format more clear
[wxWidgets.git] / wxPython / src / _combobox.i
index 8c964c1d92bb8cb844be2ec1ab0b8844c4cd1ed8..34d77ecea332c38e0fd1a52b7240351ea6568d4b 100644 (file)
@@ -50,12 +50,16 @@ Events
 -------
     ================    ===============================================
     EVT_COMBOBOX        Sent when an item on the list is selected.
+                        Note that calling `GetValue` in this handler 
+                        will return the newly selected value.
     EVT_TEXT            Sent when the combobox text changes.
     ================    ===============================================
 ");
 
 
 
+MustHaveApp(wxComboBox);
+
 #ifdef __WXMSW__
 class wxComboBox : public wxChoice
 #else