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