Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Menus, addMenu, and AddSubMenu #6601

Closed
ajsb85 opened this issue Jan 21, 2014 · 3 comments
Closed

Menus, addMenu, and AddSubMenu #6601

ajsb85 opened this issue Jan 21, 2014 · 3 comments

Comments

@ajsb85
Copy link

ajsb85 commented Jan 21, 2014

Menus are sometimes hierarchically organized, allowing navigation through different levels of the menu structure. Selecting a menu entry with an arrow will expand it, showing a second menu (the sub-menu) with options related to the selected entry.

http://en.wikipedia.org/wiki/Menu_(computing)#Sub-menus

Menu = Menus.addMenu(),
MenuItem = Menu.addMenuItem();
SubMenu = MenuItem.addSubMenu();

@dangoor
Copy link
Contributor

dangoor commented Jan 21, 2014

@AlexSalas Yep, as @SAplayer says, this is definitely something we want.

@dangoor dangoor closed this as completed Jan 21, 2014
@dangoor
Copy link
Contributor

dangoor commented Jan 21, 2014

(Closing this issue because we track new feature work in Trello)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants