.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2017 by Total Control Software License: wxWindows License .. include:: headings.inc .. currentmodule:: wx.lib.analogclock.helpers .. highlight:: python .. _wx.lib.analogclock.helpers.TickBinary: ========================================================================================================================================== |phoenix_title| **wx.lib.analogclock.helpers.TickBinary** ========================================================================================================================================== Holds info about a tick mark. | |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>TickBinary</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.analogclock.helpers.TickBinary_inheritance.png" alt="Inheritance diagram of TickBinary" usemap="#dummy" class="inheritance"/></center> </div> <script type="text/javascript">toggleVisibilityOnLoad(document.getElementById('toggleBlock'))</script> <map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.lib.analogclock.helpers.Element.html" title="Base class for face, hands and tick marks." alt="" coords="17,5,260,35"/> <area shape="rect" id="node3" href="wx.lib.analogclock.helpers.TickDecimal.html" title="Holds info about a tick mark." alt="" coords="5,83,272,112"/> <area shape="rect" id="node2" href="wx.lib.analogclock.helpers.TickBinary.html" title="Holds info about a tick mark." alt="" coords="11,160,266,189"/> </map> </p> | |super_classes| Known Superclasses ================================== :class:`wx.lib.analogclock.helpers.TickDecimal` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.analogclock.helpers.TickBinary.__init__` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: TickBinary(TickDecimal) Holds info about a tick mark. .. method:: __init__(self, \*\*kwargs)