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