From: Vadim Zeitlin Date: Thu, 8 May 2008 13:28:21 +0000 (+0000) Subject: add a combobox to one of the toolbars, just for testing X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1df90f2dbc39da32408e986a987d04f8bffed747 add a combobox to one of the toolbars, just for testing git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/aui/auidemo.cpp b/samples/aui/auidemo.cpp index 0e5dc39501..c695aa025c 100644 --- a/samples/aui/auidemo.cpp +++ b/samples/aui/auidemo.cpp @@ -796,6 +796,7 @@ MyFrame::MyFrame(wxWindow* parent, tb4->AddTool(101, wxT("Item 6"), tb4_bmp1); tb4->AddTool(101, wxT("Item 7"), tb4_bmp1); tb4->AddTool(101, wxT("Item 8"), tb4_bmp1); + tb4->AddControl(new wxComboBox(tb4, -1)); tb4->Realize(); // create some toolbars