wxMultiChoiceDialog
(wx)See external documentation: wxMultiChoiceDialog.
See external documentation:
This class is derived (and can use functions) from:
wxDialog
wxTopLevelWindow
wxWindow
wxEvtHandler
Functions
new() -> wxMultiChoiceDialog()
See
new(Parent, Message, Caption, Choices) -> wxMultiChoiceDialog()
Parent = wxWindow:wxWindow()
Message = unicode:chardata()
Caption = unicode:chardata()
Choices = [unicode:chardata()]
Equivalent to new(Parent, Message, Caption, Choices, []).
new(Parent, Message, Caption, Choices, Options::[Option]) -> wxMultiChoiceDialog()
Parent = wxWindow:wxWindow()
Message = unicode:chardata()
Caption = unicode:chardata()
Choices = [unicode:chardata()]
Option = {style, integer()} | {pos, {X::integer(), Y::integer()}}
See
setSelections(This, Selections) -> ok
This = wxMultiChoiceDialog()
Selections = [integer()]
See
destroy(This::wxMultiChoiceDialog()) -> ok
Destroys this object, do not use object again