.. wxPython Phoenix documentation

   This file was generated by Phoenix's sphinx generator and associated
   tools, do not edit by hand.

   Copyright: (c) 2011-2025 by Total Control Software
   License:   wxWindows License

.. include:: headings.inc

.. currentmodule:: wx.lib.ticker_xrc

.. highlight:: python



.. _wx.lib.ticker_xrc.wxTickerXmlHandler:

==========================================================================================================================================
|phoenix_title|  **wx.lib.ticker_xrc.wxTickerXmlHandler**
==========================================================================================================================================

XmlResourceHandler() -> None

wxSizerXmlHandler is a class for resource handlers capable of creating
a wxSizer object from an XML node.



|

|class_hierarchy| Class Hierarchy
=================================

.. raw:: html

   <div class="collabsible-wrapper">
      <input id="collapsible-inheritance" class="collapsible-checkbox" type="checkbox">
      <label for="collapsible-inheritance" tabindex="0" title="Show inheritance diagram" class="collapsible-label">Inheritance diagram for class <strong>wxTickerXmlHandler</strong>:</label>
      <div class="collapsible-content">
         <p class="graphviz">
            <center><img src="_static/images/inheritance/wx.lib.ticker_xrc.wxTickerXmlHandler_inheritance.svg" alt="Inheritance diagram of wxTickerXmlHandler" usemap="#dummy" class="inheritance invert-in-dark-mode"/></center>
            <map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.lib.ticker_xrc.wxTickerXmlHandler.html" title="XmlResourceHandler() -> None" alt="" coords="5,159,299,188"/> <area shape="rect" id="node3" href="wx.Object.html" title="This is the root class of many of the wxWidgets classes." alt="" coords="103,5,202,34"/> </map> 
         </p>
      </div>
   </div>
   <script type="text/javascript" src="_static/inheritancetoggle.js"></script>



|


|super_classes| Known Superclasses
==================================

:class:`wx.xrc.XmlResourceHandler`

|


|method_summary| Methods Summary
================================

================================================================================ ================================================================================
:meth:`~wx.lib.ticker_xrc.wxTickerXmlHandler.__init__`                           Initialize self.  See help(type(self)) for accurate signature.
:meth:`~wx.lib.ticker_xrc.wxTickerXmlHandler.CanHandle`                          CanHandle(node) -> bool
:meth:`~wx.lib.ticker_xrc.wxTickerXmlHandler.DoCreateResource`                   DoCreateResource() -> Object
================================================================================ ================================================================================


|


|api| Class API
===============


.. class:: wxTickerXmlHandler(xrc.XmlResourceHandler)

   XmlResourceHandler() -> None
   
   wxSizerXmlHandler is a class for resource handlers capable of creating
   a wxSizer object from an XML node.

   .. method:: __init__(self)

      Initialize self.  See help(type(self)) for accurate signature.


   .. method:: CanHandle(self, node)

      CanHandle(node) -> bool
      
      Returns true if it understands this node and can create a resource
      from it, false otherwise.


   .. method:: DoCreateResource(self)

      DoCreateResource() -> Object
      
      Called from CreateResource after variables were filled.


