logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

notifywindow - Provides unobtrusive window for alerts/notifications from Tk applications

Acknowledgments

       While  notifywindow  was  inspired by the Growl notification package for Mac OS X, it shares no code with
       that project whatsoever.

Bugs, Ideas, Feedback

       This document, and the package it describes, will undoubtedly contain bugs and  other  problems.   Please
       report  such  in  the  category notifywindow of the TklibTrackers [http://core.tcl.tk/tklib/reportlist].
       Please also report any ideas for enhancements you may have for either package and/or documentation.

Description

       This  package  provides  a  low-key, unobtrusive window for alerts and notifications from Tk applications
       that briefly appears in the upper-right hand corner of the screen. Modeled after the "Growl" framework on
       Mac OS X, the window fades in and out on platforms that support such effects, and appears and  disappears
       on other platforms.

       ::notifywindow::notifywindowmsgimg
              Posts the toplevel notification window with the msg string, which should not exceed 40 characters,
              and an optional image, which should be 16x16 pixels.

       ::notifywindow::demo
              Simple demo that illustrates how the package works.

Keywords

       alert, notification, tk

Name

       notifywindow - Provides unobtrusive window for alerts/notifications from Tk applications

Synopsis

       package require tk

       package require notifywindow?1.0.1?::notifywindow::notifywindowmsgimg::notifywindow::demo

________________________________________________________________________________________________________________

See Also