[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
struct popup_field

    typedef struct popup_field {
              char *command;
              int y;
              char flag;
              char key;
              char offset;
              int retval;
              struct popup_header *submenu;
              struct popup_field *next;
              struct popup_field *previous;
         };

    #include <menuhk.h>

See Also: popup_alloc()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson