]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/combobox.h
Fixes to key codes in keyboard events generated by wxMSW.
[wxWidgets.git] / interface / wx / combobox.h
index 5bcca09acc8e80a788682035f0f1fa2ce432a076..6dcefeebc265e7625bd11b78a0185344a50fcc84 100644 (file)
@@ -237,7 +237,7 @@ public:
 
         @note For a combobox with @c wxCB_READONLY style the string must be in
               the combobox choices list, otherwise the call to SetValue() is
-              ignored.
+              ignored. This is case insensitive.
 
         @param text
             The text to set.