mention that SetValue() does generate a wxEVT_COMMAND_TEXT_UPDATED event
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60139 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -224,6 +224,9 @@ public:
|
|||||||
/**
|
/**
|
||||||
Sets the text for the combobox text field.
|
Sets the text for the combobox text field.
|
||||||
|
|
||||||
|
Notice that this method will generate a wxEVT_COMMAND_TEXT_UPDATED
|
||||||
|
event, use wxTextEntry::ChangeValue() if this is undesirable.
|
||||||
|
|
||||||
@note For a combobox with @c wxCB_READONLY style the string must be in
|
@note For a combobox with @c wxCB_READONLY style the string must be in
|
||||||
the combobox choices list, otherwise the call to SetValue() is
|
the combobox choices list, otherwise the call to SetValue() is
|
||||||
ignored.
|
ignored.
|
||||||
|
Reference in New Issue
Block a user