wxMultiChoiceDialog

See external documentation: wxMultiChoiceDialog.

See external documentation: wxMultiChoiceDialog.

This class is derived (and can use functions) from:
wxDialog
wxTopLevelWindow
wxWindow
wxEvtHandler

Types


wxMultiChoiceDialog() = wx:wx_object()

Functions


new() -> wxMultiChoiceDialog()

See external documentation.

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)]

new(Parent, Message, Caption, Choices, Options::[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 external documentation.

getSelections(This) -> [integer()]

  • This = wxMultiChoiceDialog()

See external documentation.

setSelections(This, Selections) -> ok

  • This = wxMultiChoiceDialog()
  • Selections = [integer()]

See external documentation.

destroy(This::wxMultiChoiceDialog()) -> ok

Destroys this object, do not use object again