diff options
Diffstat (limited to 'doc/ttk_widget.n')
-rw-r--r-- | doc/ttk_widget.n | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/doc/ttk_widget.n b/doc/ttk_widget.n index da22343..1c70d67 100644 --- a/doc/ttk_widget.n +++ b/doc/ttk_widget.n @@ -1,15 +1,21 @@ '\" '\" Copyright (c) 2004 Joe English -'\" $Id: ttk_widget.n,v 1.2 2006/11/15 13:29:17 dkf Exp $ +'\" +'\" See the file "license.terms" for information on usage and redistribution +'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. +'\" +'\" RCS: @(#) $Id: ttk_widget.n,v 1.3 2006/12/13 23:04:33 hobbs Exp $ '\" .so man.macros .TH ttk_widget n 8.5 Tk "Tk Themed Widget" .BS .SH NAME -widget \- Standard options and commands supported by Tk themed widgets +ttk_widget \- Standard options and commands supported by Tk themed widgets .BE + .SH DESCRIPTION This manual describes common widget options and commands. + .SH "STANDARD OPTIONS" The following options are supported by all Tk themed widgets: .OP \-class undefined undefined @@ -35,6 +41,7 @@ or the empty string. See \fIoptions(n)\fR in the Tk reference manual for the full description. .OP \-style style Style May be used to specify a custom widget style. + .SH "SCROLLABLE WIDGET OPTIONS" .PP The following options are supported by widgets that @@ -63,6 +70,7 @@ then no command is be executed. .OP \-yscrollcommand yScrollCommand ScrollCommand A command prefix, used to communicate with vertical scrollbars. See the description of \fB-xscrollcommand\fR above for details. + .SH "LABEL OPTIONS" The following options are supported by labels, buttons, and other button-like widgets: @@ -75,8 +83,7 @@ in place of the \fB-text\fR resource. .OP \-underline underline Underline If set, specifies the integer index (0-based) of a character to underline in the text string. -The underlined character is used for mnemonic activation -(see \fIkeynav(n)\fR). +The underlined character is used for mnemonic activation. .OP \-image image Image Specifies an image to display. This is a list of 1 or more elements. @@ -205,6 +212,7 @@ entry widget value failed validation.) A \fIstate specification\fR or \fIstateSpec\fR is a list of state names, optionally prefixed with an exclamation point (!) indicating that the bit is off. + .SH EXAMPLES .CS set b [ttk::button .b] @@ -218,7 +226,9 @@ $b instate {pressed !disabled} { .b invoke } # Reenable widget: $b state !disabled .CE + .SH "SEE ALSO" ttk_intro(n), style(n) + .SH KEYWORDS state, configure, option |