]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_combobox.i
fix wxMac-QD - blank focusesed text; minor reformat
[wxWidgets.git] / wxPython / src / _combobox.i
index 9359f75dfb108a84718ae1703f2689a777d6cb0c..d842914b93de0665f2e8eb5efe71f4c9f5b20ffe 100644 (file)
@@ -166,6 +166,15 @@ the combobox text field.", "",
         GetMark);
 #endif
 
+    DocDeclStr(
+        int , GetCurrentSelection() const,
+        "Unlike `GetSelection` which only returns the accepted selection value,
+i.e. the selection in the control once the user closes the dropdown
+list, this function returns the current selection.  That is, while the
+dropdown list is shown, it returns the currently selected item in
+it. When it is not shown, its result is the same as for the other
+function.", "");
+    
     DocDeclStr(
         bool , SetStringSelection(const wxString& string),
         "Select the item with the specifed string", "");