Module wxGridCellAttr

See external documentation: wxGridCellAttr.

Description

See external documentation: wxGridCellAttr.

Data Types

wxGridCellAttr()

abstract datatype: wxGridCellAttr()

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

getAlignment/1*See external documentation.
getBackgroundColour/1*See external documentation.
getEditor/4*See external documentation.
getFont/1*See external documentation.
getRenderer/4*See external documentation.
getTextColour/1*See external documentation.
hasAlignment/1*See external documentation.
hasBackgroundColour/1*See external documentation.
hasEditor/1*See external documentation.
hasFont/1*See external documentation.
hasRenderer/1*See external documentation.
hasTextColour/1*See external documentation.
isReadOnly/1*See external documentation.
setAlignment/3*See external documentation.
setBackgroundColour/2*See external documentation.
setDefAttr/2*See external documentation.
setEditor/2*See external documentation.
setFont/2*See external documentation.
setReadOnly/1*Equivalent to setReadOnly(This, []).
setReadOnly/2*See external documentation.
setRenderer/2*See external documentation.
setTextColour/2*See external documentation.

Function Details

getAlignment/1 *

getAlignment(This::wxGridCellAttr()) -> {HAlign::integer(), VAlign::integer()}

See external documentation.

getBackgroundColour/1 *

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

See external documentation.

getEditor/4 *

getEditor(This::wxGridCellAttr(), Grid::wxGrid:wxGrid(), Row::integer(), Col::integer()) -> wxGridCellEditor:wxGridCellEditor()

See external documentation.

getFont/1 *

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

See external documentation.

getRenderer/4 *

getRenderer(This::wxGridCellAttr(), Grid::wxGrid:wxGrid(), Row::integer(), Col::integer()) -> wxGridCellRenderer:wxGridCellRenderer()

See external documentation.

getTextColour/1 *

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

See external documentation.

hasAlignment/1 *

hasAlignment(This::wxGridCellAttr()) -> bool()

See external documentation.

hasBackgroundColour/1 *

hasBackgroundColour(This::wxGridCellAttr()) -> bool()

See external documentation.

hasEditor/1 *

hasEditor(This::wxGridCellAttr()) -> bool()

See external documentation.

hasFont/1 *

hasFont(This::wxGridCellAttr()) -> bool()

See external documentation.

hasRenderer/1 *

hasRenderer(This::wxGridCellAttr()) -> bool()

See external documentation.

hasTextColour/1 *

hasTextColour(This::wxGridCellAttr()) -> bool()

See external documentation.

isReadOnly/1 *

isReadOnly(This::wxGridCellAttr()) -> bool()

See external documentation.

setAlignment/3 *

setAlignment(This::wxGridCellAttr(), HAlign::integer(), VAlign::integer()) -> ok

See external documentation.

setBackgroundColour/2 *

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

See external documentation.

setDefAttr/2 *

setDefAttr(This::wxGridCellAttr(), DefAttr::wxGridCellAttr()) -> ok

See external documentation.

setEditor/2 *

setEditor(This::wxGridCellAttr(), Editor::wxGridCellEditor:wxGridCellEditor()) -> ok

See external documentation.

setFont/2 *

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

See external documentation.

setReadOnly/1 *

setReadOnly(This::wxGridCellAttr()) -> ok

Equivalent to setReadOnly(This, []).

setReadOnly/2 *

setReadOnly(This::wxGridCellAttr(), Options::[Option]) -> ok

See external documentation.

setRenderer/2 *

setRenderer(This::wxGridCellAttr(), Renderer::wxGridCellRenderer:wxGridCellRenderer()) -> ok

See external documentation.

setTextColour/2 *

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

See external documentation.


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