ttk::checkbutton
NAMESYNOPSIS
DESCRIPTION
STANDARD OPTIONS
WIDGET-SPECIFIC OPTIONS
WIDGET COMMAND
WIDGET STATES
STANDARD STYLES
SEE ALSO
KEYWORDS
___________________________
NAME
ttk::checkbutton − On/off widget
SYNOPSIS
ttk::checkbutton pathName ?options? ___________________________
DESCRIPTION
A ttk::checkbutton widget is used to show or change a setting. It has two states, selected and deselected. The state of the checkbutton may be linked to a Tcl variable.
STANDARD OPTIONS
−class |
−compound |
−cursor | |
−image |
−state |
−style | |
−takefocus |
−text |
−textvariable | |
−underline |
−width |
See the ttk_widget manual entry for details on the standard options.
WIDGET-SPECIFIC OPTIONS
Command-Line Name:−command
Database Name: |
command | |
Database Class: |
Command |
A Tcl script to execute whenever the widget is invoked.
Command-Line Name:−offvalue
Database Name: |
offValue | |
Database Class: |
OffValue |
The value to store in the associated −variable when the widget is deselected. Defaults to 0.
Command-Line Name:−onvalue
Database Name: |
onValue | |
Database Class: |
OnValue |
The value to store in the associated −variable when the widget is selected. Defaults to 1.
Command-Line Name:−variable
Database Name: |
variable | |
Database Class: |
Variable |
The name of a global variable whose value is linked to the widget. Defaults to the widget pathname if not specified.
WIDGET COMMAND
In addition to
the standard cget, configure, identify,
instate, and state commands, checkbuttons
support the following additional widget commands:
pathname invoke
Toggles between the selected and deselected states and evaluates the associated −command. If the widget is currently selected, sets the −variable to the −offvalue and deselects the widget; otherwise, sets the −variable to the −onvalue Returns the result of the −command.
WIDGET STATES
The widget does not respond to user input if the disabled state is set. The widget sets the selected state whenever the linked −variable is set to the widget’s −onvalue, and clears it otherwise. The widget sets the alternate state whenever the linked −variable is unset. (The alternate state may be used to indicate a “tri-state” or “indeterminate” selection.)
STANDARD STYLES
Ttk::checkbutton widgets support the Toolbutton style in all standard themes, which is useful for creating widgets for toolbars.
SEE ALSO
ttk::widget(n), ttk::radiobutton(n), checkbutton(n)
KEYWORDS
widget, button, toggle, check, option
More Linux Commands
manpages/Tk_GetFontMetrics.3.html
Tk_GetFontMetrics(3) - accessor functions for fonts.........
Given a tkfont, Tk_FontId returns the token that should be selected into an XGCValues structure in order to construct a graphics context that can be used to dra
manpages/XkbFreeGeomOverlays.3.html
XkbFreeGeomOverlays(3) - Free rows in a section (Man Page)
XkbFreeGeomOverlays.3 - Xkb provides a number of functions to allocate and free subcomponents of a keyboard geometry. Use these functions to create or modify ke
manpages/toupper.3.html
toupper(3) - convert letter to upper or lower case (ManPage)
These functions convert lowercase letters to uppercase, and vice versa. If c is a lowercase letter, toupper() returns its uppercase equivalent, if an uppercase
manpages/radiobutton.n.html
radiobutton(n) - Create and manipulate radiobutton widgets
The radiobutton command creates a new window (given by the pathName argument) and makes it into a radiobutton widget. Additional options, described above, may b
manpages/glCopyTexSubImage3D.3gl.html
glCopyTexSubImage3D(3gl) - copy a three-dimensional texture
glCopyTexSubImage3D replaces a rectangular portion of a three-dimensional texture image with pixels from the current GL_READ_BUFFER (rather than from main memor
manpages/check-binary-files.1.html
check-binary-files(1) - check if the archive doesn't contain
check if the archive doesnt contain a third party binaries (JARs) check-binary-files -f instructions_file [-a archive_file] a Archive file on which actions wi
manpages/xloadimage.1x.html
xloadimage.1x
xloadimage.1x
manpages/Tcl_FSLoadFile.3.html
Tcl_FSLoadFile(3) - procedures to interact with any filesyst
There are several reasons for calling the Tcl_FS API functions (e.g. Tcl_FSAccess and Tcl_FSStat) rather than calling system level functions like access and sta
manpages/vconsole.conf.5.html
vconsole.conf(5) - configuration file for the virtual consol
The /etc/vconsole.conf file configures the virtual console, i.e. keyboard mapping and console font. It is applied at boot by systemd-vconsole-setup.service(8).
manpages/finger.1.html
finger(1) - user information lookup program - Linux man page
The finger utility displays information about local and remote system users. By default, the following information is displayed about each user currently logged
manpages/exa.4.html
exa(4) - new 2D acceleration architecture for X.Org.........
EXA provides a simple API for video drivers to implement for 2D acceleration. It is a module loaded by drivers, and is not intended to be loaded on its own. See
manpages/setbuffer.3.html
setbuffer(3) - stream buffering operations - Linux man page
The three types of buffering available are unbuffered, block buffered, and line buffered. When an output stream is unbuffered, information appears on the destin
