h45371 s 00014/00000/00000 d D 1.1 91/03/08 04:48:43 hopkins 1 0 c date and time created 91/03/08 04:48:43 by hopkins e u U f e 0 t T I 1 #ifndef _canvas_ #define _canvas_ extern canvastype nullcanvas; extern canvastype new_canvas(canvastype parentcv); extern void map_canvas(canvastype cv); extern void unmap_canvas(canvastype cv); extern void reshape_canvas(canvastype cv); extern void move_canvas(canvastype cv, float x, float y); extern void totop_canvas(canvastype cv); extern void tobottom_canvas(canvastype cv); #endif E 1