anonymous enum

ComboBox styles.

Enumerator:
COMBOBOX_NO_REPLACE 
COMBOBOX_REPLACE  Leave the list the same.
COMBOBOX_INSERT_BEFORE  Replace current item with typed text.
COMBOBOX_INSERT_AFTER  Typed text inserted before current.
COMBOBOX_INSERT_FIRST  Typed text inserted after current.
COMBOBOX_INSERT_LAST  Typed text inserted at begin of list.
COMBOBOX_STATIC  Typed text inserted at end of list.
COMBOBOX_NORMAL  Unchangable text box.

Definition at line 35 of file FXComboBox.h.

00035      {
00036   COMBOBOX_NO_REPLACE     = 0,                  
00037   COMBOBOX_REPLACE        = 0x00020000,         
00038   COMBOBOX_INSERT_BEFORE  = 0x00040000,         
00039   COMBOBOX_INSERT_AFTER   = 0x00060000,         
00040   COMBOBOX_INSERT_FIRST   = 0x00080000,         
00041   COMBOBOX_INSERT_LAST    = 0x00090000,         
00042   COMBOBOX_STATIC         = 0x00100000,         
00043   COMBOBOX_NORMAL         = 0                   
00044   };


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