anonymous enum

Ruler options.

Enumerator:
RULER_NORMAL 
RULER_HORIZONTAL  Default appearance (default).
RULER_VERTICAL  Ruler is horizontal (default).
RULER_TICKS_OFF  Ruler is vertical.
RULER_TICKS_TOP  Tick marks off (default).
RULER_TICKS_BOTTOM  Ticks on the top (if horizontal).
RULER_TICKS_LEFT  Ticks on the bottom (if horizontal).
RULER_TICKS_RIGHT  Ticks on the left (if vertical).
RULER_TICKS_CENTER  Ticks on the right (if vertical).
RULER_NUMBERS  Tickmarks centered.
RULER_ARROW  Show numbers.
RULER_MARKERS  Draw small arrow for cursor position.
RULER_METRIC  Draw markers for indentation settings.
RULER_ENGLISH  Metric subdivision (default).
RULER_MARGIN_ADJUST  English subdivision.
RULER_ALIGN_CENTER  Allow margin adjustment.
RULER_ALIGN_LEFT  Center document horizontally.
RULER_ALIGN_RIGHT  Align document to the left.
RULER_ALIGN_TOP  Align document to the right.
RULER_ALIGN_BOTTOM  Align document to the top.
RULER_ALIGN_STRETCH  Align document to the bottom.
RULER_ALIGN_NORMAL  Stretch document to fit horizontally.

Definition at line 35 of file FXRuler.h.

00035      {
00036   RULER_NORMAL        = 0,                                      
00037   RULER_HORIZONTAL    = 0,                                      
00038   RULER_VERTICAL      = 0x00008000,                             
00039   RULER_TICKS_OFF     = 0,                                      
00040   RULER_TICKS_TOP     = 0x00010000,                             
00041   RULER_TICKS_BOTTOM  = 0x00020000,                             
00042   RULER_TICKS_LEFT    = RULER_TICKS_TOP,                        
00043   RULER_TICKS_RIGHT   = RULER_TICKS_BOTTOM,                     
00044   RULER_TICKS_CENTER  = RULER_TICKS_TOP|RULER_TICKS_BOTTOM,     
00045   RULER_NUMBERS       = 0x00040000,                             
00046   RULER_ARROW         = 0x00080000,                             
00047   RULER_MARKERS       =  0x00100000,                            
00048   RULER_METRIC        = 0,                                      
00049   RULER_ENGLISH       = 0x00200000,                             
00050   RULER_MARGIN_ADJUST = 0x00400000,                             
00051   RULER_ALIGN_CENTER  = 0,                                      
00052   RULER_ALIGN_LEFT    = 0x00800000,                             
00053   RULER_ALIGN_RIGHT   = 0x01000000,                             
00054   RULER_ALIGN_TOP     = RULER_ALIGN_LEFT,                       
00055   RULER_ALIGN_BOTTOM  = RULER_ALIGN_RIGHT,                      
00056   RULER_ALIGN_STRETCH = RULER_ALIGN_LEFT|RULER_ALIGN_RIGHT,     
00057   RULER_ALIGN_NORMAL  = RULER_ALIGN_CENTER                      
00058   };


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:31:47 2009 for TnFOX by doxygen v1.4.7