comparison lwlib/lwlib-Xm.h @ 11337:a4fa50b77635

Remove function prototypes.
author Richard M. Stallman <rms@gnu.org>
date Mon, 10 Apr 1995 00:34:00 +0000
parents 9e28a8ef9cad
children c2eb0b07acba
comparison
equal deleted inserted replaced
11336:00320c2e1753 11337:a4fa50b77635
4 #include "lwlib-int.h" 4 #include "lwlib-int.h"
5 5
6 extern widget_creation_entry xm_creation_table []; 6 extern widget_creation_entry xm_creation_table [];
7 7
8 Widget 8 Widget
9 xm_create_dialog (widget_instance* instance); 9 xm_create_dialog (/* widget_instance* instance */);
10 10
11 Boolean 11 Boolean
12 lw_motif_widget_p (Widget widget); 12 lw_motif_widget_p (/* Widget widget */);
13 13
14 void 14 void
15 xm_update_one_widget (widget_instance* instance, Widget widget, 15 xm_update_one_widget (/* widget_instance* instance, Widget widget,
16 widget_value* val, Boolean deep_p); 16 widget_value* val, Boolean deep_p */);
17 17
18 void 18 void
19 xm_update_one_value (widget_instance* instance, Widget widget, 19 xm_update_one_value (/* widget_instance* instance, Widget widget,
20 widget_value* val); 20 widget_value* val */);
21 21
22 void 22 void
23 xm_destroy_instance (widget_instance* instance); 23 xm_destroy_instance (/* widget_instance* instance */);
24 24
25 void 25 void
26 xm_set_keyboard_focus (Widget parent, Widget w); 26 xm_set_keyboard_focus (/* Widget parent, Widget w */);
27 27
28 void 28 void
29 xm_popup_menu (Widget widget); 29 xm_popup_menu (/* Widget widget */);
30 30
31 void 31 void
32 xm_pop_instance (widget_instance* instance, Boolean up); 32 xm_pop_instance (/* widget_instance* instance, Boolean up */);
33 33
34 void 34 void
35 xm_set_main_areas (Widget parent, Widget menubar, Widget work_area); 35 xm_set_main_areas (/* Widget parent, Widget menubar, Widget work_area */);
36 36
37 void 37 void
38 xm_manage_resizing (Widget w, Boolean flag); 38 xm_manage_resizing (/* Widget w, Boolean flag */);
39 39
40 #endif /* LWLIB_XM_H */ 40 #endif /* LWLIB_XM_H */