1 /////////////////////////////////////////////////////////////////////////////
2 // Name: src/common/srchcmn.cpp
3 // Purpose: common (to all ports) bits of wxSearchCtrl
6 // Created: 19-Dec-2006
7 // Copyright: (c) wxWidgets team
8 // Licence: wxWindows licence
9 /////////////////////////////////////////////////////////////////////////////
11 // ============================================================================
13 // ============================================================================
15 // ----------------------------------------------------------------------------
17 // ----------------------------------------------------------------------------
19 // For compilers that support precompilation, includes "wx.h".
20 #include "wx/wxprec.h"
28 #include "wx/srchctrl.h"
33 // ----------------------------------------------------------------------------
35 const char wxSearchCtrlNameStr
[] = "searchCtrl";
37 wxDEFINE_EVENT(wxEVT_SEARCHCTRL_CANCEL_BTN
, wxCommandEvent
);
38 wxDEFINE_EVENT(wxEVT_SEARCHCTRL_SEARCH_BTN
, wxCommandEvent
);
41 #endif // wxUSE_SEARCHCTRL