wx.propgrid.PGEditorDialogAdapter¶
Derive a class from this to adapt an existing editor dialog or function to be used when editor button of a property is pushed.
You only need to derive class and implement DoShowDialog to create and show the dialog, and finally submit the value returned by the dialog via SetValue.
Class Hierarchy¶
Methods Summary¶
This method is typically only used if deriving class from existing adapter with value conversion purposes. |
|
Properties Summary¶
Class API¶
- class wx.propgrid.PGEditorDialogAdapter(Object)¶
Possible constructors:
PGEditorDialogAdapter() -> None
Derive a class from this to adapt an existing editor dialog or function to be used when editor button of a property is pushed.
Methods¶
- __init__(self)¶
- Return type:
None
- DoShowDialog(self, propGrid, property)¶
- Parameters:
propGrid (wx.propgrid.PropertyGrid)
property (wx.propgrid.PGProperty)
- Return type:
bool
- GetValue(self)¶
This method is typically only used if deriving class from existing adapter with value conversion purposes.
- Return type:
PGVariant
- SetValue(self, value)¶
- Parameters:
value (PGVariant)
- Return type:
None
- ShowDialog(self, propGrid, property)¶
- Parameters:
propGrid (wx.propgrid.PropertyGrid)
property (wx.propgrid.PGProperty)
- Return type:
bool
Properties¶