diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-01-29 15:37:59 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-01-29 15:37:59 (GMT) |
commit | e570b803ecdb9cfc2838a851f6985608f2cc01e4 (patch) | |
tree | fc66b15039935addbbcaf9a5aad09170c82304a8 /doc/ttk_entry.n | |
parent | a39396387f07c6e44a8fd6e0fb9e1a62fe5ab68a (diff) | |
download | tk-e570b803ecdb9cfc2838a851f6985608f2cc01e4.zip tk-e570b803ecdb9cfc2838a851f6985608f2cc01e4.tar.gz tk-e570b803ecdb9cfc2838a851f6985608f2cc01e4.tar.bz2 |
Adjusted handling of the standard options part of the Ttk manual pages so
that they are documented in the correct location. [Bug 1876493]
Diffstat (limited to 'doc/ttk_entry.n')
-rw-r--r-- | doc/ttk_entry.n | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ttk_entry.n b/doc/ttk_entry.n index cf1e410..2be5714 100644 --- a/doc/ttk_entry.n +++ b/doc/ttk_entry.n @@ -7,7 +7,7 @@ '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" '\" SOURCE: entry.n, r1.12 -'\" RCS: @(#) $Id: ttk_entry.n,v 1.10 2007/12/13 15:23:44 dgp Exp $ +'\" RCS: @(#) $Id: ttk_entry.n,v 1.11 2008/01/29 15:38:00 dkf Exp $ '\" .so man.macros .TH ttk::entry n 8.5 Tk "Tk Themed Widget" @@ -25,9 +25,9 @@ The value of the string may be linked to a Tcl variable with the \fB\-textvariable\fR option. Entry widgets support horizontal scrolling with the standard \fB\-xscrollcommand\fR option and \fBxview\fR widget command. -.SO -\-class \-cursor \-style \-takefocus -\-xscrollcommand +.SO ttk_widget +\-class \-cursor \-style +\-takefocus \-xscrollcommand .SE .SH "WIDGET-SPECIFIC OPTIONS" .OP \-exportselection exportSelection ExportSelection |