Trailing whitespace deleted.
[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
177c0ea7 8Widget
99570665 9xm_create_dialog __P ((widget_instance* instance));
07bf635f
RS
10
11Boolean
99570665 12lw_motif_widget_p __P ((Widget widget));
07bf635f
RS
13
14void
99570665
DL
15xm_update_one_widget __P ((widget_instance* instance, Widget widget,
16 widget_value* val, Boolean deep_p));
07bf635f
RS
17
18void
99570665
DL
19xm_update_one_value __P ((widget_instance* instance, Widget widget,
20 widget_value* val));
07bf635f
RS
21
22void
99570665 23xm_destroy_instance __P ((widget_instance* instance));
07bf635f
RS
24
25void
99570665 26xm_set_keyboard_focus __P ((Widget parent, Widget w));
07bf635f
RS
27
28void
99570665 29xm_popup_menu __P ((Widget widget, XEvent *event));
07bf635f
RS
30
31void
99570665 32xm_pop_instance __P ((widget_instance* instance, Boolean up));
07bf635f 33
31bcd4f5 34void
99570665 35xm_set_main_areas __P ((Widget parent, Widget menubar, Widget work_area));
31bcd4f5 36
ff5d2bae 37void
99570665 38xm_manage_resizing __P ((Widget w, Boolean flag));
ff5d2bae 39
07bf635f 40#endif /* LWLIB_XM_H */