Author(s): Montserrat Urraca.
Version: 1.10#7 (2006/4/26, 19:22:13 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)
Usage 1: menu_data(+Menu)
Menu posted when cascade entry is invoked.
+Menu is currently instantiated to an atom.
(term_typing:atom/1)
Usage 2: menu_data(-Menu)
Menu asociated to the cascade entry.
-Menu is currently instantiated to an atom.
(term_typing:atom/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)
Usage 2: label_value(-Value)
-Value is currently instantiated to an atom.
(term_typing:atom/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)
Usage 2: tearoff_value(-Tearoff)
Tearoff value
-Tearoff is currently instantiated to an atom.
(term_typing:atom/1)
Usage: tcl_name(-Widget)
Widget. In this case is menu.
-Widget is currently instantiated to an atom.
(term_typing:atom/1)
Usage: creation_options(-OptionsList)
-OptionsList is a list.
(basic_props:list/1)
Usage: creation_options_entry(-OptionsList)
-OptionsList is a list.
(basic_props:list/1)
Usage: creation_menu_name(-OptionsList)
-OptionsList is a list.
(basic_props:list/1)
Go to the first, previous, next, last section, table of contents.