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

ComboBox styles


Enumerations

enum  {
  FX::COMBOBOX_NO_REPLACE = 0,
  FX::COMBOBOX_REPLACE = 0x00020000,
  FX::COMBOBOX_INSERT_BEFORE = 0x00040000,
  FX::COMBOBOX_INSERT_AFTER = 0x00060000,
  FX::COMBOBOX_INSERT_FIRST = 0x00080000,
  FX::COMBOBOX_INSERT_LAST = 0x00090000,
  FX::COMBOBOX_STATIC = 0x00100000,
  FX::COMBOBOX_NORMAL = 0
}

Enumeration Type Documentation

anonymous enum
 

Enumeration values:
COMBOBOX_NO_REPLACE  Leave the list the same.
COMBOBOX_REPLACE  Replace current item with typed text.
COMBOBOX_INSERT_BEFORE  Typed text inserted before current.
COMBOBOX_INSERT_AFTER  Typed text inserted after current.
COMBOBOX_INSERT_FIRST  Typed text inserted at begin of list.
COMBOBOX_INSERT_LAST  Typed text inserted at end of list.
COMBOBOX_STATIC  Unchangable text box.
COMBOBOX_NORMAL  Can type text but list is not changed.

Copyright © 1997-2005 Jeroen van der Zijp