1wxPasswordEntryDialog(3) Erlang Module Definition wxPasswordEntryDialog(3)
2
3
4
6 wxPasswordEntryDialog - See external documentation: wxPasswordEntryDia‐
7 log.
8
10 See external documentation: wxPasswordEntryDialog.
11
12 This class is derived (and can use functions) from:
13 wxTextEntryDialog
14 wxDialog
15 wxTopLevelWindow
16 wxWindow
17 wxEvtHandler
18
20 wxPasswordEntryDialog():
21
22
23 An object reference, The representation is internal and can be
24 changed without notice. It can't be used for comparsion stored on
25 disc or distributed for use on other nodes.
26
28 new(Parent, Message) -> wxPasswordEntryDialog()
29
30 Types:
31
32 Parent = wxWindow:wxWindow()
33 Message = unicode:chardata()
34
35 Equivalent to new(Parent, Message, []).
36
37 new(Parent, Message, Options::[Option]) -> wxPasswordEntryDialog()
38
39 Types:
40
41 Parent = wxWindow:wxWindow()
42 Message = unicode:chardata()
43 Option = {caption, unicode:chardata()} | {value, uni‐
44 code:chardata()} | {style, integer()} | {pos, {X::integer(),
45 Y::integer()}}
46
47 See external documentation.
48
49 destroy(This::wxPasswordEntryDialog()) -> ok
50
51 Destroys this object, do not use object again
52
54 <>
55
56
57
58 wx 1.9.3.1 wxPasswordEntryDialog(3)