don't allow setting readonly combobox value to a string which is not one of the valid choices in wxGTK neither and document this behaviour (closes #10549)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-03-06 16:31:26 +00:00
parent f5fd8c2434
commit a3281dbc1c
2 changed files with 14 additions and 2 deletions

View File

@@ -82,6 +82,8 @@ public:
Window identifier. The value wxID_ANY indicates a default value.
@param value
Initial selection string. An empty string indicates no selection.
Notice that for the controls with @c wxCB_READONLY style this
string must be one of the valid choices if it is not empty.
@param pos
Window position.
@param size