1 /* 2 * Motif 3 * 4 * Copyright (c) 1987-2012, The Open Group. All rights reserved. 5 * 6 * These libraries and programs are free software; you can 7 * redistribute them and/or modify them under the terms of the GNU 8 * Lesser General Public License as published by the Free Software 9 * Foundation; either version 2 of the License, or (at your option) 10 * any later version. 11 * 12 * These libraries and programs are distributed in the hope that 13 * they will be useful, but WITHOUT ANY WARRANTY; without even the 14 * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 15 * PURPOSE. See the GNU Lesser General Public License for more 16 * details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with these librararies and programs; if not, write 20 * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth 21 * Floor, Boston, MA 02110-1301 USA 22 */ 23 24 #ifndef _XmAll_h 25 #define _XmAll_h 26 27 #include <Xm/Xm.h> 28 #include <Xm/ArrowB.h> 29 #include <Xm/ArrowBG.h> 30 #include <Xm/AtomMgr.h> 31 #include <Xm/BulletinB.h> 32 #include <Xm/CascadeB.h> 33 #include <Xm/CascadeBG.h> 34 #include <Xm/Column.h> 35 #include <Xm/ComboBox.h> 36 #include <Xm/Command.h> 37 #include <Xm/Container.h> 38 #include <Xm/CutPaste.h> 39 #include <Xm/DataF.h> 40 #include <Xm/DialogS.h> 41 #include <Xm/Display.h> 42 #include <Xm/DragC.h> 43 #include <Xm/DragDrop.h> 44 #include <Xm/DragIcon.h> 45 #include <Xm/DragOverS.h> 46 #include <Xm/DrawingA.h> 47 #include <Xm/DrawnB.h> 48 #include <Xm/DropSMgr.h> 49 #include <Xm/DropTrans.h> 50 #include <Xm/FileSB.h> 51 #include <Xm/Form.h> 52 #include <Xm/Frame.h> 53 #include <Xm/Gadget.h> 54 #include <Xm/GrabShell.h> 55 #include <Xm/IconFile.h> 56 #include <Xm/IconG.h> 57 #include <Xm/IconH.h> 58 #include <Xm/IconButton.h> 59 #include <Xm/Label.h> 60 #include <Xm/LabelG.h> 61 #include <Xm/List.h> 62 #include <Xm/MainW.h> 63 #include <Xm/Manager.h> 64 #include <Xm/MenuShell.h> 65 #include <Xm/MessageB.h> 66 #include <Xm/MwmUtil.h> 67 #include <Xm/Notebook.h> 68 #include <Xm/PanedW.h> 69 #include <Xm/Paned.h> 70 #include <Xm/Primitive.h> 71 #ifdef PRINTING_SUPPORTED 72 #include <Xm/Print.h> 73 #endif 74 #include <Xm/Protocols.h> 75 #include <Xm/PushB.h> 76 #include <Xm/PushBG.h> 77 #include <Xm/RepType.h> 78 #include <Xm/RowColumn.h> 79 #include <Xm/SSpinB.h> 80 #include <Xm/Scale.h> 81 #include <Xm/Screen.h> 82 #include <Xm/ScrollBar.h> 83 #include <Xm/ScrolledW.h> 84 #include <Xm/SelectioB.h> 85 #include <Xm/SeparatoG.h> 86 #include <Xm/Separator.h> 87 #include <Xm/SpinB.h> 88 #include <Xm/TabBox.h> 89 #include <Xm/TabStack.h> 90 #include <Xm/Text.h> 91 #include <Xm/TextF.h> 92 #include <Xm/ToggleB.h> 93 #include <Xm/ToggleBG.h> 94 #include <Xm/Transfer.h> 95 #include <Xm/TxtPropCv.h> 96 #include <Xm/VendorS.h> 97 #include <Xm/VirtKeys.h> 98 #include <Xm/XmIm.h> 99 #include <Xm/XmStrDefs.h> 100 101 #endif /* _XmAll_h */ 102 /* DON'T ADD STUFF AFTER THIS #endif */ 103