ScrolledWindow() -> None ScrolledWindow(parent : Window, id: int=ID_ANY, pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=ScrolledWindowStyle, name: str=PanelNameStr) -> None
Scrolled window derived from wxPanel.
wx.ScrolledWindow
, wx.lib.printout.PrintBase
Initialize self. See help(type(self)) for accurate signature. |
|
PrintTableDraw
(wx.ScrolledWindow, PrintBase)¶ScrolledWindow() -> None ScrolledWindow(parent : Window, id: int=ID_ANY, pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=ScrolledWindowStyle, name: str=PanelNameStr) -> None
Scrolled window derived from wxPanel.
__init__
(self, parent, DC, size)¶Initialize self. See help(type(self)) for accurate signature.
AdjustValues
(self)¶ColourRowCells
(self, height)¶DoDrawing
(self, DC)¶DrawColumns
(self)¶DrawGridLine
(self)¶DrawText
(self)¶FinishDraw
(self)¶GetCellColour
(self, row, col)¶GetCellTextColour
(self, row, col)¶GetTotalPages
(self)¶LabelColorRow
(self, colour)¶OutCanvas
(self)¶OutPage
(self)¶PrintHeader
(self)¶PrintLabel
(self)¶PrintRow
(self, row_val, draw = True, align = wx.ALIGN_LEFT)¶SetColumns
(self, col)¶SetDefaults
(self)¶SetPage
(self, page)¶SetPointAdjust
(self)¶