]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/statusbr.h
don't allow setting readonly combobox value to a string which is not one of the valid...
[wxWidgets.git] / interface / wx / statusbr.h
index 339a3e5fc2cde5bf4c2c422f24d5ed4cfd20c7d9..1f95231b015ca87aae330c7652f956abb0e5c822 100644 (file)
@@ -121,7 +121,8 @@ public:
         Sets the number of fields, and optionally the field widths.
 
         @param number
-            The number of fields.
+            The number of fields. If this is greater than the previous number,
+            then new fields with empty strings will be added to the status bar.
         @param widths
             An array of n integers interpreted in the same way as
             in SetStatusWidths().