Add disabled auibar item to auidemo
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user