********************** wx.html.HtmlWidgetCell ********************** Inheritance diagram for `wx.html.HtmlWidgetCell`: | .. inheritance-diagram:: wx.html.HtmlWidgetCell | Description =========== `wx.html.HtmlWidgetCell` is a class that provides a connection between HTML cells and widgets (an object derived from `wx.Window <../Widgets/wx.Window.html>`_). You can use it to display things like forms, input boxes etc. in an HTML window. `wx.html.HtmlWidgetCell` takes care of resizing and moving window. Derived From ^^^^^^^^^^^^^ * `wx.html.HtmlCell `_ Methods Summary ^^^^^^^^^^^^^^^ * `__init__ <#__init__>`_ Class API ========= Methods ^^^^^^^ .. method:: __init__(wnd, w=0) Constructor. **Parameters:** * `wnd` (`wx.Window <../Widgets/wx.Window.html>`_): Connected window. It is parent window **must** be the `wx.html.HtmlWindow `_ object within which it is displayed! * `w` (int): Floating width. If non-zero width of `wnd` window is adjusted so that it is always `w` percents of parent container's width. (For example `w` = 100 means that the window will always have same width as parent container). | **Returns:** `wx.html.HtmlWidgetCell `_