wxErlang

Reference Manual

Version 1.9.3.1

Table of Contents

wxComboBox

Module

wxComboBox

Module Summary

See external documentation: wxComboBox.

Description

See external documentation: wxComboBox.

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

DATA TYPES

wxComboBox()

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 = {value, unicode:chardata()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {choices, [unicode:chardata()]} | {style, integer()} | {validator, wx:wx_object()}

Types

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

Types

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

Types

This = wxComboBox()
From = integer()
To = integer()

Types

This = wxComboBox()
From = integer()
To = integer()

Types

This = wxComboBox()
Pos = integer()

Types

This = wxComboBox()
N = integer()

Types

This = wxComboBox()
From = integer()
To = integer()

Destroys this object, do not use object again