wxMultiChoiceDialog
MODULE
wxMultiChoiceDialog
MODULE SUMMARY
See external documentation: wxMultiChoiceDialog.
DESCRIPTION
See external documentation: wxMultiChoiceDialog.
This class is derived (and can use functions) from:
wxDialog
wxTopLevelWindow
wxWindow
wxEvtHandler
DATA TYPES
EXPORTS
new() -> wxMultiChoiceDialog()
new(Parent, Message, Caption, Choices) -> wxMultiChoiceDialog()
Types:
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, Options::[Option]) -> wxMultiChoiceDialog()
Types:
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()}}
getSelections(This) -> [integer()]
Types:
This = wxMultiChoiceDialog()
setSelections(This, Selections) -> ok
Types:
This = wxMultiChoiceDialog()
Selections = [integer()]