Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
397:f4aeb21a5bad | 398:74fd4e045ea6 |
---|---|
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 XtNoClearRefreshWidget (Widget); | 5 void XtNoClearRefreshWidget (Widget); |
5 | 6 |
6 typedef void (*XtApplyToWidgetsProc) (Widget, XtPointer); | 7 typedef void (*XtApplyToWidgetsProc) (Widget, XtPointer); |
7 typedef void* (*XtApplyUntilToWidgetsProc) (Widget, XtPointer); | 8 typedef void* (*XtApplyUntilToWidgetsProc) (Widget, XtPointer); |
8 | 9 |
18 void XtSafelyDestroyWidget (Widget); | 19 void XtSafelyDestroyWidget (Widget); |
19 | 20 |
20 #ifdef USE_DEBUG_MALLOC | 21 #ifdef USE_DEBUG_MALLOC |
21 #include <dmalloc.h> | 22 #include <dmalloc.h> |
22 #endif | 23 #endif |
23 #endif /* _LWLIB_UTILS_H_ */ | 24 |
25 #endif /* INCLUDED_lwlib_utils_h_ */ |