Merge from emacs-24; up to 2012-12-25T17:37:29Z!eliz@gnu.org
[bpt/emacs.git] / lwlib / lwlib-Xlw.h
... / ...
CommitLineData
1#ifndef LWLIB_XLW_H
2#define LWLIB_XLW_H
3
4#include "lwlib-int.h"
5
6extern widget_creation_entry xlw_creation_table [];
7extern widget_creation_function xlw_create_dialog;
8
9Boolean
10lw_lucid_widget_p (Widget widget);
11
12void
13xlw_update_one_widget (widget_instance* instance, Widget widget,
14 widget_value* val, Boolean deep_p);
15
16void
17xlw_update_one_value (widget_instance* instance, Widget widget,
18 widget_value* val);
19
20void
21xlw_destroy_instance (widget_instance* instance);
22
23void
24xlw_pop_instance (widget_instance* instance, Boolean up);
25
26void
27xlw_popup_menu (Widget widget, XEvent * event);
28
29#endif /* LWLIB_XLW_H */
30