Skip to content

Instantly share code, notes, and snippets.

@hcallen
hcallen / appbar.py
Created April 20, 2020 22:53 — forked from swdevbali/appbar.py
appbar for wxpython
"""
A QUICK FIX FOR: https://github.com/sabren/ceomatic/blob/master/wxappbars.py
I comment this line: if not _registeredWindowInfo.has_key(appbarWindow):
has_key is error. Someone may be able fixing that. I just made a quick for quick work
This lets you create win32 application bars with wxPython.
(Application bars are windows that dock to the desktop and stay visible when
you maximize other windows, like the windows task bar.)