Return value modified by dialog. |
|
Override to return wx.Validator to be used with the wx.TextCtrl in dialog. |
|
Set value modified by dialog. |
wx.propgrid.
PGArrayEditorDialog
(Dialog)¶Possible constructors:
PGArrayEditorDialog()
PGArrayEditorDialog(parent, message, caption, style=AEDIALOG_STYLE,
pos=DefaultPosition, sz=DefaultSize)
__init__
(self, *args, **kw)¶__init__ (self)
__init__ (self, parent, message, caption, style=AEDIALOG_STYLE, pos=DefaultPosition, sz=DefaultSize)
ArrayGet
(self, index)¶index (int) –
string
ArrayGetCount
(self)¶int
ArrayInsert
(self, str, index)¶str (string) –
index (int) –
bool
ArrayRemoveAt
(self, index)¶index (int) –
ArraySet
(self, index, str)¶index (int) –
str (string) –
bool
ArraySwap
(self, first, second)¶first (int) –
second (int) –
Create
(self, parent, message, caption, style=AEDIALOG_STYLE, pos=DefaultPosition, sz=DefaultSize)¶EnableCustomNewAction
(self)¶GetClassDefaultAttributes
(variant=WINDOW_VARIANT_NORMAL)¶variant (WindowVariant) –
VisualAttributes
GetDialogValue
(self)¶Return value modified by dialog.
PGVariant
GetSelection
(self)¶int
GetTextCtrlValidator
(self)¶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.
Init
(self)¶IsModified
(self)¶bool
OnCustomNewAction
(self, resString)¶resString (string) –
bool
SetDialogValue
(self, value)¶Set value modified by dialog.
value (PGVariant) –
DialogValue
¶See GetDialogValue
and SetDialogValue
Selection
¶See GetSelection
TextCtrlValidator
¶