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