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

Arrow style options


Enumerations

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

Enumeration Type Documentation

anonymous enum
 

Enumeration values:
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_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.