phoenix_title 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 Class Hierarchy¶

Inheritance diagram for class FileDialogTextCtrl:

method_summary Methods Summary¶

GetValue

Get the current value entered into the control.

SetValue

Set the current control value.


property_summary Properties Summary¶

Value

See GetValue and SetValue


api 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¶

Value¶

See GetValue and SetValue