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