Global variables and data structures W_MENU W_COLOR
Programming guideline of WinDom

W_ICON

typedef struct {
  char *name;        /* name of the window if iconifyed */
  INT16 x, y, w, h;  /* coordinate and size of the uniconified window */
  void (*draw)(struct _window *); /* The drawing icon function */
} W_ICON;