2020 wxWidgets team. Licensed under the wxWindows Free Documentation Licence, Version 3 wxTextEntryDialog
wxTextEntryDialog Functions for wxTextEntryDialog class

This class represents a dialog that requests a one-line text string from the user. It is implemented as a generic wxWidgets dialog.

See: Overview cmndlg

This class is derived (and can use functions) from: wxDialog wxTopLevelWindow wxWindow wxEvtHandler

wxWidgets docs: wxTextEntryDialog

Default constructor.

Default constructor.

Call Create() (not implemented in wx) to really create the dialog later.

Since: 2.9.5

See: new/3 Constructor.

Constructor.

Use wxDialog:showModal/1 to show the dialog.

See Create() (not implemented in wx) method for parameter description.

Destructor.

Destructor.

Returns the text that the user has entered if the user has pressed OK, or the original value if the user has pressed Cancel.

Returns the text that the user has entered if the user has pressed OK, or the original value if the user has pressed Cancel.

Sets the default text value.

Sets the default text value.