Represents a custom static text inside wx.FileDialog.
Objects of this class can only be created by wx.FileDialogCustomize.AddStaticText
.
Objects of this class don’t generate any events.
See wx.FileDialogCustomControl for more information.
New in version 4.1/wxWidgets-3.1.7.
Set the text shown in the label. |
wx.
FileDialogStaticText
(FileDialogCustomControl)¶Represents a custom static text inside FileDialog.
SetLabelText
(self, text)¶Set the text shown in the label.
Any ampersands in the text will be escaped, there is no need to do it manually, e.g. using wx.Control.EscapeMnemonics
.
text (string) –