⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pw_dblbuf.h

📁 操作系统SunOS 4.1.3版本的源码
💻 H
字号:
/*      @(#)pw_dblbuf.h 1.1 92/07/30 SMI      */#include <sys/types.h>#include <sunwindow/attr.h>typedef int		Pw_attribute_value;#define	PIXWIN_ATTR(type, ordinal)	ATTR(ATTR_PKG_PIXWIN, type, ordinal)typedef enum {	/* integer attributes */	PW_DBL_AVAIL		= PIXWIN_ATTR(ATTR_BOOLEAN, 20),/* DBL Available      */	PW_DBL_DISPLAY		= PIXWIN_ATTR(ATTR_INT, 21), 	/* Display control bit*/	PW_DBL_WRITE	 	= PIXWIN_ATTR(ATTR_INT, 22),	/* Write control bits */	PW_DBL_READ		= PIXWIN_ATTR(ATTR_INT, 23),	/* Read Control bits  */	PW_DBL_ACCESS		= PIXWIN_ATTR(ATTR_INT, 24),	/* Access flag  */	PW_DBL_RELEASE		= PIXWIN_ATTR(ATTR_INT, 25),	/* Release flag  */} Pw_dbl_attribute;#ifndef	KERNELextern int pw_dbl_get();extern int pw_dbl_set();#endif	KERNEL#define PW_DBL_EXISTS   1       /* possible return val for the PW_DBL_AVAIL attribute */#define PW_DBL_ERROR	-1	/* Error while trying to set the dbl control bits */#define PW_DBL_FORE	2	/* Set a control bit to the foreground */#define PW_DBL_BACK	3	/* Set a control bit to the background */#define PW_DBL_BOTH	4	/* Set a control bit to both backgr and the foregr */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -