__init__ |
|
ArrayGet |
|
ArrayGetCount |
|
ArrayInsert |
|
ArrayRemoveAt |
|
ArraySet |
|
ArraySwap |
|
GetDialogValue |
Return value modified by dialog. |
Init |
|
OnCustomNewAction |
|
SetCustomButton |
|
SetDialogValue |
Set value modified by dialog. |
wx.propgrid.
PGArrayStringEditorDialog
(PGArrayEditorDialog)¶Possible constructors:
PGArrayStringEditorDialog()
__init__
(self)¶ArrayGet
(self, index)¶Parameters: | index (int) – |
---|---|
Return type: | string |
ArrayGetCount
(self)¶Return type: | int |
---|
ArrayInsert
(self, str, index)¶Parameters: |
|
---|---|
Return type: | bool |
ArrayRemoveAt
(self, index)¶Parameters: | index (int) – |
---|
ArraySet
(self, index, str)¶Parameters: |
|
---|---|
Return type: | bool |
ArraySwap
(self, first, second)¶Parameters: |
|
---|
GetDialogValue
(self)¶Return value modified by dialog.
Return type: | PGVariant |
---|
Init
(self)¶OnCustomNewAction
(self, resString)¶Parameters: | resString (string) – |
---|---|
Return type: | bool |
SetCustomButton
(self, custBtText, pcc)¶Parameters: |
|
---|
SetDialogValue
(self, value)¶Set value modified by dialog.
Parameters: | value (PGVariant) – |
---|
DialogValue
¶See GetDialogValue
and SetDialogValue