Mon 14 Apr 2008
Doing a Fade-in with wxPython
Posted by Mike under Cross-Platform, Python, wxPython
[3] Comments
Today we’re going to go over how to make your application do a “fade-in”. One common place that Windows users see this is with Microsoft Outlook’s email notification. It fades in and then back out. wxPython provides a way to set the alpha transparency of any top window, which affects the widgets that are placed on the top-level widget.