git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60139 
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
     /**
         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
               the combobox choices list, otherwise the call to SetValue() is
               ignored.
         @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.