home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-08 | 1.2 KB | 33 lines | [TEXT/KAHL] |
- //------------------------- © 1994-1995 by James G. Stout --------------------------
- // File : cdefBar.h
- // Date : May 2, 1994
- // Author : Jim Stout
- // :
- // Purpose : header file for cdefBar.c
- //----------------------------------------------------------------------------------
- //----------------------------------------------------------------------------------
- // variation codes
- //----------------------------------------------------------------------------------
-
- #define vertBar 0x01
- #define roundBar 0x02
- #define barberPole 0x04
-
- //----------------------------------------------------------------------------------
- // control private data
- //----------------------------------------------------------------------------------
-
- typedef struct {
- Pattern thePat;
- }cdefData,**cdefHdl;
-
-
- //----------------------------------------------------------------------------------
- // Function prototypes
- //----------------------------------------------------------------------------------
-
- static void drawRectBar (ControlHandle theControl, short);
- static void drawRoundEndBar (ControlHandle theControl, short);
- static void frame3DRect (Rect *rr);
- static void frame3DRoundEndBar (Rect *r, short diameter, Boolean inColor);
-