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

FXRuler.h File Reference
#include "FXFrame.h"

Go to the source code of this file.

Classes

class  FX::FXRuler
 The ruler widget is placed alongside a document to measure position and size of entities within the document, such as margins, paragraph indents, and tickmarks. More...

Namespaces

namespace  FX

Enumerations

enum  {
  FX::RULER_NORMAL = 0,
  FX::RULER_HORIZONTAL = 0,
  FX::RULER_VERTICAL = 0x00008000,
  FX::RULER_TICKS_OFF = 0,
  FX::RULER_TICKS_TOP = 0x00010000,
  FX::RULER_TICKS_BOTTOM = 0x00020000,
  FX::RULER_TICKS_LEFT = RULER_TICKS_TOP,
  FX::RULER_TICKS_RIGHT = RULER_TICKS_BOTTOM,
  FX::RULER_TICKS_CENTER = RULER_TICKS_TOP|RULER_TICKS_BOTTOM,
  FX::RULER_NUMBERS = 0x00040000,
  FX::RULER_ARROW = 0x00080000,
  FX::RULER_MARKERS = 0x00100000,
  FX::RULER_METRIC = 0,
  FX::RULER_ENGLISH = 0x00200000,
  FX::RULER_MARGIN_ADJUST = 0x00400000,
  FX::RULER_ALIGN_CENTER = 0,
  FX::RULER_ALIGN_LEFT = 0x00800000,
  FX::RULER_ALIGN_RIGHT = 0x01000000,
  FX::RULER_ALIGN_TOP = RULER_ALIGN_LEFT,
  FX::RULER_ALIGN_BOTTOM = RULER_ALIGN_RIGHT,
  FX::RULER_ALIGN_STRETCH = RULER_ALIGN_LEFT|RULER_ALIGN_RIGHT,
  FX::RULER_ALIGN_NORMAL = RULER_ALIGN_CENTER
}

Copyright © 1997-2005 Jeroen van der Zijp