wxErlang

Reference Manual

Version 2.0

Table of Contents

wxListItemAttr

Module

wxListItemAttr

Module Summary

Functions for wxListItemAttr class

Description

wxWidgets docs: wxListItemAttr

new() -> wxListItemAttr()

new(ColText, ColBack, Font) -> wxListItemAttr()

Types

ColText = ColBack = wx:wx_colour()

getBackgroundColour(This) -> wx:wx_colour4()

Types

getFont(This) -> wxFont:wxFont()

Types

getTextColour(This) -> wx:wx_colour4()

Types

hasBackgroundColour(This) -> boolean()

Types

hasFont(This) -> boolean()

Types

hasTextColour(This) -> boolean()

Types

setBackgroundColour(This, ColBack) -> ok

Types

ColBack = wx:wx_colour()

setFont(This, Font) -> ok

Types

setTextColour(This, ColText) -> ok

Types

ColText = wx:wx_colour()

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

Destroys the object.