]> git.saurik.com Git - wxWidgets.git/blob - wxPython/wxPython/lib/printout.py
reSWIGged
[wxWidgets.git] / wxPython / wxPython / lib / printout.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.printout
6
7 __doc__ = wx.lib.printout.__doc__
8
9 PrintBase = wx.lib.printout.PrintBase
10 PrintGrid = wx.lib.printout.PrintGrid
11 PrintTable = wx.lib.printout.PrintTable
12 PrintTableDraw = wx.lib.printout.PrintTableDraw
13 SetPrintout = wx.lib.printout.SetPrintout