wxErlang

Reference Manual

Version 1.8.3

Table of Contents

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

wxSingleChoiceDialog()

An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.

Exports

new() -> wxSingleChoiceDialog()

new(Parent, Message, Caption, Choices) -> wxSingleChoiceDialog()

Types

Message = unicode:chardata()
Caption = unicode:chardata()
Choices = [unicode:chardata()]

new(Parent, Message, Caption, Choices, Options::[Option]) -> wxSingleChoiceDialog()

Types

Message = unicode:chardata()
Caption = unicode:chardata()
Choices = [unicode:chardata()]
Option = {style, integer()} | {pos, {X::integer(), Y::integer()}}

getSelection(This) -> integer()

Types

getStringSelection(This) -> unicode:charlist()

Types

setSelection(This, Sel) -> ok

Types

Sel = integer()

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

Destroys this object, do not use object again