.. include:: headings.inc .. currentmodule:: py.filling .. highlight:: python .. _py.filling.FillingFrame: ========================================================================================================================================== |phoenix_title| **FillingFrame** ========================================================================================================================================== Frame containing the namespace tree component. | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **FillingFrame** .. raw:: html

Inheritance diagram of FillingFrame

| |super_classes| Known Superclasses ================================== :class:`Frame` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~py.filling.FillingFrame.__init__` Create FillingFrame instance. ================================================================================ ================================================================================ | |api| Class API =============== .. class:: FillingFrame(Frame) Frame containing the namespace tree component. .. method:: __init__(self, parent=None, id=-1, title='PyFilling', pos=DefaultPosition, size=(600, 400), style=DEFAULT_FRAME_STYLE, rootObject=None, rootLabel=None, rootIsNamespace=False, static=False) Create FillingFrame instance.