[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
struct mitem { /* menu item template */
int r; /* row */
int c; /* col */
char *t; /* text */
int rv; /* return value */
};
struct pmenu { /* popup menu structure */
int fm; /* first menu item index */
int lm; /* last menu item index */
struct mitem scrn[25]; /* a bunch of menu items */
};
WINDOWPTR qpopup(); /* function returns WP */
.
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson