Most property grid functions have this type as their argument, as it can convey a property by either a pointer or name.
See |
|
See |
|
See |
wx.propgrid.
PGPropArgCls
(object)¶Possible constructors:
PGPropArgCls(property : PGProperty) -> None
PGPropArgCls(str: str) -> None
PGPropArgCls(id : PGPropArgCls) -> None
__init__
(self, *args, **kw)¶__init__ (self, property : PGProperty)
property (wx.propgrid.PGProperty) –
None
__init__ (self, str: str)
Creates a PGPropArgCls from a string.
None
__init__ (self, id : PGPropArgCls)
id (wx.propgrid.PGPropArgCls) –
None
GetName
(self)¶str
GetPtr
(self, *args, **kw)¶GetPtr (self)
GetPtr (self, iface : PropertyGridInterface)
iface (wx.propgrid.PropertyGridInterface) –
GetPtr0
(self)¶HasName
(self)¶bool