.. 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.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

Inheritance diagram for class
wxTickerXmlHandler:
|
|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 : XmlNode) -> 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 : XmlNode) -> 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.