Tk Library Source Code

Documentation
Login


[ Main Table Of Contents | Table Of Contents | Keyword Index | Categories | Modules | Applications ]

NAME

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

Table Of Contents

SYNOPSIS

package require tk
package require notifywindow

::notifywindow::notifywindow msg img
::notifywindow::demo

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.

ACKNOWLEDGMENTS

notifywindow was inspired by the Growl notification package for Mac OS X, but 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 Tklib Trackers. Please also report any ideas for enhancements you may have for either package and/or documentation.

KEYWORDS

alert, notification, tk

COPYRIGHT

Copyright © 2015 Kevin Walzer/WordTech Communications LLC