home *** CD-ROM | disk | FTP | other *** search
- #ifndef QNAMEPANEL_H
- #define QNAMEPANEL_H
-
- /************************************************************************
- * qnamePanel.h:
- * global externs for the quick name panel
- *
- *************************************************************************/
-
- /* gadget enumerations */
- enum
- {
- GID_QNAMELIST,
- };
-
-
- /* tags */
-
- /* layout structures */
- extern GadgetSpec *QN_NameSpecs[];
- extern ULONG QN_NamePanel[];
- extern GUIFront *qnameGUI;
- extern struct Window *qnameWin;
- extern ULONG qnameSel;
-
- BOOL QNameGUI(GUIFront *);
- #endif
-