wxErlang

Reference Manual

Version 1.8.2

Table of Contents

wxRadioBox

Module

wxRadioBox

Module Summary

See external documentation: wxRadioBox.

Description

See external documentation: wxRadioBox.

This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler

DATA TYPES

wxRadioBox()

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(Parent, Id, Title, Pos, Size, Choices) -> wxRadioBox()

Types

Id = integer()
Pos = {X::integer(), Y::integer()}
Size = {W::integer(), H::integer()}
Choices = [unicode:chardata()]

new(Parent, Id, Title, Pos, Size, Choices, Options::[Option]) -> wxRadioBox()

Types

Id = integer()
Pos = {X::integer(), Y::integer()}
Size = {W::integer(), H::integer()}
Choices = [unicode:chardata()]
Option = {majorDim, integer()} | {style, integer()} | {val, wx:wx_object()}

create(This, Parent, Id, Title, Pos, Size, Choices) -> boolean()

Types

This = wxRadioBox()
Id = integer()
Pos = {X::integer(), Y::integer()}
Size = {W::integer(), H::integer()}
Choices = [unicode:chardata()]

create(This, Parent, Id, Title, Pos, Size, Choices, Options::[Option]) -> boolean()

Types

This = wxRadioBox()
Id = integer()
Pos = {X::integer(), Y::integer()}
Size = {W::integer(), H::integer()}
Choices = [unicode:chardata()]
Option = {majorDim, integer()} | {style, integer()} | {val, wx:wx_object()}

enable(This) -> boolean()

Types

This = wxRadioBox()

Equivalent to enable(This, []).

enable(This, N) -> boolean()

Types

This = wxRadioBox()
N = integer()

See external documentation.
Also:
enable(This, [Option]) -> boolean() when
This::wxRadioBox(),
Option :: {'enable', boolean()}.

enable(This, N, Options::[Option]) -> boolean()

Types

This = wxRadioBox()
N = integer()
Option = {enable, boolean()}

getSelection(This) -> integer()

Types

This = wxRadioBox()

getString(This, N) -> unicode:charlist()

Types

This = wxRadioBox()
N = integer()

setSelection(This, N) -> ok

Types

This = wxRadioBox()
N = integer()

show(This) -> boolean()

Types

This = wxRadioBox()

Equivalent to show(This, []).

show(This, N) -> boolean()

Types

This = wxRadioBox()
N = integer()

See external documentation.
Also:
show(This, [Option]) -> boolean() when
This::wxRadioBox(),
Option :: {'show', boolean()}.

show(This, N, Options::[Option]) -> boolean()

Types

This = wxRadioBox()
N = integer()
Option = {show, boolean()}

getColumnCount(This) -> integer()

Types

This = wxRadioBox()

getItemHelpText(This, N) -> unicode:charlist()

Types

This = wxRadioBox()
N = integer()

getItemToolTip(This, Item) -> wxToolTip:wxToolTip()

Types

This = wxRadioBox()
Item = integer()

getItemFromPoint(This, Pt) -> integer()

Types

This = wxRadioBox()
Pt = {X::integer(), Y::integer()}

getRowCount(This) -> integer()

Types

This = wxRadioBox()

isItemEnabled(This, N) -> boolean()

Types

This = wxRadioBox()
N = integer()

isItemShown(This, N) -> boolean()

Types

This = wxRadioBox()
N = integer()

setItemHelpText(This, N, HelpText) -> ok

Types

This = wxRadioBox()
N = integer()
HelpText = unicode:chardata()

setItemToolTip(This, Item, Text) -> ok

Types

This = wxRadioBox()
Item = integer()

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

Destroys this object, do not use object again