Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

List styles

Enumerations

enum  {
  FX::LIST_EXTENDEDSELECT = 0,
  FX::LIST_SINGLESELECT = 0x00100000,
  FX::LIST_BROWSESELECT = 0x00200000,
  FX::LIST_MULTIPLESELECT = 0x00300000,
  FX::LIST_AUTOSELECT = 0x00400000,
  FX::LIST_NORMAL = LIST_EXTENDEDSELECT
}
 

Detailed Description

Enumeration Type Documentation

anonymous enum

List styles.

Enumerator
LIST_EXTENDEDSELECT 

Extended selection mode allows for drag-selection of ranges of items.

LIST_SINGLESELECT 

Single selection mode allows up to one item to be selected.

LIST_BROWSESELECT 

Browse selection mode enforces one single item to be selected at all times.

LIST_MULTIPLESELECT 

Multiple selection mode is used for selection of individual items.

LIST_AUTOSELECT 

Automatically select under cursor.

LIST_NORMAL 

Copyright © 1997-2005 Jeroen van der Zijp