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

Ruler options


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
}

Enumeration Type Documentation

anonymous enum
 

Ruler options.

Enumeration values:
RULER_NORMAL  Default appearance (default).
RULER_HORIZONTAL  Ruler is horizontal (default).
RULER_VERTICAL  Ruler is vertical.
RULER_TICKS_OFF  Tick marks off (default).
RULER_TICKS_TOP  Ticks on the top (if horizontal).
RULER_TICKS_BOTTOM  Ticks on the bottom (if horizontal).
RULER_TICKS_LEFT  Ticks on the left (if vertical).
RULER_TICKS_RIGHT  Ticks on the right (if vertical).
RULER_TICKS_CENTER  Tickmarks centered.
RULER_NUMBERS  Show numbers.
RULER_ARROW  Draw small arrow for cursor position.
RULER_MARKERS  Draw markers for indentation settings.
RULER_METRIC  Metric subdivision (default).
RULER_ENGLISH  English subdivision.

Copyright © 1997-2005 Jeroen van der Zijp