declare smobs in alloc.c
[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
1d71c1d9
PE
18xaw_update_one_value (widget_instance *, Widget, widget_value *)
19 ATTRIBUTE_CONST;
b70cfce2
FP
20
21void
383e0970 22xaw_destroy_instance (widget_instance *);
b70cfce2
FP
23
24void
1d71c1d9
PE
25xaw_popup_menu (Widget, XEvent *)
26 ATTRIBUTE_CONST;
b70cfce2
FP
27
28void
383e0970 29xaw_pop_instance (widget_instance *, Boolean);
b70cfce2
FP
30
31#endif /* LWLIB_XAW_H */