C4 Engine
C4 Engine API Documentation

TableWidget::PrependTableItem

Defined in:  C4Widgets.h
Adds an item to the beginning of a table.
Prototype

void PrependTableItem(Widget *widget);

Parameters
widget The widget to add to the table.
Description
The PrependTableItem function adds an item to the beginning of a table. The item specified by the widget parameter becomes the leftmost item shown in the first row of the table.
See Also

TableWidget::AppendTableItem