From 1df90f2dbc39da32408e986a987d04f8bffed747 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 8 May 2008 13:28:21 +0000 Subject: [PATCH] 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 --- samples/aui/auidemo.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.0