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

Revision 8837, 1.2 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 _XmpMotif_h_
2#define _XmpMotif_h_
3#include <X11/Xmp/COPY.h>
4
5/*
6* SCCS_data: @(#) XmpMotif.h    1.3 92/10/28 07:50:38
7*
8*       This module includes all of the public headers for all Motif
9*       widgets and Xmp widgets (public widgets based on Motif).
10*
11*******************************************************************************
12*/
13
14#include <Xm/ArrowB.h>
15#include <Xm/ArrowBG.h>
16#include <Xm/BulletinB.h>
17#include <Xm/CascadeB.h>
18#include <Xm/CascadeBG.h>
19#include <Xm/Command.h>
20#include <Xm/DialogS.h>
21#include <Xm/DrawingA.h>
22#include <Xm/DrawnB.h>
23#include <Xm/FileSB.h>
24#include <Xm/Form.h>
25#include <Xm/Frame.h>
26#include <Xm/Label.h>
27#include <Xm/LabelG.h>
28#include <Xm/List.h>
29#include <Xm/MainW.h>
30#include <Xm/MenuShell.h>
31#include <Xm/MessageB.h>
32#include <Xm/PanedW.h>
33#include <Xm/PushB.h>
34#include <Xm/PushBG.h>
35#include <Xm/RowColumn.h>
36#include <Xm/RowColumnP.h>      /* for CvtStringToMenuWidget */
37#include <Xm/Scale.h>
38#include <Xm/ScrollBar.h>
39#include <Xm/ScrolledW.h>
40#include <Xm/SelectioB.h>
41#include <Xm/SeparatoG.h>
42#include <Xm/Separator.h>
43#include <Xm/Text.h>
44#ifndef _OLD_MOTIF
45#include <Xm/TextF.h>
46#endif
47#include <Xm/ToggleB.h>
48#include <Xm/ToggleBG.h>
49
50#include <X11/Xmp/Table.h>
51
52#endif /* _XmpMotif_h_ */
Note: See TracBrowser for help on using the repository browser.