declare smobs in alloc.c
[bpt/emacs.git] / lwlib / lwlib-Xaw.h
... / ...
CommitLineData
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
8Widget
9xaw_create_dialog (widget_instance*);
10
11Boolean
12lw_xaw_widget_p (Widget);
13
14void
15xaw_update_one_widget (widget_instance *, Widget, widget_value *, Boolean);
16
17void
18xaw_update_one_value (widget_instance *, Widget, widget_value *)
19 ATTRIBUTE_CONST;
20
21void
22xaw_destroy_instance (widget_instance *);
23
24void
25xaw_popup_menu (Widget, XEvent *)
26 ATTRIBUTE_CONST;
27
28void
29xaw_pop_instance (widget_instance *, Boolean);
30
31#endif /* LWLIB_XAW_H */