Build Fix -- compatibility issue with newer autoconf
[sxemacs] / src / ui / lwlib / lwlib-Xaw.h
1 #ifndef INCLUDED_lwlib_Xaw_h_
2 #define INCLUDED_lwlib_Xaw_h_
3
4 #include "lwlib-internal.h"
5
6 extern const widget_creation_entry xaw_creation_table[];
7
8 Widget xaw_create_dialog(widget_instance * instance);
9
10 Widget xaw_create_label(Widget parent, widget_value * val);
11
12 Boolean 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 xaw_destroy_instance(widget_instance * instance);
23
24 void xaw_popup_menu(Widget widget, XEvent * event);
25
26 void xaw_pop_instance(widget_instance * instance, Boolean up);
27
28 #endif                          /* INCLUDED_lwlib_Xaw_h_ */