declare smobs in alloc.c
[bpt/emacs.git] / lwlib / lwlib-Xlw.h
CommitLineData
07bf635f
RS
1#ifndef LWLIB_XLW_H
2#define LWLIB_XLW_H
3
e7818b5a 4#include "lwlib-int.h"
07bf635f
RS
5
6extern widget_creation_entry xlw_creation_table [];
7extern widget_creation_function xlw_create_dialog;
8
9Boolean
383e0970 10lw_lucid_widget_p (Widget widget);
07bf635f
RS
11
12void
383e0970
J
13xlw_update_one_widget (widget_instance* instance, Widget widget,
14 widget_value* val, Boolean deep_p);
07bf635f
RS
15
16void
383e0970 17xlw_update_one_value (widget_instance* instance, Widget widget,
1d71c1d9
PE
18 widget_value* val)
19 ATTRIBUTE_CONST;
07bf635f
RS
20
21void
383e0970 22xlw_destroy_instance (widget_instance* instance);
07bf635f
RS
23
24void
1d71c1d9
PE
25xlw_pop_instance (widget_instance* instance, Boolean up)
26 ATTRIBUTE_CONST;
07bf635f
RS
27
28void
383e0970 29xlw_popup_menu (Widget widget, XEvent * event);
07bf635f
RS
30
31#endif /* LWLIB_XLW_H */