.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2018 by Total Control Software License: wxWindows License .. include:: headings.inc .. currentmodule:: wx.lib.printout .. highlight:: python .. _wx.lib.printout.PrintTableDraw: ========================================================================================================================================== |phoenix_title| **wx.lib.printout.PrintTableDraw** ========================================================================================================================================== ScrolledWindow() ScrolledWindow(parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=ScrolledWindowStyle, name=PanelNameStr) Scrolled window derived from wxPanel. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html <div id="toggleBlock" onclick="return toggleVisibility(this)" class="closed" style="cursor:pointer;"> <img id="toggleBlock-trigger" src="_static/images/closed.png"/> Inheritance diagram for class <strong>PrintTableDraw</strong>: </div> <div id="toggleBlock-summary" style="display:block;"></div> <div id="toggleBlock-content" style="display:none;"> <p class="graphviz"> <center><img src="_static/images/inheritance/wx.lib.printout.PrintTableDraw_inheritance.png" alt="Inheritance diagram of PrintTableDraw" usemap="#dummy" class="inheritance"/></center> <script type="text/javascript">toggleVisibilityOnLoad(document.getElementById('toggleBlock'))</script> <map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.lib.printout.PrintTableDraw.html" title="ScrolledWindow()" alt="" coords="94,469,319,499"/> <area shape="rect" id="node2" href="wx.ScrolledWindow.html" title="Scrolled window derived from wx.Panel." alt="" coords="35,392,187,421"/> <area shape="rect" id="node3" href="wx.lib.printout.PrintBase.html" title="wx.lib.printout.PrintBase" alt="" coords="211,392,397,421"/> <area shape="rect" id="node5" href="wx.Window.html" title="wx.Window is the base class for all windows and represents any visible object on screen." alt="" coords="62,237,159,267"/> <area shape="rect" id="node6" href="wx.WindowBase.html" title="wx.WindowBase" alt="" coords="45,160,176,189"/> <area shape="rect" id="node7" href="wx.EvtHandler.html" title="A class that can handle events from the windowing system." alt="" coords="51,83,170,112"/> <area shape="rect" id="node8" href="wx.Object.html" title="This is the root class of many of the wxWidgets classes." alt="" coords="5,5,93,35"/> <area shape="rect" id="node9" href="wx.Trackable.html" title="Add-on base class for a trackable object." alt="" coords="118,5,229,35"/> </map> </p> </div> | |super_classes| Known Superclasses ================================== :class:`wx.ScrolledWindow`, :class:`wx.lib.printout.PrintBase` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.printout.PrintTableDraw.__init__` Initialize self. See help(type(self)) for accurate signature. :meth:`~wx.lib.printout.PrintTableDraw.AdjustValues` :meth:`~wx.lib.printout.PrintTableDraw.ColourRowCells` :meth:`~wx.lib.printout.PrintTableDraw.DoDrawing` :meth:`~wx.lib.printout.PrintTableDraw.DrawColumns` :meth:`~wx.lib.printout.PrintTableDraw.DrawGridLine` :meth:`~wx.lib.printout.PrintTableDraw.DrawText` :meth:`~wx.lib.printout.PrintTableDraw.FinishDraw` :meth:`~wx.lib.printout.PrintTableDraw.GetCellColour` :meth:`~wx.lib.printout.PrintTableDraw.GetCellTextColour` :meth:`~wx.lib.printout.PrintTableDraw.GetTotalPages` :meth:`~wx.lib.printout.PrintTableDraw.LabelColorRow` :meth:`~wx.lib.printout.PrintTableDraw.OutCanvas` :meth:`~wx.lib.printout.PrintTableDraw.OutPage` :meth:`~wx.lib.printout.PrintTableDraw.PrintFooter` :meth:`~wx.lib.printout.PrintTableDraw.PrintHeader` :meth:`~wx.lib.printout.PrintTableDraw.PrintLabel` :meth:`~wx.lib.printout.PrintTableDraw.PrintRow` :meth:`~wx.lib.printout.PrintTableDraw.SetColumns` :meth:`~wx.lib.printout.PrintTableDraw.SetDefaults` :meth:`~wx.lib.printout.PrintTableDraw.SetPage` :meth:`~wx.lib.printout.PrintTableDraw.SetPointAdjust` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: PrintTableDraw(wx.ScrolledWindow, PrintBase) ScrolledWindow() ScrolledWindow(parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=ScrolledWindowStyle, name=PanelNameStr) Scrolled window derived from wxPanel. .. method:: __init__(self, parent, DC, size) Initialize self. See help(type(self)) for accurate signature. .. method:: AdjustValues(self) .. method:: ColourRowCells(self, height) .. method:: DoDrawing(self, DC) .. method:: DrawColumns(self) .. method:: DrawGridLine(self) .. method:: DrawText(self) .. method:: FinishDraw(self) .. method:: GetCellColour(self, row, col) .. method:: GetCellTextColour(self, row, col) .. method:: GetTotalPages(self) .. method:: LabelColorRow(self, colour) .. method:: OutCanvas(self) .. method:: OutPage(self) .. method:: PrintFooter(self) .. method:: PrintHeader(self) .. method:: PrintLabel(self) .. method:: PrintRow(self, row_val, draw = True, align = wx.ALIGN_LEFT) .. method:: SetColumns(self, col) .. method:: SetDefaults(self) .. method:: SetPage(self, page) .. method:: SetPointAdjust(self)