entered into RCS
[bpt/emacs.git] / lwlib / lwlib-utils.h
CommitLineData
07bf635f
RS
1#ifndef _LWLIB_UTILS_H_
2#define _LWLIB_UTILS_H_
3
ab9d3e3c 4void XtNoClearRefreshWidget (/* Widget */);
07bf635f 5
ab9d3e3c
RS
6typedef void (*XtApplyToWidgetsProc) (/* Widget, XtPointer */);
7typedef void* (*XtApplyUntilToWidgetsProc) (/* Widget, XtPointer */);
07bf635f 8
ab9d3e3c
RS
9void XtApplyToWidgets (/* Widget, XtApplyToWidgetsProc, XtPointer */);
10void *XtApplyUntilToWidgets (/* Widget, XtApplyUntilToWidgetsProc, XtPointer */);
07bf635f 11
ab9d3e3c 12Widget *XtCompositeChildren (/* Widget, unsigned int * */);
07bf635f
RS
13
14/* returns True is the widget is being destroyed, False otherwise */
15Boolean
ab9d3e3c 16XtWidgetBeingDestroyedP (/* Widget widget */);
07bf635f 17
ab9d3e3c 18void XtSafelyDestroyWidget (/* Widget */);
07bf635f
RS
19
20#endif /* _LWLIB_UTILS_H_ */