menu.clearMenubar
| Syntax |
menu.clearMenubar ()
|
| Params |
None Required
|
| Action |
Removes all menus from the Frontier menu bar except the File, Edit, and Window menus.
|
| Returns |
True
|
| Examples |
menu.clearMenubar () true
|
| Notes |
This verb is used to remove all script-installed menus from the menu bar, including those installed by Frontier itself during startup and operation. Normally, you won't use this verb because it removes some menus you will frequently need, including Main, Outliner, and Web. To return the menu bar to its minimum useful configuration, use menu.noSuite.
|
| See Also |
menu.noSuite
|