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

Button flags


Enumerations

enum  {
  FX::BUTTON_AUTOGRAY = 0x00800000,
  FX::BUTTON_AUTOHIDE = 0x01000000,
  FX::BUTTON_TOOLBAR = 0x02000000,
  FX::BUTTON_DEFAULT = 0x04000000,
  FX::BUTTON_INITIAL = 0x08000000,
  BUTTON_NORMAL = (FRAME_RAISED|FRAME_THICK|JUSTIFY_NORMAL|ICON_BEFORE_TEXT)
}

Enumeration Type Documentation

anonymous enum
 

Button flags.

Enumeration values:
BUTTON_AUTOGRAY  Automatically gray out when not updated.
BUTTON_AUTOHIDE  Automatically hide button when not updated.
BUTTON_TOOLBAR  Toolbar style button [flat look].
BUTTON_DEFAULT  May become default button when receiving focus.
BUTTON_INITIAL  This button is the initial default button.

Copyright © 1997-2004 Jeroen van der Zijp