.TH wxGridCellAttr 3erl "wx 0.99.2" "" "Erlang Module Definition" .SH NAME wxGridCellAttr \- See external documentation: wxGridCellAttr. .SH DESCRIPTION .LP See external documentation: wxGridCellAttr\&. .SH "DATA TYPES" .RS 2 .TP 2 .B \fIwxGridCellAttr()\fR\&: .RS 2 .LP 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\&. .RE .RE .SH EXPORTS .LP .B setTextColour(This, ColText) -> ok .br .RS .LP Types: .RS 3 This = wxGridCellAttr() .br ColText = wx_colour() (see module wx) .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setBackgroundColour(This, ColBack) -> ok .br .RS .LP Types: .RS 3 This = wxGridCellAttr() .br ColBack = wx_colour() (see module wx) .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setFont(This, Font) -> ok .br .RS .LP Types: .RS 3 This = wxGridCellAttr() .br Font = wxFont() (see module wxFont) .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setAlignment(This, HAlign, VAlign) -> ok .br .RS .LP Types: .RS 3 This = wxGridCellAttr() .br HAlign = integer() .br VAlign = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setReadOnly(This) -> ok .br .RS .LP Types: .RS 3 This = wxGridCellAttr() .br .RE .RE .RS .LP Equivalent to \fBsetReadOnly(This, [])\fR\&\&. .RE .LP .B setReadOnly(This, Option::[Option]) -> ok .br .RS .LP Types: .RS 3 This = wxGridCellAttr() .br Option = {isReadOnly, boolean()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setRenderer(This, Renderer) -> ok .br .RS .LP Types: .RS 3 This = wxGridCellAttr() .br Renderer = wxGridCellRenderer() (see module wxGridCellRenderer) .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setEditor(This, Editor) -> ok .br .RS .LP Types: .RS 3 This = wxGridCellAttr() .br Editor = wxGridCellEditor() (see module wxGridCellEditor) .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B hasTextColour(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxGridCellAttr() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B hasBackgroundColour(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxGridCellAttr() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B hasFont(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxGridCellAttr() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B hasAlignment(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxGridCellAttr() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B hasRenderer(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxGridCellAttr() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B hasEditor(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxGridCellAttr() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getTextColour(This) -> wx_colour4() (see module wx) .br .RS .LP Types: .RS 3 This = wxGridCellAttr() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getBackgroundColour(This) -> wx_colour4() (see module wx) .br .RS .LP Types: .RS 3 This = wxGridCellAttr() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getFont(This) -> wxFont() (see module wxFont) .br .RS .LP Types: .RS 3 This = wxGridCellAttr() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getAlignment(This) -> {HAlign::integer(), VAlign::integer()} .br .RS .LP Types: .RS 3 This = wxGridCellAttr() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getRenderer(This, Grid, Row, Col) -> wxGridCellRenderer() (see module wxGridCellRenderer) .br .RS .LP Types: .RS 3 This = wxGridCellAttr() .br Grid = wxGrid() (see module wxGrid) .br Row = integer() .br Col = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getEditor(This, Grid, Row, Col) -> wxGridCellEditor() (see module wxGridCellEditor) .br .RS .LP Types: .RS 3 This = wxGridCellAttr() .br Grid = wxGrid() (see module wxGrid) .br Row = integer() .br Col = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B isReadOnly(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxGridCellAttr() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setDefAttr(This, DefAttr) -> ok .br .RS .LP Types: .RS 3 This = wxGridCellAttr() .br DefAttr = wxGridCellAttr() .br .RE .RE .RS .LP See external documentation\&. .RE .SH AUTHORS .LP .I <>