Represents a custom text control inside wx.FileDialog.
Objects of this class can only be created by wx.FileDialogCustomize.AddTextCtrl
.
Objects of this class don’t generate any events currently.
See wx.FileDialogCustomControl for more information.
New in version 4.1/wxWidgets-3.1.7.
Get the current value entered into the control. |
|
Set the current control value. |
wx.
FileDialogTextCtrl
(FileDialogCustomControl)¶Represents a custom text control inside FileDialog.
GetValue
(self)¶Get the current value entered into the control.
str
SetValue
(self, text : str)¶Set the current control value.
text (string) –
None