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: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()
Types
Parent = wxWindow:wxWindow()
Message = unicode:chardata()
Caption = unicode:chardata()
Choices = [unicode:chardata()]
Option = {style, integer()} | {pos, {X::integer(), Y::integer()}}
getSelections(This) -> [integer()]
Types
This = wxMultiChoiceDialog()
setSelections(This, Selections) -> ok
destroy(This::wxMultiChoiceDialog()) -> ok