Mercurial > hg > xemacs-beta
comparison lwlib/lwlib-utils.h @ 424:11054d720c21 r21-2-20
Import from CVS: tag r21-2-20
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:26:11 +0200 |
parents | 697ef44129c6 |
children |
comparison
equal
deleted
inserted
replaced
423:28d9c139be4c | 424:11054d720c21 |
---|---|
1 #ifndef _LWLIB_UTILS_H_ | 1 #ifndef _LWLIB_UTILS_H_ |
2 #define _LWLIB_UTILS_H_ | 2 #define _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 |