Author(s): Montserrat Urraca.
Version: 1.11#222 (2004/5/24, 13:8:7 CEST)
Version of last change: 1.9#133 (2003/12/4, 17:33:46 CET)
menu_class
):- use_module(library(menu_class)).
menu_class
)
Usage: name_menu(Name)
Name
of the menubutton associated.
Name
is currently instantiated to an atom.
(term_typing:atom/1
)
Name
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
Usage 1: menu_data(Menu)
Menu
posted when cascade entry is invoked.
Menu
is currently instantiated to an atom.
(term_typing:atom/1
)
Menu
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
Usage 2: menu_data(Menu)
Menu
asociated to the cascade entry.
Menu
is currently instantiated to an atom.
(term_typing:atom/1
)
Menu
is a free variable.
(term_typing:var/1
)
Usage 1: label_value(Value)
Value
specifies a string to be displayed as an identifying label in the menu entry.
Value
is currently instantiated to an atom.
(term_typing:atom/1
)
Value
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
Usage 2: label_value(Value)
Value
is currently instantiated to an atom.
(term_typing:atom/1
)
Value
is a free variable.
(term_typing:var/1
)
Usage 1: tearoff_value(Tearoff)
Tearoff
must have a proper boolean value, which specifies wheter or not the menu should include a tear-off entry at the top. Defaults to 1.
Tearoff
is currently instantiated to an atom.
(term_typing:atom/1
)
Tearoff
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
Usage 2: tearoff_value(Tearoff)
Tearoff
value
Tearoff
is currently instantiated to an atom.
(term_typing:atom/1
)
Tearoff
is a free variable.
(term_typing:var/1
)
Usage: tcl_name(Widget)
Widget
. In this case is menu.
Widget
is currently instantiated to an atom.
(term_typing:atom/1
)
Widget
is a free variable.
(term_typing:var/1
)
Usage: creation_options(OptionsList)
OptionsList
is a list.
(basic_props:list/1
)
OptionsList
is a free variable.
(term_typing:var/1
)
Usage: creation_options_entry(OptionsList)
OptionsList
is a list.
(basic_props:list/1
)
OptionsList
is a free variable.
(term_typing:var/1
)
Usage: creation_menu_name(OptionsList)
OptionsList
is a list.
(basic_props:list/1
)
OptionsList
is a free variable.
(term_typing:var/1
)
Go to the first, previous, next, last section, table of contents.