Add missing copyright and license notice.
[bpt/emacs.git] / lwlib / lwlib-Xm.h
CommitLineData
21a03b68
SM
1/* The lwlib interface to Motif widgets.
2 Copyright (C) 1994, 2000 Free Software Foundation, Inc.
3 Copyright (C) 1992 Lucid, Inc.
4
5This file is part of the Lucid Widget Library.
6
7The Lucid Widget Library is free software; you can redistribute it and/or
8modify it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 2, or (at your option)
10any later version.
11
12The Lucid Widget Library is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to
19the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20Boston, MA 02111-1307, USA. */
21
07bf635f
RS
22#ifndef LWLIB_XM_H
23#define LWLIB_XM_H
24
e7818b5a 25#include "lwlib-int.h"
07bf635f
RS
26
27extern widget_creation_entry xm_creation_table [];
28
177c0ea7 29Widget
99570665 30xm_create_dialog __P ((widget_instance* instance));
07bf635f
RS
31
32Boolean
99570665 33lw_motif_widget_p __P ((Widget widget));
07bf635f
RS
34
35void
99570665
DL
36xm_update_one_widget __P ((widget_instance* instance, Widget widget,
37 widget_value* val, Boolean deep_p));
07bf635f
RS
38
39void
99570665
DL
40xm_update_one_value __P ((widget_instance* instance, Widget widget,
41 widget_value* val));
07bf635f
RS
42
43void
99570665 44xm_destroy_instance __P ((widget_instance* instance));
07bf635f
RS
45
46void
99570665 47xm_set_keyboard_focus __P ((Widget parent, Widget w));
07bf635f
RS
48
49void
99570665 50xm_popup_menu __P ((Widget widget, XEvent *event));
07bf635f
RS
51
52void
99570665 53xm_pop_instance __P ((widget_instance* instance, Boolean up));
07bf635f 54
31bcd4f5 55void
99570665 56xm_set_main_areas __P ((Widget parent, Widget menubar, Widget work_area));
31bcd4f5 57
ff5d2bae 58void
99570665 59xm_manage_resizing __P ((Widget w, Boolean flag));
ff5d2bae 60
07bf635f 61#endif /* LWLIB_XM_H */
ab5796a9
MB
62
63/* arch-tag: 61561304-c146-437b-8ed3-dc33818703c6
64 (do not change this comment) */