TableWidget::GetTableFlags
Defined in:
Returns the table flags.
C4Widgets.h
Prototype
uint32 GetTableFlags(void) const;
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. |
TableWidget
object is created is 0.
See Also