C4 Engine
C4 Engine API Documentation

TableWidget::SetTableFlags

Defined in:  C4Widgets.h
Sets the table flags.
Prototype

void SetTableFlags(uint32 flags);

Parameters
flags The new table flags. See below for possible values.
Description
The SetTableFlags function sets the table flags, which can be a combination (through logical OR) of the following constants.
kTableMultipleSelection Allow multiple items to be selected in a table simultaneously.
kTableFocusPlain The appearance of the table is not augmented when it has the focus.
kTableItemsEnabled The items in the table are left enabled to allow user interaction.
The initial value of the table flags when a TableWidget object is created is 0.
See Also

TableWidget::GetTableFlags