Use simple wxEVT_SEARCH[_CANCEL] names for wxSearchCtrl events
The old wxEVT_SEARCHCTRL_{SEARCH,CANCEL}_BTN event names were unwieldy and misleading because both of these events can be generated without using the buttons, but by pressing Enter or Esc (the latter currently works under macOS only, but this could change in the future).
This commit is contained in:
@@ -177,7 +177,8 @@ All (GUI):
|
||||
- Add Set/GetFooter/Text/Icon() to wxRichMessageDialog (Tobias Taschner)
|
||||
- Add wxFloatingPointValidator::SetFactor().
|
||||
- Add "hint" property to wxSearchCtrl XRC handler.
|
||||
- Generate wxEVT_SEARCHCTRL_SEARCH_BTN on Enter under all platforms.
|
||||
- Add wxEVT_SEARCH[_CANCEL] synonyms for wxSearchCtrl events.
|
||||
- Generate wxEVT_SEARCH on Enter under all platforms.
|
||||
|
||||
wxGTK:
|
||||
|
||||
|
Reference in New Issue
Block a user