anonymous enum

Tooltip styles.

Enumerator:
TOOLTIP_PERMANENT 
TOOLTIP_VARIABLE  Tooltip stays up indefinitely.
TOOLTIP_NORMAL  Tooltip stays up variable time, depending on the length of the string.

Definition at line 38 of file FXToolTip.h.

00038      {
00039   TOOLTIP_PERMANENT  = 0x00020000,      
00040   TOOLTIP_VARIABLE   = 0x00040000,      
00041   TOOLTIP_NORMAL     = 0                
00042   };


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