wxSingleChoiceDialog
MODULE
wxSingleChoiceDialog
MODULE SUMMARY
See external documentation: wxSingleChoiceDialog.
DESCRIPTION
See external documentation: wxSingleChoiceDialog.
This class is derived (and can use functions) from:
wxDialog
wxTopLevelWindow
wxWindow
wxEvtHandler
DATA TYPES
EXPORTS
new() -> wxSingleChoiceDialog()
Equivalent to new(Parent, Message, Caption, Choices, []).
Types:
Option = {style, integer()} | {pos, {X::integer(), Y::integer()}}
getSelection(This::wxSingleChoiceDialog()) -> integer()
getStringSelection(This::wxSingleChoiceDialog()) -> string()
setSelection(This::wxSingleChoiceDialog(), Sel::integer()) -> ok