# HG changeset patch # User Fred Pierresteguy # Date 763664541 0 # Node ID 8aa62a50270df0d8275afb0f96476870aee3a7c1 # Parent 888f7465fd94d9021044d609ab19426c56b6fc7c entered into RCS diff -r 888f7465fd94 -r 8aa62a50270d lwlib/lwlib-Xaw.h --- a/lwlib/lwlib-Xaw.h Mon Mar 14 16:44:04 1994 +0000 +++ b/lwlib/lwlib-Xaw.h Mon Mar 14 17:02:21 1994 +0000 @@ -6,26 +6,24 @@ extern widget_creation_entry xaw_creation_table []; Widget -xaw_create_dialog (widget_instance* instance); +xaw_create_dialog (); Boolean -lw_xaw_widget_p (Widget widget); +lw_xaw_widget_p (); void -xaw_update_one_widget (widget_instance *instance, Widget widget, - widget_value *val, Boolean deep_p); +xaw_update_one_widget (); void -xaw_update_one_value (widget_instance* instance, Widget widget, - widget_value* val); +xaw_update_one_value (); void -xaw_destroy_instance (widget_instance* instance); +xaw_destroy_instance (); void -xaw_popup_menu (Widget widget); +xaw_popup_menu (); void -xaw_pop_instance (widget_instance* instance, Boolean up); +xaw_pop_instance (); #endif /* LWLIB_XAW_H */