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() -> 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
Create
(self, parent : Window, message : str, caption : str, style: int=AEDIALOG_STYLE, pos: Point=DefaultPosition, sz: Size=DefaultSize)¶EnableCustomNewAction
(self)¶None
GetClassDefaultAttributes
(variant: WindowVariant=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)¶None
IsModified
(self)¶Returns True
if array was actually modified.
bool
OnCustomNewAction
(self, resString : str)¶resString (string) –
bool
SetDialogValue
(self, value : PGVariant)¶Set value modified by dialog.
value (PGVariant) –
None
SetNewButtonText
(self, text : str)¶Sets tooltip text for button allowing the user to enter new string.
text (string) –
None
New in version 4.1/wxWidgets-3.1.3.
DialogValue
¶See GetDialogValue
and SetDialogValue
Selection
¶See GetSelection
TextCtrlValidator
¶