wx.propgrid.PGWindowList
Contains a list of editor windows returned by CreateControls.
Class Hierarchy
Inheritance diagram for class
PGWindowList:
Methods Summary
Properties Summary
Class API
-
class
wx.propgrid.
PGWindowList
(object)
Possible constructors:
PGWindowList()
PGWindowList(a)
PGWindowList(a, b)
Contains a list of editor windows returned by CreateControls.
Methods
-
__init__
(self, *args, **kw)
Overloaded Implementations:
__init__ (self)
__init__ (self, a)
- Parameters
a (wx.Window) –
__init__ (self, a, b)
- Parameters
-
-
SetSecondary
(self, secondary)
- Parameters
secondary (wx.Window) –
Properties
-
m_primary
A public C++ attribute of type Window
.
-
m_secondary
A public C++ attribute of type Window
.