wx.FileDialogTextCtrl¶
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.
Added in version 4.1/wxWidgets-3.1.7.
Class Hierarchy¶
Methods Summary¶
Get the current value entered into the control. |
|
Set the current control value. |
Properties Summary¶
Class API¶
- class wx.FileDialogTextCtrl(FileDialogCustomControl)¶
Represents a custom text control inside FileDialog.
Methods¶
- GetValue(self)¶
Get the current value entered into the control.
- Return type:
str
- SetValue(self, text)¶
Set the current control value.
- Parameters:
text (string)
- Return type:
None
Properties¶