Define USE_LISP_UNION_TYPE using autoconf.
[bpt/emacs.git] / lwlib / lwlib-utils.h
CommitLineData
07bf635f
RS
1#ifndef _LWLIB_UTILS_H_
2#define _LWLIB_UTILS_H_
3
99570665 4void XtNoClearRefreshWidget __P ((Widget));
07bf635f 5
99570665
DL
6typedef void (*XtApplyToWidgetsProc) __P ((Widget, XtPointer));
7typedef void* (*XtApplyUntilToWidgetsProc) __P ((Widget, XtPointer));
07bf635f 8
99570665
DL
9void XtApplyToWidgets __P ((Widget, XtApplyToWidgetsProc, XtPointer));
10void *XtApplyUntilToWidgets __P ((Widget, XtApplyUntilToWidgetsProc, XtPointer));
07bf635f 11
99570665 12Widget *XtCompositeChildren __P ((Widget, unsigned int *));
07bf635f
RS
13
14/* returns True is the widget is being destroyed, False otherwise */
15Boolean
99570665 16XtWidgetBeingDestroyedP __P ((Widget widget));
07bf635f 17
99570665 18void XtSafelyDestroyWidget __P ((Widget));
07bf635f
RS
19
20#endif /* _LWLIB_UTILS_H_ */
ab5796a9
MB
21
22/* arch-tag: 705efd86-9319-4447-80f6-16aa5b349809
23 (do not change this comment) */