Trailing whitespace deleted.
[bpt/emacs.git] / lwlib / lwlib-Xaw.h
CommitLineData
b70cfce2
FP
1#ifndef LWLIB_XAW_H
2#define LWLIB_XAW_H
3
4#include "lwlib-int.h"
5
6extern widget_creation_entry xaw_creation_table [];
7
177c0ea7 8Widget
99570665 9xaw_create_dialog __P ((widget_instance*));
b70cfce2
FP
10
11Boolean
99570665 12lw_xaw_widget_p __P ((Widget));
b70cfce2
FP
13
14void
99570665 15xaw_update_one_widget __P ((widget_instance *, Widget, widget_value *, Boolean));
b70cfce2
FP
16
17void
99570665 18xaw_update_one_value __P ((widget_instance *, Widget, widget_value *));
b70cfce2
FP
19
20void
99570665 21xaw_destroy_instance __P ((widget_instance *));
b70cfce2
FP
22
23void
99570665 24xaw_popup_menu __P ((Widget, XEvent *));
b70cfce2
FP
25
26void
99570665 27xaw_pop_instance __P ((widget_instance *, Boolean));
b70cfce2
FP
28
29#endif /* LWLIB_XAW_H */