Return value modified by dialog. |
|
Set value modified by dialog. |
See |
wx.propgrid.
PGArrayStringEditorDialog
(PGArrayEditorDialog)¶Possible constructors:
PGArrayStringEditorDialog()
__init__
(self)¶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) –
GetClassDefaultAttributes
(variant=WINDOW_VARIANT_NORMAL)¶variant (WindowVariant) –
VisualAttributes
GetDialogValue
(self)¶Return value modified by dialog.
PGVariant
Init
(self)¶OnCustomNewAction
(self, resString)¶resString (string) –
bool
SetCustomButton
(self, custBtText, pcc)¶custBtText (string) –
pcc (wx.propgrid.list of stringsProperty) –
SetDialogValue
(self, value)¶Set value modified by dialog.
value (PGVariant) –
DialogValue
¶See GetDialogValue
and SetDialogValue