Navigation
Home
|
Gallery
|
API Docs
»
wx.py
»
wx.py.filling
»
wx.py.filling.FillingFrame
index
modules
|
next
|
previous
|
wx.py.filling.FillingFrame
¶
Frame containing the namespace tree component.
Class Hierarchy
¶
Inheritance diagram for class
FillingFrame
:
Known Superclasses
¶
wx.Frame
Methods Summary
¶
__init__
Create FillingFrame instance.
Class API
¶
class
FillingFrame
(
wx.Frame
)
¶
Frame containing the namespace tree component.
Methods
¶
__init__
(
self
,
parent
=
None
,
id
=
-1
,
title
=
'PyFilling'
,
pos
=
wx.DefaultPosition
,
size
=
(600,
400)
,
style
=
wx.DEFAULT_FRAME_STYLE
,
rootObject
=
None
,
rootLabel
=
None
,
rootIsNamespace
=
False
,
static
=
False
)
¶
Create FillingFrame instance.