widget_listentry - widget::listentry widget
This package provides a megawidget for the interactive entry of ordered and unordered lists. For a simpler and more restricted megawidget please see the package widget::listsimple.
The widget class supports a single command, for the creation of widgets.
This command creates and configures new instances of the widget.
For details on the available options please see section Widget Options.
The result of the command is the pathname of the new widget.
All widget instances supported the following methods.
This method destroys the widget. Any further access to the widget will generate errors.
The result of the command is the empty string.
This method comes in three variants. This variant here returns a list containing the current configuration of the widget, i.e. the values for all options.
For details on the available options please see section Widget Options.
This method comes in three variants. This variant here reconfigures the widget, setting the specified options to the given values.
Note that it is not possible to change the construction-time only options.
For details on the available options please see section Widget General Options.
The result of the command is the empty string.
This method comes in three variants. This variant here is an alias for the method cget below and identical to it.
This method returns the current value of the specified option.
For details on the available options please see section Widget Options.
This section explains all the options available to instances of widget::listentry. Please note that a few of the options can be set only at instance construction time. The majority of the options can however be set both during construction- and runtime.
This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category widget::listentry of the Tklib Trackers. Please also report any ideas for enhancements you may have for either package and/or documentation.