entrybox - editable text field widget with clear controls
Contents
Copyright
Copyright (c) 2017 Schelte Bron
doc 1.0 entrybox(3tcl)
Default Bindings
The ttk::entrybox has one additional key binding, Control-u, that also erases all text in the
ttk::entrybox.
Description
The ttk::entrybox widget is an extension of the regular ttk::entry widget. It can be used wherever a
ttk::entry is currently used, without any other changes to the code.
The difference between the ttk::entrybox widget and the ttk::entry widget is in the interaction with the
user. An empty ttk::entrybox looks just like a ttk::entry. However, when there is any text in the
ttk::entrybox, an icon appears on the right-hand side of the widget. The user can click this icon to
erase the text.
Name
entrybox - editable text field widget with clear controls
Synopsis
package require Tk8.6.6
package require matchbox1.0
________________________________________________________________________________________________________________
Widget Command
A ttk::entrybox widget supports the same subcommands as a ttk::entry. As a convenience, one additional
subcommand is available:
pathNamesetvalue
Directly set the value of the ttk::entrybox to value, replacing any existing text.
