phoenix_title wx.lib.ticker_xrc.wxTickerXmlHandler

XmlResourceHandler()

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


class_hierarchy Class Hierarchy

Inheritance diagram for class wxTickerXmlHandler:

super_classes Known Superclasses

wx.xrc.XmlResourceHandler


method_summary Methods Summary

__init__

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

CanHandle

CanHandle(node) -> bool

DoCreateResource

DoCreateResource() -> Object


api Class API

class wxTickerXmlHandler(xrc.XmlResourceHandler)

XmlResourceHandler()

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


Methods

__init__(self)

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



CanHandle(self, node)

CanHandle(node) -> bool

Returns true if it understands this node and can create a resource from it, false otherwise.



DoCreateResource(self)

DoCreateResource() -> Object

Called from CreateResource after variables were filled.