comparison lwlib/lwlib-Xm.h @ 109423:ae5ef13849d8

Merge from mainline.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Sun, 04 Jul 2010 22:11:22 +0000
parents e16f43875a48
children ef719132ddfa
comparison
equal deleted inserted replaced
109422:bcedeeedc5fb 109423:ae5ef13849d8
24 #include "lwlib-int.h" 24 #include "lwlib-int.h"
25 25
26 extern widget_creation_entry xm_creation_table []; 26 extern widget_creation_entry xm_creation_table [];
27 27
28 Widget 28 Widget
29 xm_create_dialog __P ((widget_instance* instance)); 29 xm_create_dialog (widget_instance* instance);
30 30
31 Boolean 31 Boolean
32 lw_motif_widget_p __P ((Widget widget)); 32 lw_motif_widget_p (Widget widget);
33 33
34 void 34 void
35 xm_update_one_widget __P ((widget_instance* instance, Widget widget, 35 xm_update_one_widget (widget_instance* instance, Widget widget,
36 widget_value* val, Boolean deep_p)); 36 widget_value* val, Boolean deep_p);
37 37
38 void 38 void
39 xm_update_one_value __P ((widget_instance* instance, Widget widget, 39 xm_update_one_value (widget_instance* instance, Widget widget,
40 widget_value* val)); 40 widget_value* val);
41 41
42 void 42 void
43 xm_destroy_instance __P ((widget_instance* instance)); 43 xm_destroy_instance (widget_instance* instance);
44 44
45 void 45 void
46 xm_set_keyboard_focus __P ((Widget parent, Widget w)); 46 xm_set_keyboard_focus (Widget parent, Widget w);
47 47
48 void 48 void
49 xm_popup_menu __P ((Widget widget, XEvent *event)); 49 xm_popup_menu (Widget widget, XEvent *event);
50 50
51 void 51 void
52 xm_pop_instance __P ((widget_instance* instance, Boolean up)); 52 xm_pop_instance (widget_instance* instance, Boolean up);
53 53
54 void 54 void
55 xm_set_main_areas __P ((Widget parent, Widget menubar, Widget work_area)); 55 xm_set_main_areas (Widget parent, Widget menubar, Widget work_area);
56 56
57 void 57 void
58 xm_manage_resizing __P ((Widget w, Boolean flag)); 58 xm_manage_resizing (Widget w, Boolean flag);
59 59
60 #endif /* LWLIB_XM_H */ 60 #endif /* LWLIB_XM_H */
61 61
62 /* arch-tag: 61561304-c146-437b-8ed3-dc33818703c6 62 /* arch-tag: 61561304-c146-437b-8ed3-dc33818703c6
63 (do not change this comment) */ 63 (do not change this comment) */