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:
@@ -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
|
||||
|
Reference in New Issue
Block a user