Tk Library Source Code

Documentation
Login


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

NAME

history - Provides a history for Entry widgets

Table Of Contents

SYNOPSIS

package require Tcl 8.4
package require Tk 8.4
package require history ?0.1?

::history::init pathName ?length?
::history::remove pathName
::history::add pathName text
::history::get pathName
::history::clear pathName
::history::configure pathName option ?value?
bell

DESCRIPTION

This package provides a convenient history mechanism for Entry widgets. The history may be accessed with the up and down arrow keys.

Bugs, Ideas, Feedback

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

KEYWORDS

entry, history