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

Menu button options


Enumerations

enum  {
  FX::MENUBUTTON_AUTOGRAY = 0x00800000,
  FX::MENUBUTTON_AUTOHIDE = 0x01000000,
  FX::MENUBUTTON_TOOLBAR = 0x02000000,
  FX::MENUBUTTON_DOWN = 0,
  FX::MENUBUTTON_UP = 0x04000000,
  FX::MENUBUTTON_LEFT = 0x08000000,
  FX::MENUBUTTON_RIGHT = MENUBUTTON_LEFT|MENUBUTTON_UP,
  FX::MENUBUTTON_NOARROWS = 0x10000000,
  FX::MENUBUTTON_ATTACH_LEFT = 0,
  FX::MENUBUTTON_ATTACH_TOP = MENUBUTTON_ATTACH_LEFT,
  FX::MENUBUTTON_ATTACH_RIGHT = 0x20000000,
  FX::MENUBUTTON_ATTACH_BOTTOM = MENUBUTTON_ATTACH_RIGHT,
  FX::MENUBUTTON_ATTACH_CENTER = 0x40000000,
  FX::MENUBUTTON_ATTACH_BOTH = MENUBUTTON_ATTACH_CENTER|MENUBUTTON_ATTACH_RIGHT
}

Enumeration Type Documentation

anonymous enum
 

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

Copyright © 1997-2004 Jeroen van der Zijp