home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_08_06 / 8n06101a < prev    next >
Text File  |  1990-03-11  |  316b  |  11 lines

  1.  
  2.     typedef struct {
  3.                       int  row,     /* Row in window        */
  4.                            col;     /* Column in window     */
  5.                       long attr;    /* Display attribute    */
  6.                       char *text;   /* Label text           */
  7.  
  8.                 } SML_LABEL;
  9.  
  10.  
  11.