ftp.nice.ch/pub/next/tools/cdrom/pCD.0.34.N.bs.tar.gz#/pCD0.3.4/pCD_Types.h

This is pCD_Types.h in view mode; [Download] [Up]

/*  pCD_Types defines ov_Tags, is_Tags, ppag_Tags, and iwd_Tags (the
 *  values of which must match Tags in nib files), and ovImageArray.
*/

/*  tags for overview options: */
enum	ov_Tags {ov_10x2_TAG = 0, ov_6x7_TAG = 1, ov_2x12_TAG = 2};

/*  tags for imagesize options: */
enum	is_Tags {is_GlobalPref_TAG = -1, is_Base16_TAG = 0,
		 is_Base4_TAG = 1, is_Base_TAG = 2,
		 is_4Base_TAG = 3, is_16Base_TAG = 4};

/* not really used in any nib files */
enum	ir_Tags {ir_GlobalPref_TAG = -1,
		 ir_MaxResolution_TAG = 400};

/*  tags for Image WindowDepth options: */
enum	iwd_Tags {iwd_GlobalPref_TAG = -1,
		 iwd_Default_TAG = 0, iwd_Gray2_TAG = 1,
		 iwd_Gray8_TAG = 2, iwd_Color12_TAG = 3,
		 iwd_Color16_TAG = 4};

/*  tags for Print Pagination */
enum	ppag_Tags {ppag_SplitAcrossPages  = 0,
		   ppag_ScaleToSinglePage = 1,
		   ppag_ClipToSinglePage  = 2};

/*  type for overview array: */
#define  ovImageMax	120
typedef  id	ovImageArray[ovImageMax+1];	// element zero isn't used

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.