// // XTV (c) Copyright LRI 1990 // // Imakefile // // $XConsortium: WComposite.cc /main/3 1996/06/11 17:03:27 cde-hal $ // $CurLog$ (Log at end) // //#include #ifndef _XtintrinsicP_h #include #endif #ifndef _XtCompositeP_h #include #endif #ifndef _WComposite_h_ #include #endif void WComposite :: ManageChildren (void) const { CompositeWidget cw = (CompositeWidget)widget; XtManageChildren(cw->composite.children, cw->composite.num_children); } void WComposite :: UnmanageChildren (void) const { CompositeWidget cw = (CompositeWidget)widget; XtUnmanageChildren(cw->composite.children, cw->composite.num_children); } /* $Log$ * Revision 1.1.1.1 1992/01/30 21:19:40 greg * Initial Checkin * * Revision 1.1 1992/01/30 21:19:27 greg * Initial revision * * Revision 1.1.1.1 1992/01/27 21:39:21 greg * Initial Checkin * * Revision 1.1 1992/01/27 21:39:15 greg * Initial revision * //Revision 1.5 91/02/26 16:14:12 jdf //Cosmetics for the doc machine. // //Revision 1.4 91/02/25 15:21:03 jdf //Added some const attributes. // //Revision 1.3 90/08/09 16:14:24 jdf //Modified for New names generated by GenWIDGET // //Revision 1.2 90/07/05 19:33:12 jdf //Some syntax bugs fixed. // //Revision 1.1 90/07/05 19:14:11 jdf //Initial revision // */