- ====================== =========================================
- EVT_SEARCHCTRL_SEARCH Sent when the search icon is clicked
- EVT_SEARCHCTRL_CANCEL Sent when the cancel icon is clicked
- EVT_TEXT Sent when the text changes
- EVT_TEXT_ENTER Sent when the RETURN/ENTER key is pressed
- in the search control and the control has
- the wx.TE_PROCESS_ENTER style flag set.
- ====================== =========================================
+ ========================= =========================================
+ EVT_SEARCHCTRL_SEARCH_BTN Sent when the search icon is clicked
+ EVT_SEARCHCTRL_CANCEL_BTN Sent when the cancel icon is clicked
+ EVT_TEXT Sent when the text changes
+ EVT_TEXT_ENTER Sent when the RETURN/ENTER key is pressed
+ in the search control and the control has
+ the wx.TE_PROCESS_ENTER style flag set.
+ ========================= =========================================