
/* dynlab.gra.ed */

/* 
   creates a dynamic string element (type 'graphic').

   you must define the DIM_NAME parameter, which is
   the name of the dimension in the current package
   that it will represent. otherwise, it will represent
   the first dimension.

   you cannot move the graphic once it has been placed,
   so it's important to set X1 and Y1, which define
   the baseline for the text.

   fill in the definitions below, and then load the 
   template. 

   note: uses the current screen, not the current 
   screenset.   
*/

/*
#define DIM_NAME dummy
*/
#define FOREGROUND 60
#define X1 10
#define Y1 10
#define FONT *times-medium-r-normal--18-*
