12SEARCH_PANE_BASE::SEARCH_PANE_BASE( wxWindow* parent, wxWindowID
id,
const wxPoint& pos,
const wxSize& size,
long style,
const wxString&
name ) : wxPanel( parent, id, pos, size, style,
name )
17 bSizer2 =
new wxBoxSizer( wxHORIZONTAL );
19 m_menuButton =
new wxBitmapButton(
this, wxID_ANY, wxNullBitmap, wxDefaultPosition, wxDefaultSize, wxBU_AUTODRAW|0 );
22 m_searchCtrl1 =
new wxSearchCtrl(
this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
32 m_notebook =
new wxNotebook(
this, wxID_ANY, wxDefaultPosition, wxDefaultSize, 0 );
virtual void OnNotebookPageChanged(wxNotebookEvent &event)
SEARCH_PANE_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(284, 110), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString)
wxSearchCtrl * m_searchCtrl1
virtual void OnSearchTextEntry(wxCommandEvent &event)
virtual void OnSize(wxSizeEvent &event)
wxBoxSizer * m_sizerOuter
virtual void OnSetFocus(wxFocusEvent &event)
wxBitmapButton * m_menuButton