]> code.delx.au - gnu-emacs/blob - lwlib/lwlib-Xaw.h
Fix shr.el/image build problem
[gnu-emacs] / lwlib / lwlib-Xaw.h
1 #ifndef LWLIB_XAW_H
2 #define LWLIB_XAW_H
3
4 #include "lwlib-int.h"
5
6 extern widget_creation_entry xaw_creation_table [];
7
8 Widget
9 xaw_create_dialog (widget_instance*);
10
11 Boolean
12 lw_xaw_widget_p (Widget);
13
14 void
15 xaw_update_one_widget (widget_instance *, Widget, widget_value *, Boolean);
16
17 void
18 xaw_update_one_value (widget_instance *, Widget, widget_value *)
19 ATTRIBUTE_CONST;
20
21 void
22 xaw_destroy_instance (widget_instance *);
23
24 void
25 xaw_popup_menu (Widget, XEvent *)
26 ATTRIBUTE_CONST;
27
28 void
29 xaw_pop_instance (widget_instance *, Boolean);
30
31 #endif /* LWLIB_XAW_H */