CwMatrixCell

CwMatrixCell -- A cell of a CwMatrix.

Synopsis

class CwMatrixCell
{
    col;            // short
    colhi;          // short
    collo;          // short
    fill_color;     // color
    flags;          // flag
    font;           // string
    format;         // flag
    formula;        // string
    label;          // string
    row;            // short
    text_color;     // color
    text_string;    // string
}
		

Description

This class is not yet documented in detail.

Instance Variables

col

The column number of this cell.

colhi

Read only. The first column in which the text for this cell is drawn.

collo

Read only. The last column in which the text for this cell is drawn.

fill_color

A number specifying the fill color for this cell. Default is 0xffffff (white).

flags

This instance variable controls the appearance of the cell, and may be a combination of zero or more of the following flags:

font

A string specifying the font used in the cell. Default is helv12.

format

A number, ignored by the widget, but available as a place for the programmer to store information.

formula

A string, ignored by the widget, but available as a place for the programmer to store information.

label

A string, ignored by the widget, but available as a place for the programmer to store information.

row

The row number of this cell.

text_color

A number specifying the text color for this cell. Default is 0x0 (black).

text_string

A string comprising the displayed text of the cell.

Associated Classes

CwMatrix, CwMatrixCallback

Copyright 1995-2002 by Cogent Real-Time Systems, Inc.