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__

SetSecondary


property_summary Properties Summary

m_primary

A public C++ attribute of type Window .

m_secondary

A public C++ attribute of type Window .


api 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)

overload 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 .