* doc/misc/eshell.texi: Fill most of the missing sections.
[emacs.git] / lwlib / lwlib-Xaw.h
blob41b8013ee644f5a51894e89a19a018b1dabcf9a5
1 #ifndef LWLIB_XAW_H
2 #define LWLIB_XAW_H
4 #include "lwlib-int.h"
6 extern widget_creation_entry xaw_creation_table [];
8 Widget
9 xaw_create_dialog __P ((widget_instance*));
11 Boolean
12 lw_xaw_widget_p __P ((Widget));
14 void
15 xaw_update_one_widget __P ((widget_instance *, Widget, widget_value *, Boolean));
17 void
18 xaw_update_one_value __P ((widget_instance *, Widget, widget_value *));
20 void
21 xaw_destroy_instance __P ((widget_instance *));
23 void
24 xaw_popup_menu __P ((Widget, XEvent *));
26 void
27 xaw_pop_instance __P ((widget_instance *, Boolean));
29 #endif /* LWLIB_XAW_H */
31 /* arch-tag: 7c0fb4de-afd9-4112-9214-24b663cc1870
32 (do not change this comment) */