412
|
1 #ifndef LWLIB_XAW_H
|
|
2 #define LWLIB_XAW_H
|
0
|
3
|
|
4 #include "lwlib-internal.h"
|
|
5
|
|
6 extern widget_creation_entry xaw_creation_table [];
|
|
7
|
|
8 Widget
|
|
9 xaw_create_dialog (widget_instance* instance);
|
|
10
|
|
11 Boolean
|
|
12 lw_xaw_widget_p (Widget widget);
|
|
13
|
|
14 void
|
|
15 xaw_update_one_widget (widget_instance *instance, Widget widget,
|
|
16 widget_value *val, Boolean deep_p);
|
|
17
|
|
18 void
|
|
19 xaw_update_one_value (widget_instance* instance, Widget widget,
|
|
20 widget_value* val);
|
|
21
|
|
22 void
|
|
23 xaw_destroy_instance (widget_instance* instance);
|
|
24
|
|
25 void
|
|
26 xaw_popup_menu (Widget widget, XEvent *event);
|
|
27
|
|
28 void
|
|
29 xaw_pop_instance (widget_instance* instance, Boolean up);
|
|
30
|
412
|
31 #endif /* LWLIB_XAW_H */
|