diff options
author | fvogel <fvogelnew1@free.fr> | 2023-07-23 16:03:49 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2023-07-23 16:03:49 (GMT) |
commit | d48d2c18be9cc211d96f7d53317c05d92bfe217a (patch) | |
tree | c98f1ca7fc62d2c690389846b2a4ece33e89b595 /library | |
parent | adb5fc0f0222c8f1bb656ba82d3abd647f79e440 (diff) | |
download | tk-d48d2c18be9cc211d96f7d53317c05d92bfe217a.zip tk-d48d2c18be9cc211d96f7d53317c05d92bfe217a.tar.gz tk-d48d2c18be9cc211d96f7d53317c05d92bfe217a.tar.bz2 |
Tweak comments.
Diffstat (limited to 'library')
-rw-r--r-- | library/systray.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/systray.tcl b/library/systray.tcl index 4ee68d0..3aa6da0 100644 --- a/library/systray.tcl +++ b/library/systray.tcl @@ -362,7 +362,6 @@ proc ::tk::systray::configure {args} { } } - # Remove the systray icon. proc ::tk::systray::destroy {} { variable _created @@ -389,6 +388,7 @@ proc ::tk::systray::destroy {} { return } +# Check systray icon existence. proc tk::systray::exists {} { variable _created return $_created |