TableWidget::SetCellSize
Defined in:
Sets the cell size for a table.
C4Widgets.h
Prototype
void SetCellSize(const Vector2D& cell);
Parameters
cell |
The new cell size. |
Description
The SetCellSize
function sets the cell size for a table to that specified by the cell
parameter.
See Also