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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user