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