***************** wx.PyWidgetTester ***************** Inheritance diagram for `wx.PyWidgetTester`: | .. inheritance-diagram:: wx.PyWidgetTester | Description =========== No description found. Derived From ^^^^^^^^^^^^^ * `wx.App `_ * `wx.PyApp `_ * `wx.EvtHandler `_ * `wx.Object `_ Methods Summary ^^^^^^^^^^^^^^^ * `__init__ <#__init__>`_ * `OnInit <#OnInit>`_ * `SetWidget <#SetWidget>`_ Class API ========= Methods ^^^^^^^ .. method:: __init__(size=(250, 100)) Constructor. **Parameters:** * `size` (`wx.Size `_) -------- .. method:: OnInit() `No docstrings available for this method.` -------- .. method:: SetWidget(widgetClass, *args, **kwargs) | **Parameters:** * `widgetClass`