wxAppBar for wxPython

wxAppBar provides a wrapper for the Win32 AppBar control for use with wxPython.  AppBars (also called Task Bars) are given a reserved area on one side of the screen so that they are always visible.  The wxAppBar control is built using ctypes (no C/C++ code), so can be readily customised.

Enhancement requests, bug-reports and bug-fixes are welcome on the project page.  The wxAppBar is based on this Visual Basic tutorial (from www.thescarms.com).

Installation

wxAppBar has two major dependencies (beyond a recent version of wxPython itself), wxoo and ctypes.  All three packages are distributed as Python distutils packages, so to install, either choose a platform specific binary, or unpack the source distribution and run:

setup.py install

in the top level of each of the unpacked directories.  You can get the wxAppBar control from the project's download page.

Documentation

At the moment, most of the documentation for the module is in the form of the auto-generated PyDoc reference API.  You can find a usage sample in the demoappbar.py module.

Changes

Version 0.9.0

Copyright, License and Disclaimer

THIS SOFTWARE IS NOT FAULT TOLERANT AND SHOULD NOT BE USED IN ANY
SITUATION ENDANGERING HUMAN LIFE OR PROPERTY.

Copyright (c) 2003-2004, Michael C. Fletcher, All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials
provided with the distribution.

The name of Michael C. Fletcher, or the name of any Contributor,
may not be used to endorse or promote products derived from this
software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.