wx.propgrid.PGArrayStringEditorDialog
Return value modified by dialog. |
|
Override to return wx.Validator to be used with the wx.TextCtrl in dialog. |
|
Returns |
|
Set value modified by dialog. |
|
Sets tooltip text for button allowing the user to enter new string. |
See |
|
See |
|
wx.propgrid.
PGArrayEditorDialog
(Dialog)¶Possible constructors:
PGArrayEditorDialog()
__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) –
Create
(self, parent, message, caption, style=AEDIALOG_STYLE, pos=DefaultPosition, sz=DefaultSize)¶EnableCustomNewAction
(self)¶GetClassDefaultAttributes
(variant=WINDOW_VARIANT_NORMAL)¶variant (WindowVariant) –
VisualAttributes
GetDialogValue
(self)¶Return value modified by dialog.
PGVariant
GetSelection
(self)¶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.
Validator
Note
Dialog frees the validator.
Init
(self)¶IsModified
(self)¶Returns True
if array was actually modified.
bool
OnCustomNewAction
(self, resString)¶resString (string) –
bool
SetDialogValue
(self, value)¶Set value modified by dialog.
value (PGVariant) –
SetNewButtonText
(self, text)¶Sets tooltip text for button allowing the user to enter new string.
text (string) –
New in version 4.1/wxWidgets-3.1.3.
DialogValue
¶See GetDialogValue
and SetDialogValue
Selection
¶See GetSelection
TextCtrlValidator
¶