anonymous enum

Button flags.

Enumerator:
BUTTON_AUTOGRAY 
BUTTON_AUTOHIDE  Automatically gray out when not updated.
BUTTON_TOOLBAR  Automatically hide button when not updated.
BUTTON_DEFAULT  Toolbar style button [flat look].
BUTTON_INITIAL  May become default button when receiving focus.
BUTTON_DANGEROUS  This button is the initial default button.
BUTTON_NORMAL  This button performs a dangerous action (special clicking required).

Definition at line 45 of file FXButton.h.

00045      {
00046   BUTTON_AUTOGRAY  = 0x00800000,  
00047   BUTTON_AUTOHIDE  = 0x01000000,  
00048   BUTTON_TOOLBAR   = 0x02000000,  
00049   BUTTON_DEFAULT   = 0x04000000,  
00050   BUTTON_INITIAL   = 0x08000000,  
00051   BUTTON_DANGEROUS = 0x10000000,  
00052   BUTTON_NORMAL    = (FRAME_RAISED|FRAME_THICK|JUSTIFY_NORMAL|ICON_BEFORE_TEXT)
00053   };


(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