h45741 s 00044/00000/00000 d D 1.1 91/03/08 04:40:23 hopkins 1 0 c date and time created 91/03/08 04:40:23 by hopkins e u U f e 0 t T I 1 persist(visible); /******************************************************************** * Graphics state */ void gset() { super.gset(); setcolor(FG); setfont(textfont); } /******************************************************************** * Painting */ void Paint() { clippath(); setcolor(BG); fill(); rectpath(insetstroke(0,[0,0,w,h])); setcolor(FG); stroke(); } /******************************************************************** * action and previewing */ void action() { Send Action(); } void Preview() { } void preview() { Send Preview(); } E 1