term::interact::menu - Terminal widget, menu
This package provides a class for the creation of a simple menu control.
The package exports a single command, the class command, enabling the creation of menu instances. Its API is:
This command creates a new menu object with the name object, initializes it, and returns the fully qualified name of the object command as its result.
The argument is the menu to show, possibly followed by configuration options and their values. The options are explained in the section Configuration. The menu is a dictionary maping labels to symbolic action codes.
The objects created by the class command provide the methods listed below:
Shows the menu in the screen at the configured location and starts interacting with it. This opens its own event loop for the processing of incoming characters. The method returns when the interaction has completed. See section Interaction for a description of the possible interaction.
The method returns the symbolic action of the menu item selected by the user at the end of the interaction.
This method can be used by user supplied actions to terminate the interaction with the object.
This method can be used by user supplied actions to remove the menu from the terminal.
Standard methods to retrieve and configure the options of the menu.
A menu instance recognizes the following options:
A menu object recognizes the control sequences listed below and acts as described. The user can supply more control sequences to act on via the configuration, but is not able to overide these defaults.
The selection is moved up one entry, except if the first entry of the menu is already selected.
The selection is moved down one entry, except if the last entry of the menu is already selected.
The interaction with the object is terminated.
This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category term of the Tcllib Trackers. Please also report any ideas for enhancements you may have for either package and/or documentation.
When proposing code changes, please provide unified diffs, i.e the output of diff -u.
Note further that attachments are strongly preferred over inlined patches. Attachments can be made by going to the Edit form of the ticket immediately after its creation, and then using the left-most button in the secondary navigation bar.
Terminal control
Copyright © 2006 Andreas Kupries <andreas_kupries@users.sourceforge.net>