anonymous enum

List styles.

Enumerator:
LIST_EXTENDEDSELECT 
LIST_SINGLESELECT  Extended selection mode allows for drag-selection of ranges of items.
LIST_BROWSESELECT  Single selection mode allows up to one item to be selected.
LIST_MULTIPLESELECT  Browse selection mode enforces one single item to be selected at all times.
LIST_AUTOSELECT  Multiple selection mode is used for selection of individual items.
LIST_NORMAL  Automatically select under cursor.

Definition at line 35 of file FXList.h.

00035      {
00036   LIST_EXTENDEDSELECT    = 0,             
00037   LIST_SINGLESELECT      = 0x00100000,    
00038   LIST_BROWSESELECT      = 0x00200000,    
00039   LIST_MULTIPLESELECT    = 0x00300000,    
00040   LIST_AUTOSELECT        = 0x00400000,    
00041   LIST_NORMAL            = LIST_EXTENDEDSELECT
00042   };


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:31:45 2009 for TnFOX by doxygen v1.4.7