home *** CD-ROM | disk | FTP | other *** search
- /*
- * WidgetWrap.h -- header file for the WidgetWrap library.
- *
- * This module was written by Dan Heller <island!argv@sun.com> or
- * <dheller@ucbcory.berkeley.edu>.
- */
-
- #define MAXARGS 50
- #define XtNargList "Arglist"
- #define XtNmanaged "Managed"
- #define XtNpopupShell "popupShell"
- #define XtNapplicShell "applicationShell"
-
- extern void WidgetSet(), WidgetGet();
- extern Widget WidgetCreate();
- extern char *GenericWidgetName();
-