comparison lwlib/lwlib-utils.h @ 440:8de8e3f6228a r21-2-28

Import from CVS: tag r21-2-28
author cvs
date Mon, 13 Aug 2007 11:33:38 +0200
parents 3ecd8885ac67
children ade4c7e2c6cb
comparison
equal deleted inserted replaced
439:357dd071b03c 440:8de8e3f6228a
1 #ifndef _LWLIB_UTILS_H_ 1 #ifndef INCLUDED_lwlib_utils_h_
2 #define _LWLIB_UTILS_H_ 2 #define INCLUDED_lwlib_utils_h_
3 3
4 void destroy_all_children (Widget widget); 4 void destroy_all_children (Widget widget);
5 void XtNoClearRefreshWidget (Widget); 5 void XtNoClearRefreshWidget (Widget);
6 6
7 typedef void (*XtApplyToWidgetsProc) (Widget, XtPointer); 7 typedef void (*XtApplyToWidgetsProc) (Widget, XtPointer);
19 void XtSafelyDestroyWidget (Widget); 19 void XtSafelyDestroyWidget (Widget);
20 20
21 #ifdef USE_DEBUG_MALLOC 21 #ifdef USE_DEBUG_MALLOC
22 #include <dmalloc.h> 22 #include <dmalloc.h>
23 #endif 23 #endif
24 #endif /* _LWLIB_UTILS_H_ */ 24
25 #endif /* INCLUDED_lwlib_utils_h_ */