diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-08 17:08:29 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-08 17:08:29 (GMT) |
commit | c7125adef8d0324d14696ad11786089c3fbee9e7 (patch) | |
tree | 4c34be6317438b0b55e50309c0a9c3268d892f34 /doc/toplevel.n | |
parent | 80cdb70e0fec0588023ca95e7300b5e8c95402a3 (diff) | |
parent | dd337dff46ddd28d0933a0d49bda4fc93d6df206 (diff) | |
download | tk-c7125adef8d0324d14696ad11786089c3fbee9e7.zip tk-c7125adef8d0324d14696ad11786089c3fbee9e7.tar.gz tk-c7125adef8d0324d14696ad11786089c3fbee9e7.tar.bz2 |
Merge 8.5
Diffstat (limited to 'doc/toplevel.n')
-rw-r--r-- | doc/toplevel.n | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/toplevel.n b/doc/toplevel.n index 84fab14..95fab5b 100644 --- a/doc/toplevel.n +++ b/doc/toplevel.n @@ -4,7 +4,7 @@ '\" '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. -'\" +'\" .TH toplevel n 8.4 Tk "Tk Built-In Commands" .so man.macros .BS @@ -29,7 +29,9 @@ and border. Specifies a class for the window. This class will be used when querying the option database for the window's other options, and it will also be used later for -other purposes such as bindings. +other purposes such as bindings. Some window managers display the +class name for windows in their dock while some others display the +window title. The \fB\-class\fR option may not be changed with the \fBconfigure\fR widget command. .OP \-colormap colormap Colormap |