wxGridCellAttr.3erl

Langue: en

Autres versions - même langue

Version: 273443 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

wxGridCellAttr - See external documentation: wxGridCellAttr.

DESCRIPTION

See external documentation: wxGridCellAttr <http://www.wxwidgets.org/manuals/stable/wx_wxgridcellattr.html>.

DATA TYPES

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.

EXPORTS

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgridcellattr.html#wxgridcellattrsettextcolour>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgridcellattr.html#wxgridcellattrsetbackgroundcolour>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgridcellattr.html#wxgridcellattrsetfont>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgridcellattr.html#wxgridcellattrsetalignment>.

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


Equivalent to setReadOnly(This, []).

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

Types
Option = {isReadOnly, bool()}

See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgridcellattr.html#wxgridcellattrsetreadonly>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgridcellattr.html#wxgridcellattrsetrenderer>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgridcellattr.html#wxgridcellattrseteditor>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgridcellattr.html#wxgridcellattrhastextcolour>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgridcellattr.html#wxgridcellattrhasbackgroundcolour>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgridcellattr.html#wxgridcellattrhasfont>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgridcellattr.html#wxgridcellattrhasalignment>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgridcellattr.html#wxgridcellattrhasrenderer>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgridcellattr.html#wxgridcellattrhaseditor>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgridcellattr.html#wxgridcellattrgettextcolour>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgridcellattr.html#wxgridcellattrgetbackgroundcolour>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgridcellattr.html#wxgridcellattrgetfont>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgridcellattr.html#wxgridcellattrgetalignment>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgridcellattr.html#wxgridcellattrgetrenderer>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgridcellattr.html#wxgridcellattrgeteditor>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgridcellattr.html#wxgridcellattrisreadonly>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxgridcellattr.html#wxgridcellattrsetdefattr>.