Fix hang with large yanks
[emacs.git] / lwlib / lwlib-Xm.h
blob043ebc7c0d8bbb09d9328efdd299c0be66b57cfe
1 /* The lwlib interface to Motif widgets.
2 Copyright (C) 1992 Lucid, Inc.
4 This file is part of the Lucid Widget Library.
6 The Lucid Widget Library is free software; you can redistribute it and/or
7 modify it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 1, or (at your option)
9 any later version.
11 The Lucid Widget Library is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
16 You should have received a copy of the GNU General Public License
17 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19 #ifndef LWLIB_XM_H
20 #define LWLIB_XM_H
22 #include "lwlib-int.h"
24 extern widget_creation_entry xm_creation_table [];
26 Widget
27 xm_create_dialog (widget_instance* instance);
29 Boolean
30 lw_motif_widget_p (Widget widget);
32 void
33 xm_update_one_widget (widget_instance* instance, Widget widget,
34 widget_value* val, Boolean deep_p);
36 void
37 xm_update_one_value (widget_instance* instance, Widget widget,
38 widget_value* val);
40 void
41 xm_destroy_instance (widget_instance* instance);
43 void
44 xm_set_keyboard_focus (Widget parent, Widget w);
46 void
47 xm_popup_menu (Widget widget, XEvent *event);
49 void
50 xm_pop_instance (widget_instance* instance, Boolean up);
52 void
53 xm_set_main_areas (Widget parent, Widget menubar, Widget work_area);
55 void
56 xm_manage_resizing (Widget w, Boolean flag);
58 #endif /* LWLIB_XM_H */