- cellText
dstring cellText(int col, int row)
- colTitle
dstring colTitle(int col)
- drawCell
void drawCell(DrawBuf buf, Rect rc, int col, int row)
- drawCellBackground
void drawCellBackground(DrawBuf buf, Rect rc, int c, int r)
- drawHeaderCell
void drawHeaderCell(DrawBuf buf, Rect rc, int col, int row)
- drawHeaderCellBackground
void drawHeaderCellBackground(DrawBuf buf, Rect rc, int c, int r)
- layout
void layout(Rect rc)
Set widget rectangle to specified value and layout widget contents. (Step 2 of two phase layout).
- resize
void resize(int c, int r)
- rowTitle
dstring rowTitle(int row)
- setCellText
StringGridWidgetBase setCellText(int col, int row, dstring text)
- setColTitle
StringGridWidgetBase setColTitle(int col, dstring title)
- setRowTitle
StringGridWidgetBase setRowTitle(int row, dstring title)