comparison lwlib/lwlib-utils.h @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents 74fd4e045ea6
children 11054d720c21
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
1 #ifndef INCLUDED_lwlib_utils_h_ 1 #ifndef _LWLIB_UTILS_H_
2 #define INCLUDED_lwlib_utils_h_ 2 #define _LWLIB_UTILS_H_
3 3
4 void destroy_all_children (Widget widget);
5 void XtNoClearRefreshWidget (Widget); 4 void XtNoClearRefreshWidget (Widget);
6 5
7 typedef void (*XtApplyToWidgetsProc) (Widget, XtPointer); 6 typedef void (*XtApplyToWidgetsProc) (Widget, XtPointer);
8 typedef void* (*XtApplyUntilToWidgetsProc) (Widget, XtPointer); 7 typedef void* (*XtApplyUntilToWidgetsProc) (Widget, XtPointer);
9 8
19 void XtSafelyDestroyWidget (Widget); 18 void XtSafelyDestroyWidget (Widget);
20 19
21 #ifdef USE_DEBUG_MALLOC 20 #ifdef USE_DEBUG_MALLOC
22 #include <dmalloc.h> 21 #include <dmalloc.h>
23 #endif 22 #endif
24 23 #endif /* _LWLIB_UTILS_H_ */
25 #endif /* INCLUDED_lwlib_utils_h_ */