anonymous enum

Enumerator:
ARROW_NONE 
ARROW_UP 
ARROW_DOWN 
ARROW_LEFT 
ARROW_RIGHT 
ARROW_AUTO 
ARROW_REPEAT 
ARROW_AUTOGRAY 
ARROW_AUTOHIDE 
ARROW_TOOLBAR 
ARROW_NORMAL 

Definition at line 35 of file FXArrowButton.h.

00035      {
00036   ARROW_NONE     = 0,       // No arrow
00037   ARROW_UP       = 0x00080000,  // Arrow points up
00038   ARROW_DOWN     = 0x00100000,  // Arrow points down
00039   ARROW_LEFT     = 0x00200000,  // Arrow points left
00040   ARROW_RIGHT    = 0x00400000,  // Arrow points right
00041   ARROW_AUTO     = 0x00800000,  // Automatically fire when hovering mouse over button
00042   ARROW_REPEAT   = 0x01000000,  // Button repeats if held down
00043   ARROW_AUTOGRAY = 0x02000000,  // Automatically gray out when not updated
00044   ARROW_AUTOHIDE = 0x04000000,  // Automatically hide when not updated
00045   ARROW_TOOLBAR  = 0x08000000,  // Button is toolbar-style
00046   ARROW_NORMAL   = FRAME_RAISED|FRAME_THICK|ARROW_UP
00047   };


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