wx.propgrid.PGWindowList¶
Contains a list of editor windows returned by CreateControls.
Class Hierarchy¶
Methods Summary¶
Gets window of primary editor. |
|
Gets window of secondary editor. |
|
Properties Summary¶
See |
|
See |
Class API¶
- class wx.propgrid.PGWindowList(object)¶
Possible constructors:
PGWindowList(primary, secondary=None) -> None
Contains a list of editor windows returned by CreateControls.
Methods¶
- __init__(self, primary, secondary=None)¶
- GetPrimary(self)¶
Gets window of primary editor.
- Return type:
Window
Added in version 4.1/wxWidgets-3.1.4.
- GetSecondary(self)¶
Gets window of secondary editor.
- Return type:
Window
Added in version 4.1/wxWidgets-3.1.4.
Properties¶
- Primary¶
See
GetPrimary
- Secondary¶
See
GetSecondary
andSetSecondary