home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 11 / 11.iso / m / m130 / 1.ddi / RESOURCE.001 / TITLE.H < prev    next >
Encoding:
C/C++ Source or Header  |  1992-05-10  |  294 b   |  10 lines

  1. /* Constants for use with TitleSetMovement() and TitleGetMovement() */
  2. #define TM_SCROLL_UP    0
  3. #define TM_SCROLL_ACROSS 1
  4. #define TM_TYPE_ON        2
  5. #define TM_STILL        3
  6.  
  7. /* Constants for use with TitleSetScrolling() and TitleGetScrolling() */
  8. #define TS_BY_PIXEL    0
  9. #define TS_BY_CHARACTER 1
  10.