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()
new(Parent, Message, Caption, Choices) -> wxSingleChoiceDialog()
Types:
Parent = wxWindow() (see module wxWindow)
Message = chardata() (see module unicode)
Caption = chardata() (see module unicode)
Choices = [chardata() (see module unicode)]
Equivalent to new(Parent, Message, Caption, Choices, []).
new(Parent, Message, Caption, Choices, Options::[Option]) -> wxSingleChoiceDialog()
Types:
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()}}
getSelection(This) -> integer()
Types:
This = wxSingleChoiceDialog()
getStringSelection(This) -> charlist() (see module unicode)
Types:
This = wxSingleChoiceDialog()
Types:
This = wxSingleChoiceDialog()
Sel = integer()