wxMultiChoiceDialog
Module
wxMultiChoiceDialog
Module Summary
Functions for wxMultiChoiceDialog class
Description
This class represents a dialog that shows a list of strings, and allows the user to select one or more.
Styles
This class supports the following styles:
See: Overview cmndlg, wxSingleChoiceDialog
This class is derived (and can use functions) from: wxDialog wxTopLevelWindow wxWindow wxEvtHandler
wxWidgets docs: wxMultiChoiceDialog
new(Parent, Message, Caption, Choices) -> wxMultiChoiceDialog()
|
Types
Parent = wxWindow:wxWindow()
Message = Caption = unicode:chardata()
Choices = [unicode:chardata()]
Types
Parent = wxWindow:wxWindow()
Message = Caption = unicode:chardata()
Choices = [unicode:chardata()]
Option =
{style, integer()} | {pos, {X :: integer(), Y :: integer()}}
{style, integer()} | {pos, {X :: integer(), Y :: integer()}}
Constructor taking an array of wxString (not implemented in wx) choices.
Remark: Use wxDialog:showModal/1 to show the dialog.
Types
This = wxMultiChoiceDialog()
Returns array with indexes of selected items.
Sets selected items from the array of selected items' indexes.
destroy(This :: wxMultiChoiceDialog()) -> ok |
Destroys the object.