Add disabled auibar item to auidemo
This commit is contained in:
parent
697bd07441
commit
87171a103a
1 changed files with 1 additions and 0 deletions
|
|
@ -848,6 +848,7 @@ MyFrame::MyFrame(wxWindow* parent,
|
|||
tb4->AddTool(ID_SampleItem+23, "Item 2", tb4_bmp1);
|
||||
tb4->SetToolSticky(ID_SampleItem+23, true);
|
||||
tb4->AddTool(ID_SampleItem+24, "Item 3", tb4_bmp1);
|
||||
tb4->EnableTool(ID_SampleItem+24, false);
|
||||
tb4->AddTool(ID_SampleItem+25, "Item 4", tb4_bmp1);
|
||||
tb4->AddSeparator();
|
||||
tb4->AddTool(ID_SampleItem+26, "Item 5", tb4_bmp1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue