phoenix_title wx.propgrid.PGWindowList

Contains a list of editor windows returned by CreateControls.


class_hierarchy Class Hierarchy

Inheritance diagram for class PGWindowList:

method_summary Methods Summary

__init__

GetPrimary

Gets window of primary editor.

GetSecondary

Gets window of secondary editor.

SetSecondary


property_summary Properties Summary

Primary

See GetPrimary

Secondary

See GetSecondary and SetSecondary


api Class API

class wx.propgrid.PGWindowList(object)

Possible constructors:

PGWindowList(primary, secondary=None)

Contains a list of editor windows returned by CreateControls.


Methods

__init__(self, primary, secondary=None)
Parameters


GetPrimary(self)

Gets window of primary editor.

Return type

Window

New in version 4.1/wxWidgets-3.1.4.



GetSecondary(self)

Gets window of secondary editor.

Return type

Window

New in version 4.1/wxWidgets-3.1.4.



SetSecondary(self, secondary)
Parameters

secondary (wx.Window) –


Properties

Primary

See GetPrimary



Secondary

See GetSecondary and SetSecondary