wxSearchCtrl is an editable control (too)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2006-12-11 13:34:27 +00:00
parent 0443b90dc4
commit 8138b9a4e2

View File

@ -123,7 +123,7 @@ END_EVENT_TABLE()
#endif
IMPLEMENT_WIDGETS_PAGE(SearchCtrlWidgetsPage, _T("SearchCtrl"),
FAMILY_CTRLS | ALL_CTRLS);
FAMILY_CTRLS | EDITABLE_CTRLS | ALL_CTRLS);
SearchCtrlWidgetsPage::SearchCtrlWidgetsPage(WidgetsBookCtrl *book,
wxImageList *imaglist)