1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
|
.. 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
.. module:: wx.lib.calendar
.. currentmodule:: wx.lib.calendar
.. highlight:: python
.. _wx.lib.calendar:
==========================================================================================================================================
|phoenix_title| **wx.lib.calendar**
==========================================================================================================================================
A module with a calendar control and a calendar dialog and some utility
methods and classes.
|function_summary| Functions Summary
====================================
================================================================================ ================================================================================
:func:`~wx.lib.calendar.DefaultColors` Define some default colors.
:func:`~wx.lib.calendar.GetMonthList` Get a list of the defined month names.
:func:`~wx.lib.calendar.MakeColor` Try and create a :class:`wx.Colour`.
================================================================================ ================================================================================
|
|class_summary| Classes Summary
===============================
================================================================================ ================================================================================
:ref:`~wx.lib.calendar.CalDraw` A class to draw a calendar.
:ref:`~wx.lib.calendar.Calendar` A calendar control class.
:ref:`~wx.lib.calendar.CalenDlg` A dialog with a calendar control.
:ref:`~wx.lib.calendar.PrtCalDraw` A class to optimize :class:`CalDraw` for printing.
================================================================================ ================================================================================
|
.. toctree::
:maxdepth: 1
:hidden:
wx.lib.calendar.CalDraw
wx.lib.calendar.Calendar
wx.lib.calendar.CalenDlg
wx.lib.calendar.PrtCalDraw
Functions
------------
.. function:: DefaultColors()
Define some default colors.
.. function:: GetMonthList()
Get a list of the defined month names.
rtype: `list`
.. function:: MakeColor(in_color)
Try and create a :class:`wx.Colour`.
:returns: a :class:`wx.Colour` instance to `in_colour`
|