mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 02:31:03 -08:00
entered into RCS
This commit is contained in:
parent
01492d1b7c
commit
ab9d3e3c85
2 changed files with 16 additions and 16 deletions
|
|
@ -1,20 +1,20 @@
|
|||
#ifndef _LWLIB_UTILS_H_
|
||||
#define _LWLIB_UTILS_H_
|
||||
|
||||
void XtNoClearRefreshWidget (Widget);
|
||||
void XtNoClearRefreshWidget (/* Widget */);
|
||||
|
||||
typedef void (*XtApplyToWidgetsProc) (Widget, XtPointer);
|
||||
typedef void* (*XtApplyUntilToWidgetsProc) (Widget, XtPointer);
|
||||
typedef void (*XtApplyToWidgetsProc) (/* Widget, XtPointer */);
|
||||
typedef void* (*XtApplyUntilToWidgetsProc) (/* Widget, XtPointer */);
|
||||
|
||||
void XtApplyToWidgets (Widget, XtApplyToWidgetsProc, XtPointer);
|
||||
void *XtApplyUntilToWidgets (Widget, XtApplyUntilToWidgetsProc, XtPointer);
|
||||
void XtApplyToWidgets (/* Widget, XtApplyToWidgetsProc, XtPointer */);
|
||||
void *XtApplyUntilToWidgets (/* Widget, XtApplyUntilToWidgetsProc, XtPointer */);
|
||||
|
||||
Widget *XtCompositeChildren (Widget, unsigned int *);
|
||||
Widget *XtCompositeChildren (/* Widget, unsigned int * */);
|
||||
|
||||
/* returns True is the widget is being destroyed, False otherwise */
|
||||
Boolean
|
||||
XtWidgetBeingDestroyedP (Widget widget);
|
||||
XtWidgetBeingDestroyedP (/* Widget widget */);
|
||||
|
||||
void XtSafelyDestroyWidget (Widget);
|
||||
void XtSafelyDestroyWidget (/* Widget */);
|
||||
|
||||
#endif /* _LWLIB_UTILS_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue