home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / applic / ncsa / Mac / Telnet2.6 / prerelease / d5 / Telnet 2.6.1d5.src.sit.hqx / Telnet 2.6.1d5 src / source / config / Popup.h < prev    next >
Encoding:
Text File  |  1993-06-22  |  143 b   |  6 lines

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