]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_combobox.i
Lots of tweaks and additions to get caught up with CVS HEAD
[wxWidgets.git] / wxPython / src / _combobox.i
index 079591dd811adf9b032160f8e532ba748f9ee55c..34d77ecea332c38e0fd1a52b7240351ea6568d4b 100644 (file)
@@ -50,6 +50,8 @@ 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.
     ================    ===============================================
 ");