.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. currentmodule:: wx.lib.calendar .. highlight:: python .. _wx.lib.calendar.PrtCalDraw: ========================================================================================================================================== |phoenix_title| **wx.lib.calendar.PrtCalDraw** ========================================================================================================================================== A class to optimize :class:`CalDraw` for printing. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class PrtCalDraw:
| |super_classes| Known Superclasses ================================== :class:`wx.lib.calendar.CalDraw` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.calendar.PrtCalDraw.InitValues` Set initial values. :meth:`~wx.lib.calendar.PrtCalDraw.SetPreview` Set the preview. :meth:`~wx.lib.calendar.PrtCalDraw.SetPSize` Calculate the dimensions in the center of the drawing area. ================================================================================ ================================================================================ | |api| Class API =============== .. class:: PrtCalDraw(CalDraw) A class to optimize :class:`CalDraw` for printing. .. method:: InitValues(self) Set initial values. .. method:: SetPreview(self, preview) Set the preview. :param `preview`: set the preview state??? .. method:: SetPSize(self, pwidth, pheight) Calculate the dimensions in the center of the drawing area.