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:
parent
3c30bbb9fa
commit
1df90f2dbc
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue