home *** CD-ROM | disk | FTP | other *** search
- #ifndef _Info_h
- #define _Info_h
-
- /* $Header: /usr1/ben/jkh/src/xinfo/RCS/Info.h,v 1.1 90/01/27 22:43:34 jkh Exp $ */
-
- /*
- *
- * Copyright 1989, 1990
- * Jordan K. Hubbard
- *
- * PCS Computer Systeme, GmbH.
- * Munich, West Germany
- *
- *
- * This file is part of GNU Info widget.
- *
- * The GNU Info widget is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as published
- * by the Free Software Foundation; either version 1, or (at your option)
- * any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this software; see the file COPYING. If not, write to
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
- *
- *
- */
-
- /*
- *
- * $Log: Info.h,v $
- * Revision 1.1 90/01/27 22:43:34 jkh
- * Initial revision
- *
- *
- */
-
- /*
- * Resources:
- *
- * Name Class RepType Default Value
- * ---- ----- ------- -------------
- * callback Callback XtCallbackList NULL
- * infoPath InfoPath String XtDefaultInfoPath
- * infoHelp InfoHelp String HELPFILE
- * infoFile InfoFile String XtDefaultInfoFile
- * infoNode InfoNode String XtDefaultInfoNode
- * printCommand PrintCommand String XtDefaultPrintCommand
- *
- */
-
- /* resource types */
- #define XtDefaultInfoPath "/usr/local/lib/emacs/info:/usr/gnu/lib/emacs/info:/usr/gnu/lib/info"
- #define XtDefaultInfoFile "dir"
- #define XtDefaultInfoNode "Top"
- #define XtDefaultPrintCommand "lpr -p"
-
- #define XtNinfoPath "infoPath"
- #define XtNinfoHelp "infoHelp"
- #define XtNinfoFile "infoFile"
- #define XtNinfoNode "infoNode"
- #define XtNprintCommand "printCommand"
-
- #define XtCInfoPath "InfoPath"
- #define XtCInfoHelp "InfoHelp"
- #define XtCInfoFile "InfoFile"
- #define XtCInfoNode "InfoNode"
- #define XtCPrintCommand "PrintCommand"
-
- /* declare specific InfoWidget class and instance datatypes */
- typedef struct _InfoClassRec* InfoWidgetClass;
- typedef struct _InfoRec* InfoWidget;
-
- /* declare the class constant */
- extern WidgetClass infoWidgetClass;
-
- #endif /* _Info_h */
-