Tk Library Source Code

Documentation
Login


[ Main Table Of Contents | Table Of Contents | Keyword Index | Categories | Modules | Applications ]

NAME

widget_listsimple - widget::listsimple widget

Table Of Contents

SYNOPSIS

package require Tcl 8.5
package require Tk 8.5
package require widget::listsimple ?0.1.2?
package require widget::validator ?0.1?
package require widget::scrolledwindow
package require snit
package require tooltip
package require img::png
package require msgcat

widget::listsimple pathname ?options?
widgetCmd destroy
widgetCmd configure
widgetCmd configure option value ...
widgetCmd configure option
widgetCmd cget option
{*}cmdprefix get
{*}cmdprefix set values
{*}cmdprefix text errvar

DESCRIPTION

This package provides a megawidget for the interactive entry of unordered lists. For a megawidget allowing the entry of ordered lists, and more, please see the package widget::listentry.

Class API

The widget class supports a single command, for the creation of widgets.

Instance API

All widget instances supported the following methods.

Widget Options

This section explains all the options available to instances of widget::listsimple. 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.

Widget Construction-Time Only Options

Widget General Options

Example

Bugs, Ideas, Feedback

This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category widget::listsimple of the Tklib Trackers. Please also report any ideas for enhancements you may have for either package and/or documentation.

KEYWORDS

data entry lists, data entry set of strings, data entry unordered list, list entry panel, set entry panel, widget