wxMultiChoiceDialog
Description
See external documentation: wxMultiChoiceDialog.
This class is derived (and can use functions) from:
wxDialog
wxTopLevelWindow
wxWindow
wxEvtHandler
DATA TYPES
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()}}
Types
This = wxMultiChoiceDialog()