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

Arrow style options

Enumerations

enum  {
  FX::ARROW_NONE = 0,
  FX::ARROW_UP = 0x00080000,
  FX::ARROW_DOWN = 0x00100000,
  FX::ARROW_LEFT = 0x00200000,
  FX::ARROW_RIGHT = 0x00400000,
  FX::ARROW_AUTO = 0x00800000,
  FX::ARROW_REPEAT = 0x01000000,
  FX::ARROW_AUTOGRAY = 0x02000000,
  FX::ARROW_AUTOHIDE = 0x04000000,
  FX::ARROW_TOOLBAR = 0x08000000,
  FX::ARROW_NORMAL = FRAME_RAISED|FRAME_THICK|ARROW_UP
}
 

Detailed Description

Enumeration Type Documentation

anonymous enum
Enumerator
ARROW_NONE 

No arrow.

ARROW_UP 

Arrow points up.

ARROW_DOWN 

Arrow points down.

ARROW_LEFT 

Arrow points left.

ARROW_RIGHT 

Arrow points right.

ARROW_AUTO 

Automatically fire when hovering mouse over button.

ARROW_REPEAT 

Button repeats if held down.

ARROW_AUTOGRAY 

Automatically gray out when not updated.

ARROW_AUTOHIDE 

Automatically hide when not updated.

ARROW_TOOLBAR 

Button is toolbar-style.

ARROW_NORMAL 

Copyright © 1997-2005 Jeroen van der Zijp