source: trunk/third/xmh/tsource.h @ 9658

Revision 9658, 1.8 KB checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r9657, which included commits to RCS files with non-trunk default branches.
Line 
1/* $XConsortium: tsource.h,v 1.2 91/07/23 18:38:31 converse Exp $ */
2
3/***********************************************************
4Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts,
5and the Massachusetts Institute of Technology, Cambridge, Massachusetts.
6
7                        All Rights Reserved
8
9Permission to use, copy, modify, and distribute this software and its
10documentation for any purpose and without fee is hereby granted,
11provided that the above copyright notice appear in all copies and that
12both that copyright notice and this permission notice appear in
13supporting documentation, and that the names of Digital or MIT not be
14used in advertising or publicity pertaining to distribution of the
15software without specific, written prior permission. 
16
17DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
18ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
19DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
20ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
21WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
22ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
23SOFTWARE.
24
25******************************************************************/
26
27#ifndef _tsource_h
28#define _tsource_h
29
30#include <X11/Xaw/TextSrc.h>
31
32/* xmh TextSrc widget resources:
33 Name                Class              RepType         Default Value
34 ----                -----              -------         -------------
35 toc                 Toc                Pointer         NULL
36*/
37
38#define XtCToc "Toc"
39#define XtNtoc "toc"
40
41/* Class record constants */
42
43extern WidgetClass tocSourceWidgetClass;
44
45typedef struct _TocSourceClassRec *TocSourceWidgetClass;
46typedef struct _TocSourceRec      *TocSourceWidget;
47
48extern void TSourceInvalid();
49
50#endif /* _XawTextSrc_h */
51/* DON'T ADD STUFF AFTER THIS #endif */
Note: See TracBrowser for help on using the repository browser.