make the minibuffer mutex recursive.
[emacs.git] / lwlib / lwlib-Xm.h
blob3a827036f3687aaf4276a72cd8e94802c0a73012
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; see the file COPYING. If not, write to
18 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19 Boston, MA 02110-1301, USA. */
21 #ifndef LWLIB_XM_H
22 #define LWLIB_XM_H
24 #include "lwlib-int.h"
26 extern widget_creation_entry xm_creation_table [];
28 Widget
29 xm_create_dialog __P ((widget_instance* instance));
31 Boolean
32 lw_motif_widget_p __P ((Widget widget));
34 void
35 xm_update_one_widget __P ((widget_instance* instance, Widget widget,
36 widget_value* val, Boolean deep_p));
38 void
39 xm_update_one_value __P ((widget_instance* instance, Widget widget,
40 widget_value* val));
42 void
43 xm_destroy_instance __P ((widget_instance* instance));
45 void
46 xm_set_keyboard_focus __P ((Widget parent, Widget w));
48 void
49 xm_popup_menu __P ((Widget widget, XEvent *event));
51 void
52 xm_pop_instance __P ((widget_instance* instance, Boolean up));
54 void
55 xm_set_main_areas __P ((Widget parent, Widget menubar, Widget work_area));
57 void
58 xm_manage_resizing __P ((Widget w, Boolean flag));
60 #endif /* LWLIB_XM_H */
62 /* arch-tag: 61561304-c146-437b-8ed3-dc33818703c6
63 (do not change this comment) */