wxErlang

Reference Manual

Version 1.9.3.1

Table of Contents

wxListBox

Module

wxListBox

Module Summary

See external documentation: wxListBox.

Description

See external documentation: wxListBox.

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

DATA TYPES

wxListBox()

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.

Types

Id = integer()

Equivalent to new(Parent, Id, []).

Types

Id = integer()
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {choices, [unicode:chardata()]} | {style, integer()} | {validator, wx:wx_object()}

Types

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

Types

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

Types

This = wxListBox()
N = integer()

Types

Result = {Res::integer(), ASelections::[integer()]}
This = wxListBox()

Types

This = wxListBox()
Items = [unicode:chardata()]
Pos = integer()

Types

This = wxListBox()
N = integer()

Types

This = wxListBox()
Point = {X::integer(), Y::integer()}

Types

This = wxListBox()
N = integer()
This = wxListBox()

See external documentation.
Also:
setFirstItem(This, S) -> 'ok' when
This::wxListBox(), S::unicode:chardata().

Destroys this object, do not use object again