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,
  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
}
 

Detailed Description

Enumeration Type Documentation

anonymous enum

Ruler options.

Enumerator
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.

RULER_MARGIN_ADJUST 

Allow margin adjustment.

RULER_ALIGN_CENTER 

Center document horizontally.

RULER_ALIGN_LEFT 

Align document to the left.

RULER_ALIGN_RIGHT 

Align document to the right.

RULER_ALIGN_TOP 

Align document to the top.

RULER_ALIGN_BOTTOM 

Align document to the bottom.

RULER_ALIGN_STRETCH 

Stretch document to fit horizontally.

RULER_ALIGN_NORMAL 

Normally, document is centered both ways.

Copyright © 1997-2005 Jeroen van der Zijp