Add arch taglines
[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
99570665 10lw_lucid_widget_p __P ((Widget widget));
07bf635f
RS
11
12void
99570665
DL
13xlw_update_one_widget __P ((widget_instance* instance, Widget widget,
14 widget_value* val, Boolean deep_p));
07bf635f
RS
15
16void
99570665
DL
17xlw_update_one_value __P ((widget_instance* instance, Widget widget,
18 widget_value* val));
07bf635f
RS
19
20void
99570665 21xlw_destroy_instance __P ((widget_instance* instance));
07bf635f
RS
22
23void
99570665 24xlw_pop_instance __P ((widget_instance* instance, Boolean up));
07bf635f
RS
25
26void
99570665 27xlw_popup_menu __P ((Widget widget, XEvent * event));
07bf635f
RS
28
29#endif /* LWLIB_XLW_H */
ab5796a9
MB
30
31/* arch-tag: e5b1511d-8992-4dad-b947-a2440d8f10a2
32 (do not change this comment) */