C4 Engine
C4 Engine API Documentation

TableWidget::AppendTableItem

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

void AppendTableItem(Widget *widget);

Parameters
widget The widget to add to the table.
Description
The AppendTableItem function adds an item to the end of a table. The item specified by the widget parameter becomes the rightmost item shown in the last row of the table.
See Also

TableWidget::PrependTableItem