summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2021-09-04 07:56:46 (GMT)
committerfvogel <fvogelnew1@free.fr>2021-09-04 07:56:46 (GMT)
commit962b495e1646eb6529ebb3142b5b09a56a87c524 (patch)
tree3646fb409e0223ed3550d9e2551027b130f411f2
parente48471fa6d732451ebe08c1b4bc5a6d5292d3d90 (diff)
downloadtk-962b495e1646eb6529ebb3142b5b09a56a87c524.zip
tk-962b495e1646eb6529ebb3142b5b09a56a87c524.tar.gz
tk-962b495e1646eb6529ebb3142b5b09a56a87c524.tar.bz2
More accurate documentation of the taskbar behavior for Windows.
-rw-r--r--doc/wm.n15
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/wm.n b/doc/wm.n
index 16616a8..cedeee4 100644
--- a/doc/wm.n
+++ b/doc/wm.n
@@ -427,12 +427,15 @@ rendered by a system API and is not provided by Tk. The icon image itself
should be higher-resolution, preferably 512 pixels, to avoid being blurry.
.RS
.PP
-The icon badge is intended for display in the Dock (macOS),
-taskbar (Windows) or app panel (X11). On macOS and Windows, the last badge
-called will be displayed in the Dock/taskbar, regardless of how many
-different icon badges may be assigned to different windows. Taskbar/panel
-display behavior on X11 will depend on the window manager and/or desktop
-environment.
+The icon badge is intended for display in the Dock (macOS), taskbar
+(Windows) or app panel (X11). On macOS, the last badge called will be
+displayed in the Dock, regardless of how many different icon badges may be
+assigned to different windows. On Windows, the taskbar display depends on
+whether the taskbar buttons are combined or not (this is an OS setting
+available to the user): if combined the behavior is the same as on macOS,
+otherwise each button in the taskbar shows the badge it was assigned. App
+panel display behavior on X11 will depend on the window manager and/or
+desktop environment.
.RE
.TP
\fBwm iconbitmap \fIwindow\fR ?\fIbitmap\fR?