summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2023-07-23 15:38:28 (GMT)
committerfvogel <fvogelnew1@free.fr>2023-07-23 15:38:28 (GMT)
commita2735edeffb6f839428d8b0277e698ab3b06f4df (patch)
tree1794c3e58f28e7bf1490c370a0c731ec85d84053 /library
parent9bd0f9a676dc8cf52d4f73b0cf766d4643b64956 (diff)
downloadtk-a2735edeffb6f839428d8b0277e698ab3b06f4df.zip
tk-a2735edeffb6f839428d8b0277e698ab3b06f4df.tar.gz
tk-a2735edeffb6f839428d8b0277e698ab3b06f4df.tar.bz2
Tweak comments.
Diffstat (limited to 'library')
-rw-r--r--library/systray.tcl4
1 files changed, 1 insertions, 3 deletions
diff --git a/library/systray.tcl b/library/systray.tcl
index f960f98..31b9c08 100644
--- a/library/systray.tcl
+++ b/library/systray.tcl
@@ -116,6 +116,7 @@ namespace eval ::tk::systray {
# Pure-Tcl system notification window for use if native implementation not available.
+# This is supposed to happen only on X11 when libnotify is not present.
namespace eval ::tk::sysnotify:: {
# These defaults mimics the default behaviour of gnome and xfce
# notifications.
@@ -128,9 +129,6 @@ namespace eval ::tk::sysnotify:: {
option add *Sysnotify.alpha 0.85
proc _notifywindow {title msg} {
- # TODO: properly define these two gaps:
- # X gap from the right screen edge
- # Y gap from the top screen edge
# cleanup any previous notify window and create a new one
set w ._notify