X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d07d2bc9d05408c58b76c53a0a291915b88e5064..6028be3f39babc4530472a4139576fe318c6aa90:/wxPython/src/_combobox.i diff --git a/wxPython/src/_combobox.i b/wxPython/src/_combobox.i index 8c964c1d92..34d77ecea3 100644 --- a/wxPython/src/_combobox.i +++ b/wxPython/src/_combobox.i @@ -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