__init__ |
|
ArrayGet |
|
ArrayGetCount |
|
ArrayInsert |
|
ArrayRemoveAt |
|
ArraySet |
|
ArraySwap |
|
Create |
|
EnableCustomNewAction |
|
GetDialogValue |
Return value modified by dialog. |
GetSelection |
|
GetTextCtrlValidator |
Override to return wx.Validator to be used with the wx.TextCtrl in dialog. |
Init |
|
IsModified |
|
OnCustomNewAction |
|
SetDialogValue |
Set value modified by dialog. |
DialogValue |
See GetDialogValue and SetDialogValue |
Selection |
See GetSelection |
TextCtrlValidator |
See GetTextCtrlValidator |
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)
Parameters: |
---|
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: |
|
---|
Create
(self, parent, message, caption, style=AEDIALOG_STYLE, pos=DefaultPosition, sz=DefaultSize)¶Parameters: | |
---|---|
Return type: | bool |
EnableCustomNewAction
(self)¶GetDialogValue
(self)¶Return value modified by dialog.
Return type: | PGVariant |
---|
GetSelection
(self)¶Return type: | 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.
Return type: | Validator |
---|
Note
Dialog frees the validator.
Init
(self)¶IsModified
(self)¶Return type: | bool |
---|
OnCustomNewAction
(self, resString)¶Parameters: | resString (string) – |
---|---|
Return type: | bool |
SetDialogValue
(self, value)¶Set value modified by dialog.
Parameters: | value (PGVariant) – |
---|
DialogValue
¶See GetDialogValue
and SetDialogValue
Selection
¶See GetSelection
TextCtrlValidator
¶