*** empty log message ***
[emacs.git] / lwlib / lwlib-utils.h
blobc2a7607b136c432c36e5149a2e658e18824d38a8
1 #ifndef _LWLIB_UTILS_H_
2 #define _LWLIB_UTILS_H_
4 void XtNoClearRefreshWidget __P ((Widget));
6 typedef void (*XtApplyToWidgetsProc) __P ((Widget, XtPointer));
7 typedef void* (*XtApplyUntilToWidgetsProc) __P ((Widget, XtPointer));
9 void XtApplyToWidgets __P ((Widget, XtApplyToWidgetsProc, XtPointer));
10 void *XtApplyUntilToWidgets __P ((Widget, XtApplyUntilToWidgetsProc, XtPointer));
12 Widget *XtCompositeChildren __P ((Widget, unsigned int *));
14 /* returns True is the widget is being destroyed, False otherwise */
15 Boolean
16 XtWidgetBeingDestroyedP __P ((Widget widget));
18 void XtSafelyDestroyWidget __P ((Widget));
20 #endif /* _LWLIB_UTILS_H_ */