- cellText
UIString cellText(int col, int row)
- colTitle
UIString 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)
- measureCell
Point measureCell(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
- onThemeChanged
void onThemeChanged()
handle theme change: e.g. reload some themed resources
- resize
void resize(int c, int r)
- rowTitle
UIString rowTitle(int row)
- setCellText
StringGridWidgetBase setCellText(int col, int row, UIString text)
- setCellText
deprecated StringGridWidgetBase setCellText(int col, int row, dstring text)
Undocumented in source. Be warned that the author may not have intended to support it.
- setColTitle
StringGridWidgetBase setColTitle(int col, UIString title)
- setColTitle
deprecated StringGridWidgetBase setColTitle(int col, dstring title)
Undocumented in source. Be warned that the author may not have intended to support it.
- setRowTitle
StringGridWidgetBase setRowTitle(int row, UIString title)
- setRowTitle
deprecated StringGridWidgetBase setRowTitle(int row, dstring title)
Undocumented in source. Be warned that the author may not have intended to support it.
Grid view with string data shown. All rows are of the same height