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

Tooltip styles


Enumerations

enum  {
  TOOLTIP_PERMANENT = 0x00020000,
  TOOLTIP_VARIABLE = 0x00040000,
  TOOLTIP_NORMAL = 0
}
 Tooltip styles. More...


Enumeration Type Documentation

anonymous enum
 

Enumeration values:
TOOLTIP_PERMANENT  Tooltip stays up indefinitely.
TOOLTIP_VARIABLE  Tooltip stays up variable time, depending on the length of the string.
TOOLTIP_NORMAL  Normal tooltip.