home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / UNIX / ARCHIE / CLIENTS / XARCHIE-.1 / MENU.H < prev    next >
Encoding:
C/C++ Source or Header  |  1993-04-22  |  436 b   |  16 lines

  1. /*
  2.  * menu.h : Menu creation rotuines
  3.  *
  4.  * George Ferguson, ferguson@cs.rochester.edu, 23 Apr 1993.
  5.  */
  6.  
  7. extern void initMenuCreator();
  8.  
  9. extern Widget createMenu(/* char *name, char *item_basename,
  10.                 int numItems,
  11.                 SmeBSBObject *items,
  12.                 XtCallbackProc callback */);
  13.  
  14. extern void clearAllItemMarks(/* Object *items, int numItems */);
  15. extern void setIthItemMark(/* Object *items, int i, int numItems */);
  16.