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:wxWindow()
Message = unicode:chardata()
Caption = unicode:chardata()
Choices = [unicode:chardata()]
Equivalent to new(Parent, Message, Caption, Choices, []).
new(Parent, Message, Caption, Choices, Options::[Option]) -> wxSingleChoiceDialog()
Types:
Parent = wxWindow:wxWindow()
Message = unicode:chardata()
Caption = unicode:chardata()
Choices = [unicode:chardata()]
Option = {style, integer()} | {pos, {X::integer(), Y::integer()}}
getSelection(This) -> integer()
Types:
This = wxSingleChoiceDialog()
getStringSelection(This) -> unicode:charlist()
Types:
This = wxSingleChoiceDialog()
destroy(This::wxSingleChoiceDialog()) -> ok