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

FXSlider.h File Reference

#include "FXFrame.h"

Go to the source code of this file.

Namespaces

namespace  FX

Enumerations

enum  {
  SLIDER_HORIZONTAL = 0,
  SLIDER_VERTICAL = 0x00008000,
  SLIDER_ARROW_UP = 0x00010000,
  SLIDER_ARROW_DOWN = 0x00020000,
  SLIDER_ARROW_LEFT = SLIDER_ARROW_UP,
  SLIDER_ARROW_RIGHT = SLIDER_ARROW_DOWN,
  SLIDER_INSIDE_BAR = 0x00040000,
  SLIDER_TICKS_TOP = 0x00080000,
  SLIDER_TICKS_BOTTOM = 0x00100000,
  SLIDER_TICKS_LEFT = SLIDER_TICKS_TOP,
  SLIDER_TICKS_RIGHT = SLIDER_TICKS_BOTTOM,
  SLIDER_NORMAL = SLIDER_HORIZONTAL
}

Copyright © 1997-2005 Jeroen van der Zijp