diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-08 17:05:53 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-08 17:05:53 (GMT) |
commit | dd337dff46ddd28d0933a0d49bda4fc93d6df206 (patch) | |
tree | 22e0e23bfa59466e9b881da99b72097e523c455a | |
parent | d1c3b7b1ae7d5dc9bae8ec3b575f35f201ddae9f (diff) | |
parent | df2c079ab43c9a9889389af6dae9af6c6fcf3c97 (diff) | |
download | tk-dd337dff46ddd28d0933a0d49bda4fc93d6df206.zip tk-dd337dff46ddd28d0933a0d49bda4fc93d6df206.tar.gz tk-dd337dff46ddd28d0933a0d49bda4fc93d6df206.tar.bz2 |
[e57dbff619]: Ubuntu / Gnome desktop incorrect window mouseover labels in dock (doc update only)
-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 80008be..bb73b53 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 \fBclass\fR option may not be changed with the \fBconfigure\fR widget command. .OP \-colormap colormap Colormap |