home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.mactech.com 2010
/
ftp.mactech.com.tar
/
ftp.mactech.com
/
macintosh-c
/
macc-carbon-demos-nonbinhex.sit
/
macc-carbon-demos-nonbinhex
/
chap12-demo
/
QuickDraw.c.rsrc
/
TEXT_16903.txt
< prev
Wrap
Text File
|
2001-05-22
|
1KB
|
23 lines
// *******************************************************************************************
// QuickDraw.c CARBON
// *******************************************************************************************
//
// This program:
//
// • Opens a window in which the results of various QuickDraw drawing operations are
// displayed. Individual line and text drawing, framing, painting, filling, erasing,
// inverting, and copying operations are chosen from a Demonstration pull-down menu.
//
// • Quits when the user chooses Quit from the File menu.
//
// To keep the non-QuickDraw code to a minimum, the program contains no functions for
// updating the window or for responding to activate and operating system events.
//
// The program utilises the following resources:
//
// • A 'carb' resource.
//
// • 'WIND' resources for the main window, and a small window used for the CopyBits
// demonstration (purgeable) (initially visible).
//
// •