SunShow Definitions File for use with Clipper 5.2



SUNSHOW.CH and SUNUDFS.CH



***********************************************************
** SUNUDFS.CH contains definitions for the               **
** Clipper 5.0x Compiler.                                **
**                                                       **
** This header file should be included prior             **
** to calling any SUNSHOW Functions by the               **
** following line of code at the beginning               **
** of your application.                                  **
**                                                       **
** #include "sunudfs.ch"                                 **
**                                                       **
** Refer to your SUNSHOW documentation                   **
** for more information on initialization.               **
***********************************************************
**
** The following three DEFINITIONS
** are for the SHOWxxx() functions and the
** VIEWxxx() functions.
**
#define NOBLANK	   1
#define FORCEMODE  2
#define NOPALETTE  4
**
** The following twelve DEFINITIONS
** are for the VIEWxxx() functions.
**
#define NOPAUSE	   8
#define NOZOOM	   16
#define ASPECT	   32
#define DITHERFLAG 64
#define DEF256	   128
#define DEF240     256
#define DEF16      512
#define DEF2       1024
#define GRAY16     2048
#define GRAY240    4096
#define OPT16      8192
#define OPT240     16384
**
** The following two DEFINITIONS
** are for the PRINTER functions: HPLJxxx(),
** HPPJxxx(), HPPJXLxxx(), CANONxxx(), EPSONxxx(). 
**
#define FORMFEED   32768
#define FASTFLAG   65536
**
** The following sixteen DEFINITIONS
** are the default sixteen color indices 
** used as the FOREGROUND COLOR INDEX and the 
** BACKGROUND COLOR INDEX in the functions:
** SUNSAY(), SUNGET(), DRAWBOX(), CLEARWIN(), 
** and SCROLLWIN(). 
**
#define SUN_BLACK	0
#define SUN_BLUE	1
#define SUN_GREEN	2
#define SUN_CYAN	3
#define SUN_RED		4
#define SUN_MAGENTA	5
#define SUN_BROWN	6	
#define SUN_WHITE	7
#define SUN_GREY	8
#define SUN_BBLUE	9
#define SUN_BGREEN	10
#define SUN_BCYAN	11
#define SUN_BRED	12
#define SUN_BMAGENTA	13
#define SUN_BYELLOW	14
#define SUN_BWHITE	15






Return to Technical Support, Notes, Tips, Tricks
and Programming Information







Return to SunShow Professional Page






Return to SunShow Main