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

Gradient bar orientation

Enumerations

enum  {
  FX::GRADIENTBAR_HORIZONTAL = 0,
  FX::GRADIENTBAR_VERTICAL = 0x00008000,
  FX::GRADIENTBAR_NO_CONTROLS = 0,
  FX::GRADIENTBAR_CONTROLS_TOP = 0x00010000,
  FX::GRADIENTBAR_CONTROLS_BOTTOM = 0x00020000,
  FX::GRADIENTBAR_CONTROLS_LEFT = GRADIENTBAR_CONTROLS_TOP,
  FX::GRADIENTBAR_CONTROLS_RIGHT = GRADIENTBAR_CONTROLS_BOTTOM
}
 

Detailed Description

Enumeration Type Documentation

anonymous enum

Gradient bar orientation.

Enumerator
GRADIENTBAR_HORIZONTAL 

Gradient bar shown horizontally.

GRADIENTBAR_VERTICAL 

Gradient bar shown vertically.

GRADIENTBAR_NO_CONTROLS 

No controls shown.

GRADIENTBAR_CONTROLS_TOP 

Controls on top.

GRADIENTBAR_CONTROLS_BOTTOM 

Controls on bottom.

GRADIENTBAR_CONTROLS_LEFT 

Controls on left.

GRADIENTBAR_CONTROLS_RIGHT 

Controls on right.

Copyright © 1997-2005 Jeroen van der Zijp