/*
** Copyright (c) 1990 David E. Smyth
** 
** Redistribution and use in source and binary forms are permitted
** provided that the above copyright notice and this paragraph are
** duplicated in all such forms and that any documentation, advertising
** materials, and other materials related to such distribution and use
** acknowledge that the software was developed by David E. Smyth.  The
** name of David E. Smyth may not be used to endorse or promote products
** derived from this software without specific prior written permission.
** THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
** WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
** MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
** 
*/

/*
* SCCS_data: @(#)WcMotifP.h 1.0 ( 19 June 1990 )
*/

#ifndef _WcMotifP_h_
#define _WcMotifP_h_

/* Core, Object, RectObj, WindowObj, 
** XmGadget, XmPrimitive, and XmComposite, 
** Shell, OverrideShell, WMShell, VendorShell, TopLevelShell, ApplicationShell, 
** Constraint, XmManager.
*/
#include <Xm/XmP.h>

/* XmGadget Subclasses
*/
#include <Xm/ArrowBGP.h>
#include <Xm/SeparatoGP.h>
#include <Xm/LabelGP.h>
#include <Xm/CascadeBGP.h>
#include <Xm/PushBGP.h>
#include <Xm/ToggleBGP.h>

/* XmPrimitive Subclasses
*/
#include <Xm/ArrowBP.h>
#include <Xm/ListP.h>
#include <Xm/ScrollBarP.h>
#include <Xm/SeparatorP.h>
#include <Xm/TextP.h>
#include <Xm/LabelP.h>
#include <Xm/CascadeBP.h>
#include <Xm/DrawnBP.h>
#include <Xm/PushBP.h>
#include <Xm/ToggleBP.h>

/* XmManager Subclasses
*/
#include <Xm/DrawingAP.h>
#include <Xm/FrameP.h>
#include <Xm/PanedWP.h>
#include <Xm/RowColumnP.h>
#include <Xm/ScaleP.h>
#include <Xm/ScrolledWP.h>
#include <Xm/MainWP.h>
#include <Xm/BulletinBP.h>
#include <Xm/FormP.h>
#include <Xm/MessageBP.h>
#include <Xm/SelectioBP.h>
#include <Xm/CommandP.h>
#include <Xm/FileSBP.h>

/* Shell Subclasses
*/
#include <X11/ShellP.h>
#include <X11/VendorP.h>
#include <Xm/MenuShellP.h>
#include <Xm/DialogSP.h>

/* Apparently Obsolete 
*/
#include <Xm/SashP.h>

#endif
