C4 Engine
C4 Engine API Documentation

TableWidget::SetCellSize

Defined in:  C4Widgets.h
Sets the cell size for a table.
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

TableWidget::GetCellSize