X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7cab9c419393b97cfc2f7c08940ca5a52010381c..9e9574fe45b176ee74bba8fad7574cf9906145d1:/interface/wx/srchctrl.h?ds=sidebyside diff --git a/interface/wx/srchctrl.h b/interface/wx/srchctrl.h index 05eefdd458..571082dcf8 100644 --- a/interface/wx/srchctrl.h +++ b/interface/wx/srchctrl.h @@ -2,7 +2,6 @@ // Name: srchctrl.h // Purpose: interface of wxSearchCtrl // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -14,7 +13,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 +54,7 @@ @library{wxcore} @category{ctrl} - @appearance{searchctrl.png} + @appearance{searchctrl} @see wxTextCtrl::Create, wxValidator */ @@ -167,5 +166,5 @@ public: }; -wxEventType wxEVT_COMMAND_SEARCHCTRL_CANCEL_BTN; -wxEventType wxEVT_COMMAND_SEARCHCTRL_SEARCH_BTN; +wxEventType wxEVT_SEARCHCTRL_CANCEL_BTN; +wxEventType wxEVT_SEARCHCTRL_SEARCH_BTN;