(maybe-blessmail): New target to print the blessmail warning message.
[bpt/emacs.git] / lwlib / lwlib-Xm.h
CommitLineData
07bf635f
RS
1#ifndef LWLIB_XM_H
2#define LWLIB_XM_H
3
e7818b5a 4#include "lwlib-int.h"
07bf635f
RS
5
6extern widget_creation_entry xm_creation_table [];
7
8Widget
9xm_create_dialog (widget_instance* instance);
10
11Boolean
12lw_motif_widget_p (Widget widget);
13
14void
15xm_update_one_widget (widget_instance* instance, Widget widget,
16 widget_value* val, Boolean deep_p);
17
18void
19xm_update_one_value (widget_instance* instance, Widget widget,
20 widget_value* val);
21
22void
23xm_destroy_instance (widget_instance* instance);
24
25void
26xm_set_keyboard_focus (Widget parent, Widget w);
27
28void
29xm_popup_menu (Widget widget);
30
31void
32xm_pop_instance (widget_instance* instance, Boolean up);
33
34#endif /* LWLIB_XM_H */