anonymous enum

Enumerator:
MENUBUTTON_AUTOGRAY 
MENUBUTTON_AUTOHIDE  Automatically gray out when no target.
MENUBUTTON_TOOLBAR  Automatically hide when no target.
MENUBUTTON_DOWN  Toolbar style.
MENUBUTTON_UP  Popup window appears below menu button.
MENUBUTTON_LEFT  Popup window appears above menu button.
MENUBUTTON_RIGHT  Popup window to the left of the menu button.
MENUBUTTON_NOARROWS  Popup window to the right of the menu button.
MENUBUTTON_ATTACH_LEFT  Do not show arrows.
MENUBUTTON_ATTACH_TOP  Popup attaches to the left side of the menu button.
MENUBUTTON_ATTACH_RIGHT  Popup attaches to the top of the menu button.
MENUBUTTON_ATTACH_BOTTOM  Popup attaches to the right side of the menu button.
MENUBUTTON_ATTACH_CENTER  Popup attaches to the bottom of the menu button.
MENUBUTTON_ATTACH_BOTH  Popup attaches to the center of the menu button.

Definition at line 38 of file FXMenuButton.h.

00038      {
00039   MENUBUTTON_AUTOGRAY      = 0x00800000,                                      
00040   MENUBUTTON_AUTOHIDE      = 0x01000000,                                      
00041   MENUBUTTON_TOOLBAR       = 0x02000000,                                      
00042   MENUBUTTON_DOWN          = 0,                                               
00043   MENUBUTTON_UP            = 0x04000000,                                      
00044   MENUBUTTON_LEFT          = 0x08000000,                                      
00045   MENUBUTTON_RIGHT         = MENUBUTTON_LEFT|MENUBUTTON_UP,                   
00046   MENUBUTTON_NOARROWS      = 0x10000000,                                      
00047   MENUBUTTON_ATTACH_LEFT   = 0,                                               
00048   MENUBUTTON_ATTACH_TOP    = MENUBUTTON_ATTACH_LEFT,                          
00049   MENUBUTTON_ATTACH_RIGHT  = 0x20000000,                                      
00050   MENUBUTTON_ATTACH_BOTTOM = MENUBUTTON_ATTACH_RIGHT,                         
00051   MENUBUTTON_ATTACH_CENTER = 0x40000000,                                      
00052   MENUBUTTON_ATTACH_BOTH   = MENUBUTTON_ATTACH_CENTER|MENUBUTTON_ATTACH_RIGHT 
00053   };


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