Mercurial > hg > xemacs-beta
view lwlib/lwlib-utils.h @ 398:74fd4e045ea6 r21-2-29
Import from CVS: tag r21-2-29
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:13:30 +0200 |
parents | 6075d714658b |
children | 697ef44129c6 |
line wrap: on
line source
#ifndef INCLUDED_lwlib_utils_h_ #define INCLUDED_lwlib_utils_h_ void destroy_all_children (Widget widget); void XtNoClearRefreshWidget (Widget); typedef void (*XtApplyToWidgetsProc) (Widget, XtPointer); typedef void* (*XtApplyUntilToWidgetsProc) (Widget, XtPointer); void XtApplyToWidgets (Widget, XtApplyToWidgetsProc, XtPointer); void *XtApplyUntilToWidgets (Widget, XtApplyUntilToWidgetsProc, XtPointer); Widget *XtCompositeChildren (Widget, unsigned int *); /* returns True is the widget is being destroyed, False otherwise */ Boolean XtWidgetBeingDestroyedP (Widget widget); void XtSafelyDestroyWidget (Widget); #ifdef USE_DEBUG_MALLOC #include <dmalloc.h> #endif #endif /* INCLUDED_lwlib_utils_h_ */