- autofit
void autofit()
Undocumented in source. Be warned that the author may not have intended to support it.
- 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)
- formatDurationTicks
dstring formatDurationTicks(ulong n)
Undocumented in source. Be warned that the author may not have intended to support it.
- formatNumber
dstring formatNumber(ulong v, dchar[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
- layout
void layout(Rect rc)
Set widget rectangle to specified value and layout widget contents. (Step 2 of two phase layout).
- measureCell
Point measureCell(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
- 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)