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¶
Inheritance diagram for class PGEditorDialogAdapter:
Known Subclasses¶wx.propgrid.PGFileDialogAdapter, wx.propgrid.PGLongStringDialogAdapter
Methods Summary¶This method is typically only used if deriving class from existing adapter with value conversion purposes. |
|
Properties Summary¶
Class API¶Possible constructors:
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.
propGrid (wx.propgrid.PropertyGrid) –
property (wx.propgrid.PGProperty) –
bool
This method is typically only used if deriving class from existing adapter with value conversion purposes.
PGVariant
value (PGVariant) –
propGrid (wx.propgrid.PropertyGrid) –
property (wx.propgrid.PGProperty) –
bool