- tbarMenu->Append(IDM_TOOLBAR_TOGGLE_ANOTHER_TOOLBAR,
- "Toggle &another toolbar\tCtrl-A",
- "Show/hide another test toolbar",
- TRUE);
-
- tbarMenu->Append(IDM_TOOLBAR_TOGGLETOOLBARSIZE,
- "&Toggle toolbar size\tCtrl-S",
- "Toggle between big/small toolbar",
- TRUE);
- tbarMenu->Append(IDM_TOOLBAR_TOGGLETOOLBARORIENT,
- "Toggle toolbar &orientation\tCtrl-O",
- "Toggle toolbar orientation",
- TRUE);
- tbarMenu->Append(IDM_TOOLBAR_TOGGLETOOLBARROWS,
- "Toggle number of &rows\tCtrl-R",
- "Toggle number of toolbar rows between 1 and 2",
- TRUE);
+ tbarMenu->AppendCheckItem(IDM_TOOLBAR_TOGGLE_TOOLBAR,
+ wxT("Toggle &toolbar\tCtrl-Z"),
+ wxT("Show or hide the toolbar"));
+
+ tbarMenu->AppendCheckItem(IDM_TOOLBAR_TOGGLE_ANOTHER_TOOLBAR,
+ wxT("Toggle &another toolbar\tCtrl-A"),
+ wxT("Show/hide another test toolbar"));
+
+ tbarMenu->AppendCheckItem(IDM_TOOLBAR_TOGGLE_HORIZONTAL_TEXT,
+ wxT("Toggle hori&zontal text\tCtrl-H"),
+ wxT("Show text under/alongside the icon"));
+
+ tbarMenu->AppendCheckItem(IDM_TOOLBAR_TOGGLETOOLBARSIZE,
+ wxT("&Toggle toolbar size\tCtrl-S"),
+ wxT("Toggle between big/small toolbar"));
+
+ tbarMenu->AppendCheckItem(IDM_TOOLBAR_TOGGLETOOLBARROWS,
+ wxT("Toggle number of &rows\tCtrl-R"),
+ wxT("Toggle number of toolbar rows between 1 and 2"));
+
+ tbarMenu->AppendCheckItem(IDM_TOOLBAR_TOGGLETOOLTIPS,
+ wxT("Show &tooltips\tCtrl-L"),
+ wxT("Show tooltips for the toolbar tools"));
+
+ tbarMenu->AppendCheckItem(IDM_TOOLBAR_TOGGLECUSTOMDISABLED,
+ wxT("Use c&ustom disabled images\tCtrl-U"),
+ wxT("Switch between using system-generated and custom disabled images"));