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,
  FX::BUTTON_NORMAL = (FRAME_RAISED|FRAME_THICK|JUSTIFY_NORMAL|ICON_BEFORE_TEXT)
}
 

Detailed Description

Enumeration Type Documentation

anonymous enum

Button flags.

Enumerator
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.

BUTTON_NORMAL 

Copyright © 1997-2005 Jeroen van der Zijp