wx.propgrid.PGArrayStringEditorDialog
Return value modified by dialog. |
|
Override to return wx.Validator to be used with the wx.TextCtrl in dialog. |
|
Set value modified by dialog. |
See |
|
See |
|
Possible constructors:
PGArrayEditorDialog()
PGArrayEditorDialog(parent, message, caption, style=AEDIALOG_STYLE,
pos=DefaultPosition, sz=DefaultSize)
__init__ (self)
__init__ (self, parent, message, caption, style=AEDIALOG_STYLE, pos=DefaultPosition, sz=DefaultSize)
index (int) –
string
int
str (string) –
index (int) –
bool
index (int) –
index (int) –
str (string) –
bool
first (int) –
second (int) –
variant (WindowVariant) –
VisualAttributes
Return value modified by dialog.
PGVariant
int
Override to return wx.Validator to be used with the wx.TextCtrl in dialog.
Note that the validator is used in the standard way, ie. it immediately prevents user from entering invalid input.
Validator
Note
Dialog frees the validator.
bool
resString (string) –
bool
Set value modified by dialog.
value (PGVariant) –
See GetDialogValue
and SetDialogValue
See GetSelection