Mercurial > emacs
changeset 5707:118a6ad56ae0
entered into RCS
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 31 Jan 1994 04:34:11 +0000 |
parents | 75570af32e92 |
children | 4870efc489ea |
files | lwlib/lwlib-Xlw.h lwlib/lwlib-utils.h |
diffstat | 2 files changed, 16 insertions(+), 16 deletions(-) [+] |
line wrap: on
line diff
--- a/lwlib/lwlib-Xlw.h Sun Jan 30 03:17:32 1994 +0000 +++ b/lwlib/lwlib-Xlw.h Mon Jan 31 04:34:11 1994 +0000 @@ -7,23 +7,23 @@ extern widget_creation_function xlw_create_dialog; Boolean -lw_lucid_widget_p (Widget widget); +lw_lucid_widget_p (/* Widget widget */); void -xlw_update_one_widget (widget_instance* instance, Widget widget, - widget_value* val, Boolean deep_p); +xlw_update_one_widget (/* widget_instance* instance, Widget widget, + widget_value* val, Boolean deep_p */); void -xlw_update_one_value (widget_instance* instance, Widget widget, - widget_value* val); +xlw_update_one_value (/* widget_instance* instance, Widget widget, + widget_value* val */); void -xlw_destroy_instance (widget_instance* instance); +xlw_destroy_instance (/* widget_instance* instance */); void -xlw_pop_instance (widget_instance* instance, Boolean up); +xlw_pop_instance (/* widget_instance* instance, Boolean up */); void -xlw_popup_menu (Widget widget); +xlw_popup_menu (/* Widget widget */); #endif /* LWLIB_XLW_H */
--- a/lwlib/lwlib-utils.h Sun Jan 30 03:17:32 1994 +0000 +++ b/lwlib/lwlib-utils.h Mon Jan 31 04:34:11 1994 +0000 @@ -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_ */