diff options
author | fvogel <fvogelnew1@free.fr> | 2020-11-16 21:05:11 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2020-11-16 21:05:11 (GMT) |
commit | c8354b85e74310027e9c314f6c10602f97f23e97 (patch) | |
tree | 6b8457557c4c9474898660b36f9b17b5d49befe0 /doc/systray.n | |
parent | 641134a186aafcd9ce4c14eb305192a505cd66c3 (diff) | |
download | tk-c8354b85e74310027e9c314f6c10602f97f23e97.zip tk-c8354b85e74310027e9c314f6c10602f97f23e97.tar.gz tk-c8354b85e74310027e9c314f6c10602f97f23e97.tar.bz2 |
Document platform differences regarding what kind of images are accepted in the -image option. Add test systray-16 to check bitmap image types on platforms other than Windows.
Diffstat (limited to 'doc/systray.n')
-rw-r--r-- | doc/systray.n | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/systray.n b/doc/systray.n index f6874c6..d66659d 100644 --- a/doc/systray.n +++ b/doc/systray.n @@ -53,9 +53,13 @@ Here is an example of modifying the \fBtk systray\fR icon: .CE .SH PLATFORM NOTES .PP -The X11 implementation is supported on a "best efforts" basis because it is dependent on the window manager. The "text" -flag, which is implemented as a tooltip, does not always display if the WM -does not support such features; the systray icon itself may not even -display with some window managers. +The X11 implementation is supported on a "best efforts" basis because it is +dependent on the window manager. The "text" flag, which is implemented as +a tooltip, does not always display if the WM does not support such features; +the systray icon itself may not even display with some window managers. +.PP +On Windows, the Tk image provided in the \fI-image\fR option must be a +photo image. On other platforms either a bitmap image or a photo image +may be provided. .SH KEYWORDS image, callback |