view lwlib/lwlib-utils.h @ 17899:88e528f3dc49

(m4-program): Guess which m4 binary to use. (m4-start-m4): New function. (m4-end-m4): New function. (m4-m4-buffer, m4-m4-region): Now use m4-start-m4. (m4-font-lock-keywords): Collaps 4 regex's into 1.
author Richard M. Stallman <rms@gnu.org>
date Tue, 20 May 1997 18:37:35 +0000
parents 118a6ad56ae0
children 6ed38ee607e9
line wrap: on
line source

#ifndef _LWLIB_UTILS_H_
#define _LWLIB_UTILS_H_

void XtNoClearRefreshWidget (/* Widget */);

typedef void (*XtApplyToWidgetsProc) (/* Widget, XtPointer */);
typedef void* (*XtApplyUntilToWidgetsProc) (/* Widget, XtPointer */);

void XtApplyToWidgets (/* Widget, XtApplyToWidgetsProc, XtPointer */);
void *XtApplyUntilToWidgets (/* Widget, XtApplyUntilToWidgetsProc, XtPointer */);

Widget *XtCompositeChildren (/* Widget, unsigned int * */);

/* returns True is the widget is being destroyed, False otherwise */
Boolean
XtWidgetBeingDestroyedP (/* Widget widget */);

void XtSafelyDestroyWidget (/* Widget */);

#endif /* _LWLIB_UTILS_H_ */