/* WIDE AREA INFORMATION SERVER SOFTWARE:
   No guarantees or restrictions.  See the readme file for the full standard
   disclaimer.

   This is part of the shell user-interface for the WAIS software.  Do with it
   as you please.

   jonathan@Think.COM

 *
 * $Log:	qdisplay.h,v $
 * Revision 1.4  92/04/28  15:29:47  jonathan
 * More prototypes.
 * 
 * Revision 1.3  92/03/23  16:09:38  jonathan
 * Added MakeSaveRequester.
 * 
 * Revision 1.2  92/03/17  14:13:03  jonathan
 * *** empty log message ***
 * 
*/

#ifndef _H_QDISPLAY
#define _H_QDISPLAY

void SetqIcon _AP((Widget parent));
void SettIcon _AP((Widget parent));
Widget MakeQuestionPane _AP((Widget parent,XQuestion question));
Widget MakeTextPopup _AP((Widget parent,Textbuff t,char *name));
QuestionWindow MakeQuestionForm _AP((XQuestion question));
Widget MakeSourcePopup _AP((Widget parent));
ScrollList MakeSourceFrame _AP((Widget parent));
ScrollList MakeTypeFrame _AP((Widget parent));
void MakeWaisCursors _AP((void));

#endif

