TableWidget::AppendTableItem
Defined in:
Adds an item to the end of a table.
C4Widgets.hPrototype
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
