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

Button flags


Enumerations

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


Enumeration Type Documentation

anonymous enum
 

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.