wxErlang

Reference Manual

Version 1.8.3

Table of Contents

wxListItem

Module

wxListItem

Module Summary

See external documentation: wxListItem.

Description

See external documentation: wxListItem.

DATA TYPES

wxListItem()

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() -> wxListItem()

new(Item) -> wxListItem()

Types

Item = wxListItem()

clear(This) -> ok

Types

This = wxListItem()

getAlign(This) -> wx:wx_enum()

Types

This = wxListItem()

See external documentation.
Res = ?wxLIST_FORMAT_LEFT | ?wxLIST_FORMAT_RIGHT | ?wxLIST_FORMAT_CENTRE | ?wxLIST_FORMAT_CENTER

getBackgroundColour(This) -> wx:wx_colour4()

Types

This = wxListItem()

getColumn(This) -> integer()

Types

This = wxListItem()

getFont(This) -> wxFont:wxFont()

Types

This = wxListItem()

getId(This) -> integer()

Types

This = wxListItem()

getImage(This) -> integer()

Types

This = wxListItem()

getMask(This) -> integer()

Types

This = wxListItem()

getState(This) -> integer()

Types

This = wxListItem()

getText(This) -> unicode:charlist()

Types

This = wxListItem()

getTextColour(This) -> wx:wx_colour4()

Types

This = wxListItem()

getWidth(This) -> integer()

Types

This = wxListItem()

setAlign(This, Align) -> ok

Types

This = wxListItem()
Align = wx:wx_enum()

See external documentation.
Align = ?wxLIST_FORMAT_LEFT | ?wxLIST_FORMAT_RIGHT | ?wxLIST_FORMAT_CENTRE | ?wxLIST_FORMAT_CENTER

setBackgroundColour(This, ColBack) -> ok

Types

This = wxListItem()
ColBack = wx:wx_colour()

setColumn(This, Col) -> ok

Types

This = wxListItem()
Col = integer()

setFont(This, Font) -> ok

Types

This = wxListItem()

setId(This, Id) -> ok

Types

This = wxListItem()
Id = integer()

setImage(This, Image) -> ok

Types

This = wxListItem()
Image = integer()

setMask(This, Mask) -> ok

Types

This = wxListItem()
Mask = integer()

setState(This, State) -> ok

Types

This = wxListItem()
State = integer()

setStateMask(This, StateMask) -> ok

Types

This = wxListItem()
StateMask = integer()

setText(This, Text) -> ok

Types

This = wxListItem()

setTextColour(This, ColText) -> ok

Types

This = wxListItem()
ColText = wx:wx_colour()

setWidth(This, Width) -> ok

Types

This = wxListItem()
Width = integer()

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

Destroys this object, do not use object again