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.
5 import wx
.lib
.floatcanvas
7 __doc__
= wx
.lib
.floatcanvas
.__doc
__
9 Circle
= wx
.lib
.floatcanvas
.Circle
10 Dot
= wx
.lib
.floatcanvas
.Dot
11 Ellipse
= wx
.lib
.floatcanvas
.Ellipse
12 FloatCanvas
= wx
.lib
.floatcanvas
.FloatCanvas
13 GetHandBitmap
= wx
.lib
.floatcanvas
.GetHandBitmap
14 GetHandData
= wx
.lib
.floatcanvas
.GetHandData
15 GetMinusBitmap
= wx
.lib
.floatcanvas
.GetMinusBitmap
16 GetMinusData
= wx
.lib
.floatcanvas
.GetMinusData
17 GetPlusBitmap
= wx
.lib
.floatcanvas
.GetPlusBitmap
18 GetPlusData
= wx
.lib
.floatcanvas
.GetPlusData
19 Line
= wx
.lib
.floatcanvas
.Line
20 LineSet
= wx
.lib
.floatcanvas
.LineSet
21 PointSet
= wx
.lib
.floatcanvas
.PointSet
22 Polygon
= wx
.lib
.floatcanvas
.Polygon
23 PolygonSet
= wx
.lib
.floatcanvas
.PolygonSet
24 Rectangle
= wx
.lib
.floatcanvas
.Rectangle
25 Text
= wx
.lib
.floatcanvas
.Text
26 draw_object
= wx
.lib
.floatcanvas
.draw_object