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)
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. */
24 #include "lwlib-int.h"
26 extern widget_creation_entry xm_creation_table
[];
29 xm_create_dialog (widget_instance
* instance
);
32 lw_motif_widget_p (Widget widget
);
35 xm_update_one_widget (widget_instance
* instance
, Widget widget
,
36 widget_value
* val
, Boolean deep_p
);
39 xm_update_one_value (widget_instance
* instance
, Widget widget
,
43 xm_destroy_instance (widget_instance
* instance
);
46 xm_set_keyboard_focus (Widget parent
, Widget w
);
49 xm_popup_menu (Widget widget
, XEvent
*event
);
52 xm_pop_instance (widget_instance
* instance
, Boolean up
);
55 xm_set_main_areas (Widget parent
, Widget menubar
, Widget work_area
);
58 xm_manage_resizing (Widget w
, Boolean flag
);
60 #endif /* LWLIB_XM_H */