Add disabled auibar item to auidemo

This commit is contained in:
mimi89999
2020-04-15 14:33:01 +02:00
parent 697bd07441
commit 87171a103a

View File

@@ -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);