Files
wxWidgets/wxPython/wxPython/lib/buttons.py
2003-11-12 21:34:20 +00:00

15 lines
565 B
Python

## This file reverse renames symbols in the wx package to give
## them their wx prefix again, for backwards compatibility.
import wx.lib.buttons
__doc__ = wx.lib.buttons.__doc__
wxGenButtonEvent = wx.lib.buttons.GenButtonEvent
wxGenButton = wx.lib.buttons.GenButton
wxGenBitmapButton = wx.lib.buttons.GenBitmapButton
wxGenBitmapTextButton = wx.lib.buttons.GenBitmapTextButton
wxGenToggleButton = wx.lib.buttons.GenToggleButton
wxGenBitmapToggleButton = wx.lib.buttons.GenBitmapToggleButton
wxGenBitmapTextToggleButton = wx.lib.buttons.GenBitmapTextToggleButton