1wxSingleChoiceDialog(3) Erlang Module Definition wxSingleChoiceDialog(3)
2
3
4
6 wxSingleChoiceDialog - See external documentation: wxSingleChoiceDia‐
7 log.
8
10 See external documentation: wxSingleChoiceDialog.
11
12 This class is derived (and can use functions) from:
13 wxDialog
14 wxTopLevelWindow
15 wxWindow
16 wxEvtHandler
17
19 wxSingleChoiceDialog():
20
21
22 An object reference, The representation is internal and can be
23 changed without notice. It can't be used for comparsion stored on
24 disc or distributed for use on other nodes.
25
27 new() -> wxSingleChoiceDialog()
28
29 See external documentation.
30
31 new(Parent, Message, Caption, Choices) -> wxSingleChoiceDialog()
32
33 Types:
34
35 Parent = wxWindow:wxWindow()
36 Message = unicode:chardata()
37 Caption = unicode:chardata()
38 Choices = [unicode:chardata()]
39
40 Equivalent to new(Parent, Message, Caption, Choices, []).
41
42 new(Parent, Message, Caption, Choices, Options::[Option]) -> wxSingle‐
43 ChoiceDialog()
44
45 Types:
46
47 Parent = wxWindow:wxWindow()
48 Message = unicode:chardata()
49 Caption = unicode:chardata()
50 Choices = [unicode:chardata()]
51 Option = {style, integer()} | {pos, {X::integer(), Y::inte‐
52 ger()}}
53
54 See external documentation.
55
56 getSelection(This) -> integer()
57
58 Types:
59
60 This = wxSingleChoiceDialog()
61
62 See external documentation.
63
64 getStringSelection(This) -> unicode:charlist()
65
66 Types:
67
68 This = wxSingleChoiceDialog()
69
70 See external documentation.
71
72 setSelection(This, Sel) -> ok
73
74 Types:
75
76 This = wxSingleChoiceDialog()
77 Sel = integer()
78
79 See external documentation.
80
81 destroy(This::wxSingleChoiceDialog()) -> ok
82
83 Destroys this object, do not use object again
84
86 <>
87
88
89
90 wx 1.9.3 wxSingleChoiceDialog(3)