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.

Classes

class  FX::FXSlider
 

Namespaces

 FX
 

Enumerations

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

Copyright © 1997-2005 Jeroen van der Zijp