Menus are agregators of actions that are represented here by Callbacks
. Menus can have SubMenus, and are constituted by a Title and a Callback.
Please see Francy-JS for client implementation.
In this section we show all Francy Menu Categories.
‣ IsMenu ( arg ) | ( filter ) |
Returns: true
or false
Identifies Menu
objects.
In this section we show all Francy Menu Families.
In this section we show all Francy Menu Representations.
‣ IsMenuRep ( arg ) | ( filter ) |
Returns: true
or false
Checks whether an Object
has a Menu
internal representation.
In this section we show all Francy Menu Operations.
‣ Menu ( IsString(title)[, IsCallback] ) | ( operation ) |
Returns: Menu
Creates a Menu for a Callback
Is up to the client implementation to sort out the Menu and invoke the Callback
‣ Add ( IsMenu[, IsMenu, List(IsMenu)] ) | ( operation ) |
Returns: Menu
Add Menu
to a specific Menu
creating a Submenu. Is up to the client implementation to handle this.
‣ Remove ( IsMenu[, IsMenu, List(IsMenu)] ) | ( operation ) |
Returns: Menu
Remove Menu
from a specific Menu
. The client should be able to handle this.
In this section we show all Francy Core Attributes
‣ Title ( arg ) | ( attribute ) |
Returns: IsString
with the title of the object
A title on a Menu
is used to identify the menu entry.
‣ Title ( arg1 ) | ( operation ) |
‣ SetTitle ( IsMenu, IsString ) | ( operation ) |
Sets the title of the Menu
.
generated by GAPDoc2HTML