
    typedef struct {
                      int  row,     /* Row in window        */
                           col;     /* Column in window     */
                      long attr;    /* Display attribute    */
                      char *text;   /* Label text           */

                } SML_LABEL;


