home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Telnet 2.7b5 / source / config / Popup.h < prev    next >
Encoding:
Text File  |  1995-03-02  |  143 b   |  6 lines  |  [TEXT/CWIE]

  1. typedef struct {
  2.     short item;        /* Dialog item id */
  3.     MenuHandle h;    /* Popup menu handle */
  4.     short choice;    /* Current choice (1...) */
  5. } popup;
  6.