/*
**      Newton Developer Technical Support Sample Code
**
**      Drawing, illustrates Newton's drawing functions
**
**      by Bob Ebert, Newton Developer Technical Support
**
**      Copyright  1993-1995 by Apple Computer, Inc.  All rights reserved.
**
**      You may incorporate this sample code into your applications without
**      restriction.  This sample code has been provided "AS IS" and the
**      responsibility for its operation is 100% yours.  You are not
**      permitted to modify and redistribute the source as "DTS Sample Code."
**      If you are going to re-distribute the source, we require that you
**      make it clear in the source that the code was descended from
**      Apple-provided sample code, but that you've made changes.
*/



Demonstrates functions in drawing chapter, shows how to make shapes
and display them, as well as how to offset the shapes.

v3 is updated for NTK 1.5, and adds a viewQuitScript that cleans up
the shape objects from the NS heap.
v4 added comments and rearranged some of the shape stuff. Also
   offset the shapes a bit lower. Made the 'clickable' area properly
   redraw itself (:dirty()) after pressing it (using :StrokeDone).
