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