Skip to content

Power management support for Windows Tk applications

License

Notifications You must be signed in to change notification settings

tkabber/tkwinpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

03ff8ff · Nov 1, 2007

History

21 Commits
Oct 24, 2007
Oct 24, 2007
Oct 16, 2007
Oct 29, 2007
Oct 31, 2007
Nov 1, 2007
Nov 1, 2007
Nov 1, 2007
Oct 24, 2007
Nov 1, 2007
Nov 1, 2007
Oct 16, 2007
Oct 19, 2007
Oct 19, 2007
Oct 16, 2007
Oct 16, 2007

Repository files navigation

This package exports some mechanics of Win32 API related to
Windows power management and session management to the Tcl
script level.

By using this package arbitrary Tcl scripts can be bound to
such events like "the system switched from the AC power to the
battery", "the user is about to log off", "system battery
low", "resumed from suspended state" and so on. The management
of such scripts are modelled after the Tk [bind] command.

Introspection capabilities to analyze the events being
processed as well as the system's power status are provided.

Refer to the provided HTML documentation for more info.

The package is written by
Konstantin Khomoutov <[email protected]>
and it is hosted at http://tkwinpm.googlecode.com

This package is distributed under pretty the same license as
Tcl itself.

# vim:tw=62:noet