h33572 s 00019/00000/00000 d D 1.1 91/03/08 04:42:19 hopkins 1 0 c date and time created 91/03/08 04:42:19 by hopkins e u U f e 0 t T I 1 #ifndef _icon_ #define _icon_ #include struct icon : frame { fonttype iconfont; /* scoped */ displayitem iconlabel; menu @iconmenu; /* scoped */ float iconX; /* scoped */ float iconY; /* scoped */ /* painting */ void PaintIconImage(); void PaintIconLabel(displayitem lab); }; #endif E 1