C4 Engine
C4 Engine API Documentation

ListWidget::SetListFlags

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

void SetListFlags(uint32 flags);

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

ListWidget::GetListFlags