wxMultiChoiceDialog
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() (see module wxWindow)
Message = chardata() (see module unicode)
Caption = chardata() (see module unicode)
Choices = [chardata() (see module unicode)]
Equivalent to new(Parent, Message, Caption, Choices, []).
new(Parent, Message, Caption, Choices, Option::[Option]) -> wxMultiChoiceDialog()
Parent = wxWindow() (see module wxWindow)
Message = chardata() (see module unicode)
Caption = chardata() (see module unicode)
Choices = [chardata() (see module unicode)]
Option = {style, integer()} | {pos, {X::integer(), Y::integer()}}
See
getSelections(This) -> [integer()]
This = wxMultiChoiceDialog()
See
setSelections(This, Selections) -> ok
This = wxMultiChoiceDialog()
Selections = [integer()]
See
destroy(This::wxMultiChoiceDialog()) -> ok
Destroys this object, do not use object again