X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e725ba4fc2984f86fc64c405ecb50883e2178e6e..b5fe7ca67bf3121959a0b5a59afd00c1708f2f03:/interface/wx/srchctrl.h diff --git a/interface/wx/srchctrl.h b/interface/wx/srchctrl.h index cc5f820b82..29b9294c41 100644 --- a/interface/wx/srchctrl.h +++ b/interface/wx/srchctrl.h @@ -39,7 +39,7 @@ capitalized. @endStyleTable - @beginEventTable{wxCommandEvent} + @beginEventEmissionTable{wxCommandEvent} To retrieve actual search queries, use EVT_TEXT and EVT_TEXT_ENTER events, just as you would with wxTextCtrl. @event{EVT_SEARCHCTRL_SEARCH_BTN(id, func)} @@ -52,6 +52,7 @@ @library{wxcore} @category{ctrl} + @appearance{searchctrl.png} @see wxTextCtrl::Create, wxValidator */ @@ -86,7 +87,7 @@ public: @see wxTextCtrl::Create, wxValidator */ wxSearchCtrl(wxWindow* parent, wxWindowID id, - const wxString& value = "", + const wxString& value = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0,