Global variables and data structures W_GRAFPORT W_ICON
Programming guideline of WinDom

W_MENU

typedef struct {
  OBJECT *root;      /* Menu object tree */
  int     scroll;    /* Menu scroller widget relative position */
  void *bind;
  void (*hilight)( struct _window *, int, int);
} W_MENU;