wx.propgrid.PGArrayStringEditorDialog¶
Class Hierarchy¶
Methods Summary¶
Return value modified by dialog. |
|
Set value modified by dialog. |
Properties Summary¶
See |
Class API¶
- class wx.propgrid.PGArrayStringEditorDialog(PGArrayEditorDialog)¶
Possible constructors:
PGArrayStringEditorDialog() -> None
Methods¶
- __init__(self)¶
- Return type:
None
- ArrayGet(self, index)¶
- Parameters:
index (int)
- Return type:
str
- ArrayGetCount(self)¶
- Return type:
int
- ArrayInsert(self, str, index)¶
- Parameters:
str (string)
index (int)
- Return type:
bool
- ArrayRemoveAt(self, index)¶
- Parameters:
index (int)
- Return type:
None
- ArraySet(self, index, str)¶
- Parameters:
index (int)
str (string)
- Return type:
bool
- ArraySwap(self, first, second)¶
- Parameters:
first (int)
second (int)
- Return type:
None
- static GetClassDefaultAttributes(variant=WINDOW_VARIANT_NORMAL)¶
- Parameters:
variant (WindowVariant)
- Return type:
VisualAttributes
- GetDialogValue(self)¶
Return value modified by dialog.
- Return type:
PGVariant
- Init(self)¶
- Return type:
None
- OnCustomNewAction(self, resString)¶
- Parameters:
resString (string)
- Return type:
bool
- SetCustomButton(self, custBtText, pcc)¶
- Parameters:
custBtText (string)
pcc (wx.propgrid.list of stringsProperty)
- Return type:
None
- SetDialogValue(self, value)¶
Set value modified by dialog.
- Parameters:
value (PGVariant)
- Return type:
None
Properties¶
- DialogValue¶
See
GetDialogValue
andSetDialogValue