|
NAMEwxPasswordEntryDialog - Functions for wxPasswordEntryDialog classDESCRIPTIONThis 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 DATA TYPESwxPasswordEntryDialog() = wx:wx_object() EXPORTSnew(Parent, Message) -> wxPasswordEntryDialog() Types: Parent = wxWindow:wxWindow()
Message = unicode:chardata() 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()}} Constructor. Use wxDialog:showModal/1 to show the dialog. destroy(This :: wxPasswordEntryDialog()) -> ok Destroys the object.
Visit the GSP FreeBSD Man Page Interface. |