wxPasswordEntryDialog
Description
This class represents a dialog that requests a one-line password string from the user.
It is implemented as a generic wxWidgets dialog.
See: Overview cmndlg
This class is derived (and can use functions) from: wxTextEntryDialog wxDialog wxTopLevelWindow wxWindow wxEvtHandler
wxWidgets docs: wxPasswordEntryDialog
new(Parent, Message) -> wxPasswordEntryDialog()
new(Parent, Message, Options :: [Option]) ->
wxPasswordEntryDialog()
Types
Parent = wxWindow:wxWindow()
Message = unicode:chardata()
Option =
{caption, unicode:chardata()} |
{value, unicode:chardata()} |
{style, integer()} |
{pos, {X :: integer(), Y :: integer()}}
{caption, unicode:chardata()} |
{value, unicode:chardata()} |
{style, integer()} |
{pos, {X :: integer(), Y :: integer()}}
Constructor.
Use wxDialog:showModal/1 to show the dialog.
destroy(This :: wxPasswordEntryDialog()) -> ok
Destroys the object.