1 /* The lwlib interface to Motif widgets.
2 Copyright (C) 1994, 2000 Free Software Foundation, Inc.
3 Copyright (C) 1992 Lucid, Inc.
5 This file is part of the Lucid Widget Library.
7 The Lucid Widget Library is free software; you can redistribute it and/or
8 modify it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 2, or (at your option)
12 The Lucid Widget Library is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with GNU Emacs; see the file COPYING. If not, write to
19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20 Boston, MA 02111-1307, USA. */
25 #include "lwlib-int.h"
27 extern widget_creation_entry xm_creation_table
[];
30 xm_create_dialog
__P ((widget_instance
* instance
));
33 lw_motif_widget_p
__P ((Widget widget
));
36 xm_update_one_widget
__P ((widget_instance
* instance
, Widget widget
,
37 widget_value
* val
, Boolean deep_p
));
40 xm_update_one_value
__P ((widget_instance
* instance
, Widget widget
,
44 xm_destroy_instance
__P ((widget_instance
* instance
));
47 xm_set_keyboard_focus
__P ((Widget parent
, Widget w
));
50 xm_popup_menu
__P ((Widget widget
, XEvent
*event
));
53 xm_pop_instance
__P ((widget_instance
* instance
, Boolean up
));
56 xm_set_main_areas
__P ((Widget parent
, Widget menubar
, Widget work_area
));
59 xm_manage_resizing
__P ((Widget w
, Boolean flag
));
61 #endif /* LWLIB_XM_H */
63 /* arch-tag: 61561304-c146-437b-8ed3-dc33818703c6
64 (do not change this comment) */