NEWS APPS DOCS ABOUT | ||||
Autodocs Include classes clib datatypes devices diskfont dos exec gadgets graphics clip.h / .i coerce.h / .i collide.h copper.h / .i display.h / .i displayinfo.h / .i gels.h / .i gfx.h / .i gfxbase.h / .i gfxmacros.h gfxnodes.h / .i graphint.h layers.h / .i modeid.h / .i monitor.h / .i rastport.h / .i regions.h / .i rpattr.h / .i scale.h / .i sprite.h / .i text.h / .i videocontrol.h / .i view.h / .i hardware images intuition libraries pragma pragmas prefs proto reaction resources rexx utility workbench GuruMeditation | #ifndef GRAPHICS_RPATTR_H #define GRAPHICS_RPATTR_H /* ** $VER: rpattr.h 39.2 (31.5.1993) ** Includes Release 45.1 ** ** tag definitions for GetRPAttr, SetRPAttr ** */ #define RPTAG_Font 0x80000000 /* get/set font */ #define RPTAG_APen 0x80000002 /* get/set apen */ #define RPTAG_BPen 0x80000003 /* get/set bpen */ #define RPTAG_DrMd 0x80000004 /* get/set draw mode */ #define RPTAG_OutLinePen 0x80000005 /* get/set outline pen */ #define RPTAG_OutlinePen 0x80000005 /* get/set outline pen. corrected case. */ #define RPTAG_WriteMask 0x80000006 /* get/set WriteMask */ #define RPTAG_MaxPen 0x80000007 /* get/set maxpen */ #define RPTAG_DrawBounds 0x80000008 /* get only rastport draw bounds. pass &rect */ #endif /* GRAPHICS_RPATTR_H */ Comments |
$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se |