C4 Engine
C4 Engine API Documentation

TableWidget::GetTableFlags

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

uint32 GetTableFlags(voidconst;

Description
The GetTableFlags function returns 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::SetTableFlags