.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. _wx.FileDialogStaticText: ========================================================================================================================================== |phoenix_title| **wx.FileDialogStaticText** ========================================================================================================================================== Represents a custom static text inside :ref:`wx.FileDialog`. Objects of this class can only be created by :meth:`wx.FileDialogCustomize.AddStaticText` . Objects of this class don't generate any events. See :ref:`wx.FileDialogCustomControl` for more information. .. versionadded:: 4.1/wxWidgets-3.1.7 | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class FileDialogStaticText:
| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.FileDialogStaticText.SetLabelText` Set the text shown in the label. ================================================================================ ================================================================================ | |api| Class API =============== .. class:: wx.FileDialogStaticText(FileDialogCustomControl) Represents a custom static text inside FileDialog. .. method:: 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 :meth:`wx.Control.EscapeMnemonics` . :param `text`: :type `text`: string