X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7cab9c419393b97cfc2f7c08940ca5a52010381c..d3fa4bc22e84e3ca4d88cc1772f2d414140a1017:/interface/wx/srchctrl.h diff --git a/interface/wx/srchctrl.h b/interface/wx/srchctrl.h index 05eefdd458..a29762df6c 100644 --- a/interface/wx/srchctrl.h +++ b/interface/wx/srchctrl.h @@ -14,7 +14,7 @@ @beginStyleTable @style{wxTE_PROCESS_ENTER} - The control will generate the event @c wxEVT_COMMAND_TEXT_ENTER + The control will generate the event @c wxEVT_TEXT_ENTER (otherwise pressing Enter key is either processed internally by the control or used for navigation between dialog controls). @style{wxTE_PROCESS_TAB} @@ -55,7 +55,7 @@ @library{wxcore} @category{ctrl} - @appearance{searchctrl.png} + @appearance{searchctrl} @see wxTextCtrl::Create, wxValidator */ @@ -167,5 +167,5 @@ public: }; -wxEventType wxEVT_COMMAND_SEARCHCTRL_CANCEL_BTN; -wxEventType wxEVT_COMMAND_SEARCHCTRL_SEARCH_BTN; +wxEventType wxEVT_SEARCHCTRL_CANCEL_BTN; +wxEventType wxEVT_SEARCHCTRL_SEARCH_BTN;