source: trunk/third/wcl/Xmp/XmpMotifP.h @ 8837

Revision 8837, 2.0 KB checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r8836, which included commits to RCS files with non-trunk default branches.
Line 
1#ifndef _MriMotifP_h_
2#define _MriMotifP_h_
3#include <X11/Xmp/COPY.h>
4
5/*
6* SCCS_data: @(#) XmpMotifP.h   1.3 92/10/28 07:50:39
7*
8*       This module includes all of the private headers for all Motif
9*       widgets and Xmp widgets (public widgets based on Motif).  The
10*       files get included in the appropriate order (top down in the
11*       widget class heirarchy).
12*
13*******************************************************************************
14*/
15
16/* Core, Object, RectObj, WindowObj,
17** XmGadget, XmPrimitive, and XmComposite,
18** Shell, OverrideShell, WMShell, VendorShell, TopLevelShell, ApplicationShell,
19** Constraint, XmManager.
20*/
21#include <Xm/XmP.h>
22
23/* XmGadget Subclasses
24*/
25#include <Xm/ArrowBGP.h>
26#include <Xm/SeparatoGP.h>
27#include <Xm/LabelGP.h>
28#include <Xm/CascadeBGP.h>
29#include <Xm/PushBGP.h>
30#include <Xm/ToggleBGP.h>
31
32/* XmPrimitive Subclasses
33*/
34#include <Xm/ArrowBP.h>
35#include <Xm/ListP.h>
36#include <Xm/ScrollBarP.h>
37#include <Xm/SeparatorP.h>
38#include <Xm/TextP.h>
39
40/* TextField: Motif 1.0 doesn't have them, the TextFP.h collides with TextP.h,
41 * and they are useless anyway.  Nevertheless, at least get TextF.h if there.
42 */
43#ifndef _OLD_MOTIF
44#ifdef FIXED_TextFP_h
45#include <Xm/TextFP.h>
46#else
47#include <Xm/TextF.h>
48#endif
49#endif
50
51#include <Xm/LabelP.h>
52#include <Xm/CascadeBP.h>
53#include <Xm/DrawnBP.h>
54#include <Xm/PushBP.h>
55#include <Xm/ToggleBP.h>
56
57/* XmManager Subclasses
58*/
59#include <Xm/DrawingAP.h>
60#include <Xm/FrameP.h>
61#include <Xm/PanedWP.h>
62#include <Xm/RowColumnP.h>
63#include <Xm/ScaleP.h>
64#include <Xm/ScrolledWP.h>
65#include <Xm/MainWP.h>
66#include <Xm/BulletinBP.h>
67#include <Xm/FormP.h>
68#include <Xm/MessageBP.h>
69#include <Xm/SelectioBP.h>
70#include <Xm/CommandP.h>
71#ifndef XtSpecificationRelease
72#include <Xm/FileSB.h>
73#endif
74#include <Xm/FileSBP.h>
75
76/* Shell Subclasses
77*/
78#include <ShellP.h>
79#include <VendorP.h>
80#include <Xm/MenuShellP.h>
81#include <Xm/DialogSP.h>
82
83/* Apparently Obsolete
84*/
85#include <Xm/SashP.h>
86
87/* Public widgets derived from Motif
88*/
89#include <X11/Xmp/TableP.h>
90
91#endif /* _MriMotifP_h_ */
Note: See TracBrowser for help on using the repository browser.