File 'gui/gMenubar.cls' (part of 'Pool_GuiBase')
Home | Packages | Files | Procedures | Classes | Namespaces | Keywords | External packages
Class 'genericMenubar'
- -command
- Script to execute upon invocation of a menu entry. Two arguments are added before any evaluation. These are the path to the menubar invoking the command and the symbolic name of the invoked command itself.
InvokeEntry (command)
|
|
Argument: command
|
Symbolic name of the invoked entry.
|
addMenu (name underline spec)
|
|
Argument: name
|
String to display in the new button
|
Argument: underline
|
Index of the character in name to underline.
|
Argument: spec
|
A list suitable for usage with 'array set'. The first item of each pair is the command code to give to the external script (command) upon invocation of the entry. It serves as symbolic name of the entry too. The 2nd item in each pair is the string to display in the entry. A command of '-' indicates a separator line. The display string is ignored in this case, but has to be present nevertheless. A command name has to be unique over all menubuttons added to a menubar.
|
entryconfigure (command args)
|
|
Argument: command
|
Symbolic name of the command to operate on.
|
Argument: args
|
List of option, value pairs.
|
- entry
- Mapping from symbolic names to menu entries
Home | Packages | Files | Procedures | Classes | Namespaces | Keywords | External packages
Generated by AutoDoc 2.4 at 09/14/2000, invoked by Andreas Kupries