Rewrite Eshell tests using ERT
[bpt/emacs.git] / lwlib / lwlib-Xaw.h
CommitLineData
b70cfce2
FP
1#ifndef LWLIB_XAW_H
2#define LWLIB_XAW_H
3
4#include "lwlib-int.h"
5
6extern widget_creation_entry xaw_creation_table [];
7
177c0ea7 8Widget
383e0970 9xaw_create_dialog (widget_instance*);
b70cfce2
FP
10
11Boolean
383e0970 12lw_xaw_widget_p (Widget);
b70cfce2
FP
13
14void
383e0970 15xaw_update_one_widget (widget_instance *, Widget, widget_value *, Boolean);
b70cfce2
FP
16
17void
383e0970 18xaw_update_one_value (widget_instance *, Widget, widget_value *);
b70cfce2
FP
19
20void
383e0970 21xaw_destroy_instance (widget_instance *);
b70cfce2
FP
22
23void
383e0970 24xaw_popup_menu (Widget, XEvent *);
b70cfce2
FP
25
26void
383e0970 27xaw_pop_instance (widget_instance *, Boolean);
b70cfce2
FP
28
29#endif /* LWLIB_XAW_H */
ab5796a9 30