Module wxListItem

See external documentation: wxListItem.

Description

See external documentation: wxListItem.

Data Types

wxListItem()

abstract datatype: 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.

Function Index

clear/1*See external documentation.
destroy/1*Destroys this object, do not use object again.
getAlign/1*See external documentation.
getBackgroundColour/1*See external documentation.
getColumn/1*See external documentation.
getFont/1*See external documentation.
getId/1*See external documentation.
getImage/1*See external documentation.
getMask/1*See external documentation.
getState/1*See external documentation.
getText/1*See external documentation.
getTextColour/1*See external documentation.
getWidth/1*See external documentation.
new/0*See external documentation.
new/1*See external documentation.
setAlign/2*See external documentation.
setBackgroundColour/2*See external documentation.
setColumn/2*See external documentation.
setFont/2*See external documentation.
setId/2*See external documentation.
setImage/2*See external documentation.
setMask/2*See external documentation.
setState/2*See external documentation.
setStateMask/2*See external documentation.
setText/2*See external documentation.
setTextColour/2*See external documentation.
setWidth/2*See external documentation.

Function Details

clear/1 *

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

See external documentation.

destroy/1 *

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

Destroys this object, do not use object again

getAlign/1 *

getAlign(This::wxListItem()) -> WxListColumnFormat

See external documentation.
WxListColumnFormat is one of ?wxLIST_FORMAT_LEFT | ?wxLIST_FORMAT_RIGHT | ?wxLIST_FORMAT_CENTRE | ?wxLIST_FORMAT_CENTER

getBackgroundColour/1 *

getBackgroundColour(This::wxListItem()) -> wx:colour()

See external documentation.

getColumn/1 *

getColumn(This::wxListItem()) -> integer()

See external documentation.

getFont/1 *

getFont(This::wxListItem()) -> wxFont:wxFont()

See external documentation.

getId/1 *

getId(This::wxListItem()) -> integer()

See external documentation.

getImage/1 *

getImage(This::wxListItem()) -> integer()

See external documentation.

getMask/1 *

getMask(This::wxListItem()) -> integer()

See external documentation.

getState/1 *

getState(This::wxListItem()) -> integer()

See external documentation.

getText/1 *

getText(This::wxListItem()) -> string()

See external documentation.

getTextColour/1 *

getTextColour(This::wxListItem()) -> wx:colour()

See external documentation.

getWidth/1 *

getWidth(This::wxListItem()) -> integer()

See external documentation.

new/0 *

new() -> wxListItem()

See external documentation.

new/1 *

new(Item::wxListItem()) -> wxListItem()

See external documentation.

setAlign/2 *

setAlign(This::wxListItem(), Align::WxListColumnFormat) -> ok

See external documentation.
WxListColumnFormat is one of ?wxLIST_FORMAT_LEFT | ?wxLIST_FORMAT_RIGHT | ?wxLIST_FORMAT_CENTRE | ?wxLIST_FORMAT_CENTER

setBackgroundColour/2 *

setBackgroundColour(This::wxListItem(), ColBack::wx:colour()) -> ok

See external documentation.

setColumn/2 *

setColumn(This::wxListItem(), Col::integer()) -> ok

See external documentation.

setFont/2 *

setFont(This::wxListItem(), Font::wxFont:wxFont()) -> ok

See external documentation.

setId/2 *

setId(This::wxListItem(), Id::integer()) -> ok

See external documentation.

setImage/2 *

setImage(This::wxListItem(), Image::integer()) -> ok

See external documentation.

setMask/2 *

setMask(This::wxListItem(), Mask::integer()) -> ok

See external documentation.

setState/2 *

setState(This::wxListItem(), State::integer()) -> ok

See external documentation.

setStateMask/2 *

setStateMask(This::wxListItem(), StateMask::integer()) -> ok

See external documentation.

setText/2 *

setText(This::wxListItem(), Text::string()) -> ok

See external documentation.

setTextColour/2 *

setTextColour(This::wxListItem(), ColText::wx:colour()) -> ok

See external documentation.

setWidth/2 *

setWidth(This::wxListItem(), Width::integer()) -> ok

See external documentation.


Generated by EDoc, May 26 2008, 12:35:32.