]> git.saurik.com Git - wxWidgets.git/blob - wxPython/wxPython/lib/mixins/rubberband.py
Work around compile problem with some versions of gcc 2.95 (Debian 3.0 and OS X 10...
[wxWidgets.git] / wxPython / wxPython / lib / mixins / rubberband.py
1 ## This file imports items from the wx package into the wxPython package for
2 ## backwards compatibility. Some names will also have a 'wx' added on if
3 ## that is how they used to be named in the old wxPython package.
4
5 import wx.lib.mixins.rubberband
6
7 __doc__ = wx.lib.mixins.rubberband.__doc__
8
9 RubberBand = wx.lib.mixins.rubberband.RubberBand
10 boxToExtent = wx.lib.mixins.rubberband.boxToExtent
11 getCursorPosition = wx.lib.mixins.rubberband.getCursorPosition
12 isNegative = wx.lib.mixins.rubberband.isNegative
13 normalizeBox = wx.lib.mixins.rubberband.normalizeBox
14 pointInBox = wx.lib.mixins.rubberband.pointInBox
15 pointOnBox = wx.lib.mixins.rubberband.pointOnBox