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

Vertical text scroller options


Enumerations

enum  {
  TEXTVSCROLLER_SCROLLBACK = 0x00100000,
  TEXTVSCROLLER_RESET = 0x00200000,
  TEXTVSCROLLER_BYLINE = 0x00400000
}

Enumeration Type Documentation

anonymous enum
 

Vertical text scroller options.

Enumeration values:
TEXTVSCROLLER_SCROLLBACK   when scrolling hits the bottom, scroll back up.
TEXTVSCROLLER_RESET   when scrolling hits the bottom, reset from top.
TEXTVSCROLLER_BYLINE   scoll the text line-by-line, rather than by pixel.

Definition at line 35 of file FXTextVScroller.h.