Return value modified by dialog. |
|
Set value modified by dialog. |
See |
wx.propgrid.
PGArrayStringEditorDialog
(PGArrayEditorDialog)¶Possible constructors:
PGArrayStringEditorDialog() -> None
__init__
(self)¶None
ArrayGet
(self, index : int)¶index (int) –
str
ArrayGetCount
(self)¶int
ArrayInsert
(self, str : str, index : int)¶str (string) –
index (int) –
bool
ArrayRemoveAt
(self, index : int)¶index (int) –
None
ArraySet
(self, index : int, str : str)¶index (int) –
str (string) –
bool
ArraySwap
(self, first : int, second : int)¶first (int) –
second (int) –
None
GetClassDefaultAttributes
(variant: WindowVariant=WINDOW_VARIANT_NORMAL)¶variant (WindowVariant) –
VisualAttributes
GetDialogValue
(self)¶Return value modified by dialog.
PGVariant
Init
(self)¶None
OnCustomNewAction
(self, resString : str)¶resString (string) –
bool
SetCustomButton
(self, custBtText : str, pcc : List[StringProperty])¶custBtText (string) –
pcc (wx.propgrid.list of stringsProperty) –
None
SetDialogValue
(self, value : PGVariant)¶Set value modified by dialog.
value (PGVariant) –
None
DialogValue
¶See GetDialogValue
and SetDialogValue