- _data
dstring[][] _data;
Undocumented in source.
- _rowTitles
dstring[] _rowTitles;
Undocumented in source.
- _colTitles
dstring[] _colTitles;
Undocumented in source.
- cellText
dstring cellText(int col, int row)
- setCellText
StringGridWidgetBase setCellText(int col, int row, dstring text)
- resize
void resize(int c, int r)
- rowTitle
dstring rowTitle(int row)
- setRowTitle
StringGridWidgetBase setRowTitle(int row, dstring title)
- colTitle
dstring colTitle(int col)
- setColTitle
StringGridWidgetBase setColTitle(int col, dstring title)
- measureCell
Point measureCell(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawCell
void drawCell(DrawBuf buf, Rect rc, int col, int row)
- drawHeaderCell
void drawHeaderCell(DrawBuf buf, Rect rc, int col, int row)
- drawHeaderCellBackground
void drawHeaderCellBackground(DrawBuf buf, Rect rc, int c, int r)
- drawCellBackground
void drawCellBackground(DrawBuf buf, Rect rc, int c, int r)
- onThemeChanged
void onThemeChanged()
handle theme change: e.g. reload some themed resources