]> git.saurik.com Git - wxWidgets.git/blob - wxPython/wxPython/lib/buttons.py
Fix "PINK" to actually be pink, and not lavender
[wxWidgets.git] / wxPython / wxPython / lib / buttons.py
1 ## This file reverse renames symbols in the wx package to give
2 ## them their wx prefix again, for backwards compatibility.
3
4 import wx.lib.buttons
5
6 __doc__ = wx.lib.buttons.__doc__
7
8 wxGenButtonEvent = wx.lib.buttons.GenButtonEvent
9 wxGenButton = wx.lib.buttons.GenButton
10 wxGenBitmapButton = wx.lib.buttons.GenBitmapButton
11 wxGenBitmapTextButton = wx.lib.buttons.GenBitmapTextButton
12 wxGenToggleButton = wx.lib.buttons.GenToggleButton
13 wxGenBitmapToggleButton = wx.lib.buttons.GenBitmapToggleButton
14 wxGenBitmapTextToggleButton = wx.lib.buttons.GenBitmapTextToggleButton