home *** CD-ROM | disk | FTP | other *** search
- static char* sccs_main_c = "%W%%G%";
-
- /*
- * Copyright 1992 Bruce. R. Ingram.
- * University of Kent at Canterbury, UK
- *
- * Permission to use, copy, modify and distribute this software and its
- * documentation for any purpose is hereby granted without fee, provided that
- * the above copyright notice appear in all copies and that both that
- * copyright notice and this permission notice appear in supporting
- * documentation, and that the name of the author and The University of
- * Kent at Canterbury not be used in advertising or publicity pertaining to
- * distribution of the software without specific, written prior permission.
- * The author and The University of Kent at Canterbury make no
- * representations about the suitability of this software for any purpose.
- * It is provided "as is" without express or implied warranty.
- *
- * THE AUTHOR AND THE UNIVERSITY OF KENT AT CANTERBURY DISCLAIMS ALL
- * WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE AUTHOR OR THE
- * UNIVERSITY OF KENT AT CANTERBURY BE LIABLE FOR ANY SPECIAL, INDIRECT OR
- * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
- * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
- * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
- * OF THIS SOFTWARE.
- *
- * Author:
- *
- * Mr B. R. Ingram email bri@ukc.ac.uk
- */
-
- #include "gen.h"
- #include "widgets.h"
-
-
- /* Forward references */
-
- extern void GetPath PROTO((char *));
- extern void PositionButtons PROTO((int,int)), ManageButtons();
- extern void set_popup PROTO((Widget,XEvent *,String *,Cardinal *));
- extern void delay PROTO((Widget,XEvent *,String *,Cardinal *));
- extern void Quit PROTO((Widget,XtPointer,XtPointer));
- static void AddResource PROTO((char *, char *, int));
- extern int ProcessFile PROTO((Info*, char*));
-
- #include "trans.h"
-
- /*
- We set various default resources for the various widgets.
- */
- String fallback_resources[] = {
- "*borderColor: black",
-