C4 Engine
C4 Engine API Documentation

ListWidget::GetListFlags

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

uint32 GetListFlags(voidconst;

Description
The GetListFlags function returns 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::SetListFlags