* xmenu.c (popup_get_selection): Only pop down dialogs
[bpt/emacs.git] / src / xmenu.c
CommitLineData
dcfdbac7 1/* X Communication module for terminals which understand the X protocol.
1806714a 2 Copyright (C) 1986, 1988, 1993, 1994, 1996, 1999, 2000, 2001, 2003, 2004
950eaee7 3 Free Software Foundation, Inc.
dcfdbac7
JB
4
5This file is part of GNU Emacs.
6
7GNU Emacs is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by
774910eb 9the Free Software Foundation; either version 2, or (at your option)
dcfdbac7
JB
10any later version.
11
12GNU Emacs 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
3b7ad313
EN
19the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20Boston, MA 02111-1307, USA. */
dcfdbac7 21
c9e60620 22/* X pop-up deck-of-cards menu facility for GNU Emacs.
dcfdbac7
JB
23 *
24 * Written by Jon Arnold and Roman Budzianowski
25 * Mods and rewrite by Robert Krawitz
26 *
27 */
28
18686d47
RS
29/* Modified by Fred Pierresteguy on December 93
30 to make the popup menus and menubar use the Xt. */
31
78589e07
RS
32/* Rewritten for clarity and GC protection by rms in Feb 94. */
33
68c45bf0
PE
34#include <config.h>
35
dcfdbac7
JB
36/* On 4.3 this loses if it comes after xterm.h. */
37#include <signal.h>
565620a5
RS
38
39#include <stdio.h>
7ee72033 40
dcfdbac7 41#include "lisp.h"
18686d47 42#include "termhooks.h"
02067692 43#include "keyboard.h"
5ee707b8 44#include "keymap.h"
7708e9bd 45#include "frame.h"
dcfdbac7 46#include "window.h"
9ac0d9e0 47#include "blockinput.h"
88766961 48#include "buffer.h"
cc45fb40
SM
49#include "charset.h"
50#include "coding.h"
c3438661 51#include "sysselect.h"
dcfdbac7 52
eeee3112
RS
53#ifdef MSDOS
54#include "msdos.h"
55#endif
56
87485d6f 57#ifdef HAVE_X_WINDOWS
dcfdbac7
JB
58/* This may include sys/types.h, and that somehow loses
59 if this is not done before the other system files. */
60#include "xterm.h"
87485d6f 61#endif
dcfdbac7
JB
62
63/* Load sys/types.h if not already loaded.
64 In some systems loading it twice is suicidal. */
65#ifndef makedev
66#include <sys/types.h>
67#endif
68
69#include "dispextern.h"
70
87485d6f 71#ifdef HAVE_X_WINDOWS
646f98ec
DL
72/* Defining HAVE_MULTILINGUAL_MENU would mean that the toolkit menu
73 code accepts the Emacs internal encoding. */
703dc2a8 74#undef HAVE_MULTILINGUAL_MENU
18686d47 75#ifdef USE_X_TOOLKIT
991786dd 76#include "widget.h"
18686d47
RS
77#include <X11/Xlib.h>
78#include <X11/IntrinsicP.h>
79#include <X11/CoreP.h>
80#include <X11/StringDefs.h>
60f312e2 81#include <X11/Shell.h>
5ee80bd3 82#ifdef USE_LUCID
1d1c1567 83#include <X11/Xaw/Paned.h>
5ee80bd3 84#endif /* USE_LUCID */
18686d47 85#include "../lwlib/lwlib.h"
a352a815 86#else /* not USE_X_TOOLKIT */
488dd4c4 87#ifndef USE_GTK
a352a815 88#include "../oldXMenu/XMenu.h"
488dd4c4 89#endif
a352a815
RS
90#endif /* not USE_X_TOOLKIT */
91#endif /* HAVE_X_WINDOWS */
18686d47 92
dcfdbac7
JB
93#ifndef TRUE
94#define TRUE 1
95#define FALSE 0
78589e07 96#endif /* no TRUE */
dcfdbac7 97
bfc524bc
RS
98Lisp_Object Vmenu_updating_frame;
99
0314aacb
RS
100Lisp_Object Qdebug_on_next_call;
101
18686d47 102extern Lisp_Object Qmenu_bar;
78589e07 103
de57a39c 104extern Lisp_Object QCtoggle, QCradio;
8fbc986d 105
88766961
RS
106extern Lisp_Object Voverriding_local_map;
107extern Lisp_Object Voverriding_local_map_menu_flag;
108
109extern Lisp_Object Qoverriding_local_map, Qoverriding_terminal_local_map;
110
111extern Lisp_Object Qmenu_bar_update_hook;
112
18686d47 113#ifdef USE_X_TOOLKIT
495ef86b 114extern void set_frame_menubar P_ ((FRAME_PTR, int, int));
78589e07
RS
115extern XtAppContext Xt_app_con;
116
495ef86b
JD
117static Lisp_Object xdialog_show P_ ((FRAME_PTR, int, Lisp_Object, char **));
118static void popup_get_selection P_ ((XEvent *, struct x_display_info *,
df470e3b 119 LWLIB_ID, int, int));
3427a3db 120
c9e60620 121/* Define HAVE_BOXES if menus can handle radio and toggle buttons. */
3427a3db
GM
122
123#define HAVE_BOXES 1
488dd4c4
JD
124#endif /* USE_X_TOOLKIT */
125
126#ifdef USE_GTK
127#include "gtkutil.h"
128#define HAVE_BOXES 1
495ef86b
JD
129extern void set_frame_menubar P_ ((FRAME_PTR, int, int));
130static Lisp_Object xdialog_show P_ ((FRAME_PTR, int, Lisp_Object, char **));
3427a3db
GM
131#endif
132
646f98ec
DL
133/* This is how to deal with multibyte text if HAVE_MULTILINGUAL_MENU
134 isn't defined. The use of HAVE_MULTILINGUAL_MENU could probably be
135 confined to an extended version of this with sections of code below
136 using it unconditionally. */
137#ifdef USE_GTK
138/* gtk just uses utf-8. */
139# define ENCODE_MENU_STRING(str) ENCODE_UTF_8 (str)
140#else
141/* I'm not convinced ENCODE_SYSTEM is defined correctly, or maybe
142 something else should be used here. Except under MS-Windows it
143 just converts to unibyte, but encoding with `locale-coding-system'
144 seems better -- X may actually display the result correctly, and
145 it's not necessarily equivalent to the unibyte text. -- fx */
146# define ENCODE_MENU_STRING(str) ENCODE_SYSTEM (str)
147#endif
148
3427a3db
GM
149static void push_menu_item P_ ((Lisp_Object, Lisp_Object, Lisp_Object,
150 Lisp_Object, Lisp_Object, Lisp_Object,
850df50b 151 Lisp_Object, Lisp_Object));
f61a541b
GM
152static int update_frame_menubar P_ ((struct frame *));
153static Lisp_Object xmenu_show P_ ((struct frame *, int, int, int, int,
154 Lisp_Object, char **));
155static void keymap_panes P_ ((Lisp_Object *, int, int));
156static void single_keymap_panes P_ ((Lisp_Object, Lisp_Object, Lisp_Object,
157 int, int));
f61a541b
GM
158static void list_of_panes P_ ((Lisp_Object));
159static void list_of_items P_ ((Lisp_Object));
f02cac82 160
78589e07
RS
161\f
162/* This holds a Lisp vector that holds the results of decoding
163 the keymaps or alist-of-alists that specify a menu.
dcfdbac7 164
78589e07 165 It describes the panes and items within the panes.
dcfdbac7 166
78589e07
RS
167 Each pane is described by 3 elements in the vector:
168 t, the pane name, the pane's prefix key.
a352a815 169 Then follow the pane's items, with 5 elements per item:
78589e07 170 the item string, the enable flag, the item's value,
a352a815 171 the definition, and the equivalent keyboard key's description string.
dcfdbac7 172
101bb4a5
RS
173 In some cases, multiple levels of menus may be described.
174 A single vector slot containing nil indicates the start of a submenu.
175 A single vector slot containing lambda indicates the end of a submenu.
176 The submenu follows a menu item which is the way to reach the submenu.
177
fcaa7665
RS
178 A single vector slot containing quote indicates that the
179 following items should appear on the right of a dialog box.
180
78589e07
RS
181 Using a Lisp vector to hold this information while we decode it
182 takes care of protecting all the data from GC. */
dcfdbac7 183
78589e07
RS
184#define MENU_ITEMS_PANE_NAME 1
185#define MENU_ITEMS_PANE_PREFIX 2
186#define MENU_ITEMS_PANE_LENGTH 3
088831f6 187
850df50b
GM
188enum menu_item_idx
189{
190 MENU_ITEMS_ITEM_NAME = 0,
191 MENU_ITEMS_ITEM_ENABLE,
192 MENU_ITEMS_ITEM_VALUE,
193 MENU_ITEMS_ITEM_EQUIV_KEY,
194 MENU_ITEMS_ITEM_DEFINITION,
195 MENU_ITEMS_ITEM_TYPE,
196 MENU_ITEMS_ITEM_SELECTED,
197 MENU_ITEMS_ITEM_HELP,
198 MENU_ITEMS_ITEM_LENGTH
199};
7da99777 200
78589e07 201static Lisp_Object menu_items;
18686d47 202
86fad4ec
SM
203/* If non-nil, means that the global vars defined here are already in use.
204 Used to detect cases where we try to re-enter this non-reentrant code. */
205static Lisp_Object menu_items_inuse;
206
78589e07
RS
207/* Number of slots currently allocated in menu_items. */
208static int menu_items_allocated;
18686d47 209
78589e07
RS
210/* This is the index in menu_items of the first empty slot. */
211static int menu_items_used;
18686d47 212
101bb4a5
RS
213/* The number of panes currently recorded in menu_items,
214 excluding those within submenus. */
78589e07 215static int menu_items_n_panes;
18686d47 216
101bb4a5
RS
217/* Current depth within submenus. */
218static int menu_items_submenu_depth;
219
4dedbfe0 220/* Flag which when set indicates a dialog or menu has been posted by
c98fcf4b 221 Xt on behalf of one of the widget sets. */
488dd4c4 222static int popup_activated_flag;
4dedbfe0 223
88766961 224static int next_menubar_widget_id;
745c34fb 225
a9be6839
RS
226/* This is set nonzero after the user activates the menu bar, and set
227 to zero again after the menu bars are redisplayed by prepare_menu_bar.
228 While it is nonzero, all calls to set_frame_menubar go deep.
229
230 I don't understand why this is needed, but it does seem to be
231 needed on Motif, according to Marcus Daniels <marcus@sysc.pdx.edu>. */
232
233int pending_menu_activation;
bd3a4da2 234\f
88766961 235#ifdef USE_X_TOOLKIT
bd3a4da2 236
7556890b 237/* Return the frame whose ->output_data.x->id equals ID, or 0 if none. */
bd3a4da2 238
88766961
RS
239static struct frame *
240menubar_id_to_frame (id)
241 LWLIB_ID id;
242{
243 Lisp_Object tail, frame;
244 FRAME_PTR f;
bd3a4da2 245
8e713be6 246 for (tail = Vframe_list; GC_CONSP (tail); tail = XCDR (tail))
bd3a4da2 247 {
8e713be6 248 frame = XCAR (tail);
88766961
RS
249 if (!GC_FRAMEP (frame))
250 continue;
251 f = XFRAME (frame);
2d764c78 252 if (!FRAME_WINDOW_P (f))
88766961 253 continue;
7556890b 254 if (f->output_data.x->id == id)
88766961 255 return f;
bd3a4da2 256 }
88766961 257 return 0;
bd3a4da2 258}
88766961
RS
259
260#endif
4dedbfe0 261\f
78589e07
RS
262/* Initialize the menu_items structure if we haven't already done so.
263 Also mark it as currently empty. */
264
265static void
266init_menu_items ()
267{
268 if (NILP (menu_items))
269 {
270 menu_items_allocated = 60;
271 menu_items = Fmake_vector (make_number (menu_items_allocated), Qnil);
18686d47
RS
272 }
273
86fad4ec
SM
274 if (!NILP (menu_items_inuse))
275 error ("Trying to use a menu from within a menu-entry");
276 menu_items_inuse = Qt;
78589e07
RS
277 menu_items_used = 0;
278 menu_items_n_panes = 0;
101bb4a5 279 menu_items_submenu_depth = 0;
78589e07 280}
18686d47 281
0b1f4572 282/* Call at the end of generating the data in menu_items. */
1658603c 283
78589e07
RS
284static void
285finish_menu_items ()
286{
287}
1658603c 288
86fad4ec
SM
289static Lisp_Object
290unuse_menu_items (dummy)
af89e871 291 Lisp_Object dummy;
86fad4ec
SM
292{
293 return menu_items_inuse = Qnil;
294}
295
78589e07
RS
296/* Call when finished using the data for the current menu
297 in menu_items. */
1658603c 298
78589e07
RS
299static void
300discard_menu_items ()
301{
302 /* Free the structure if it is especially large.
303 Otherwise, hold on to it, to save time. */
304 if (menu_items_allocated > 200)
305 {
306 menu_items = Qnil;
307 menu_items_allocated = 0;
308 }
86fad4ec 309 xassert (NILP (menu_items_inuse));
78589e07 310}
1658603c 311
101bb4a5
RS
312/* Make the menu_items vector twice as large. */
313
314static void
315grow_menu_items ()
316{
317 Lisp_Object old;
318 int old_size = menu_items_allocated;
319 old = menu_items;
320
321 menu_items_allocated *= 2;
322 menu_items = Fmake_vector (make_number (menu_items_allocated), Qnil);
323 bcopy (XVECTOR (old)->contents, XVECTOR (menu_items)->contents,
324 old_size * sizeof (Lisp_Object));
325}
326
327/* Begin a submenu. */
328
329static void
330push_submenu_start ()
331{
332 if (menu_items_used + 1 > menu_items_allocated)
333 grow_menu_items ();
334
335 XVECTOR (menu_items)->contents[menu_items_used++] = Qnil;
336 menu_items_submenu_depth++;
337}
338
339/* End a submenu. */
340
341static void
342push_submenu_end ()
343{
344 if (menu_items_used + 1 > menu_items_allocated)
345 grow_menu_items ();
346
347 XVECTOR (menu_items)->contents[menu_items_used++] = Qlambda;
348 menu_items_submenu_depth--;
349}
350
fcaa7665
RS
351/* Indicate boundary between left and right. */
352
353static void
354push_left_right_boundary ()
355{
356 if (menu_items_used + 1 > menu_items_allocated)
357 grow_menu_items ();
358
359 XVECTOR (menu_items)->contents[menu_items_used++] = Qquote;
360}
361
c9e60620 362/* Start a new menu pane in menu_items.
78589e07 363 NAME is the pane name. PREFIX_VEC is a prefix key for this pane. */
1658603c 364
78589e07
RS
365static void
366push_menu_pane (name, prefix_vec)
367 Lisp_Object name, prefix_vec;
368{
369 if (menu_items_used + MENU_ITEMS_PANE_LENGTH > menu_items_allocated)
101bb4a5 370 grow_menu_items ();
dcfdbac7 371
101bb4a5
RS
372 if (menu_items_submenu_depth == 0)
373 menu_items_n_panes++;
78589e07
RS
374 XVECTOR (menu_items)->contents[menu_items_used++] = Qt;
375 XVECTOR (menu_items)->contents[menu_items_used++] = name;
376 XVECTOR (menu_items)->contents[menu_items_used++] = prefix_vec;
377}
dcfdbac7 378
3427a3db
GM
379/* Push one menu item into the current pane. NAME is the string to
380 display. ENABLE if non-nil means this item can be selected. KEY
381 is the key generated by choosing this item, or nil if this item
382 doesn't really have a definition. DEF is the definition of this
383 item. EQUIV is the textual description of the keyboard equivalent
384 for this item (or nil if none). TYPE is the type of this menu
385 item, one of nil, `toggle' or `radio'. */
18686d47 386
78589e07 387static void
850df50b
GM
388push_menu_item (name, enable, key, def, equiv, type, selected, help)
389 Lisp_Object name, enable, key, def, equiv, type, selected, help;
78589e07
RS
390{
391 if (menu_items_used + MENU_ITEMS_ITEM_LENGTH > menu_items_allocated)
101bb4a5 392 grow_menu_items ();
088831f6 393
78589e07
RS
394 XVECTOR (menu_items)->contents[menu_items_used++] = name;
395 XVECTOR (menu_items)->contents[menu_items_used++] = enable;
396 XVECTOR (menu_items)->contents[menu_items_used++] = key;
397 XVECTOR (menu_items)->contents[menu_items_used++] = equiv;
a352a815 398 XVECTOR (menu_items)->contents[menu_items_used++] = def;
3427a3db
GM
399 XVECTOR (menu_items)->contents[menu_items_used++] = type;
400 XVECTOR (menu_items)->contents[menu_items_used++] = selected;
850df50b 401 XVECTOR (menu_items)->contents[menu_items_used++] = help;
78589e07
RS
402}
403\f
78589e07 404/* Look through KEYMAPS, a vector of keymaps that is NMAPS long,
101bb4a5
RS
405 and generate menu panes for them in menu_items.
406 If NOTREAL is nonzero,
407 don't bother really computing whether an item is enabled. */
18686d47 408
78589e07 409static void
101bb4a5 410keymap_panes (keymaps, nmaps, notreal)
78589e07
RS
411 Lisp_Object *keymaps;
412 int nmaps;
101bb4a5 413 int notreal;
18686d47 414{
78589e07 415 int mapno;
18686d47 416
78589e07 417 init_menu_items ();
18686d47 418
78589e07
RS
419 /* Loop over the given keymaps, making a pane for each map.
420 But don't make a pane that is empty--ignore that map instead.
421 P is the number of panes we have made so far. */
422 for (mapno = 0; mapno < nmaps; mapno++)
488205c0 423 single_keymap_panes (keymaps[mapno],
5ee707b8 424 Fkeymap_prompt (keymaps[mapno]), Qnil, notreal, 10);
78589e07
RS
425
426 finish_menu_items ();
427}
428
0695ce91
SM
429/* Args passed between single_keymap_panes and single_menu_item. */
430struct skp
431 {
432 Lisp_Object pending_maps;
433 int maxdepth, notreal;
434 int notbuttons;
435 };
436
437static void single_menu_item P_ ((Lisp_Object, Lisp_Object, Lisp_Object,
aea448d2 438 void *));
0695ce91 439
78589e07
RS
440/* This is a recursive subroutine of keymap_panes.
441 It handles one keymap, KEYMAP.
442 The other arguments are passed along
101bb4a5 443 or point to local variables of the previous function.
de57a39c
RS
444 If NOTREAL is nonzero, only check for equivalent key bindings, don't
445 evaluate expressions in menu items and don't make any menu.
98381e42
RS
446
447 If we encounter submenus deeper than MAXDEPTH levels, ignore them. */
78589e07
RS
448
449static void
98381e42 450single_keymap_panes (keymap, pane_name, prefix, notreal, maxdepth)
78589e07
RS
451 Lisp_Object keymap;
452 Lisp_Object pane_name;
453 Lisp_Object prefix;
101bb4a5 454 int notreal;
98381e42 455 int maxdepth;
78589e07 456{
0695ce91
SM
457 struct skp skp;
458 struct gcpro gcpro1;
459
460 skp.pending_maps = Qnil;
461 skp.maxdepth = maxdepth;
462 skp.notreal = notreal;
463 skp.notbuttons = 0;
78589e07 464
98381e42
RS
465 if (maxdepth <= 0)
466 return;
467
78589e07
RS
468 push_menu_pane (pane_name, prefix);
469
de57a39c
RS
470#ifndef HAVE_BOXES
471 /* Remember index for first item in this pane so we can go back and
472 add a prefix when (if) we see the first button. After that, notbuttons
473 is set to 0, to mark that we have seen a button and all non button
474 items need a prefix. */
0695ce91 475 skp.notbuttons = menu_items_used;
de57a39c
RS
476#endif
477
0695ce91
SM
478 GCPRO1 (skp.pending_maps);
479 map_keymap (keymap, single_menu_item, Qnil, &skp, 1);
480 UNGCPRO;
78589e07
RS
481
482 /* Process now any submenus which want to be panes at this level. */
0695ce91 483 while (CONSP (skp.pending_maps))
78589e07 484 {
101bb4a5 485 Lisp_Object elt, eltcdr, string;
0695ce91 486 elt = XCAR (skp.pending_maps);
8e713be6
KR
487 eltcdr = XCDR (elt);
488 string = XCAR (eltcdr);
101bb4a5
RS
489 /* We no longer discard the @ from the beginning of the string here.
490 Instead, we do this in xmenu_show. */
491 single_keymap_panes (Fcar (elt), string,
8e713be6 492 XCDR (eltcdr), notreal, maxdepth - 1);
0695ce91 493 skp.pending_maps = XCDR (skp.pending_maps);
78589e07 494 }
18686d47 495}
78589e07 496\f
de57a39c
RS
497/* This is a subroutine of single_keymap_panes that handles one
498 keymap entry.
177c0ea7 499 KEY is a key in a keymap and ITEM is its binding.
0695ce91 500 SKP->PENDING_MAPS_PTR is a list of keymaps waiting to be made into
de57a39c 501 separate panes.
0695ce91 502 If SKP->NOTREAL is nonzero, only check for equivalent key bindings, don't
de57a39c 503 evaluate expressions in menu items and don't make any menu.
0695ce91
SM
504 If we encounter submenus deeper than SKP->MAXDEPTH levels, ignore them.
505 SKP->NOTBUTTONS is only used when simulating toggle boxes and radio
506 buttons. It keeps track of if we have seen a button in this menu or
507 not. */
de57a39c
RS
508
509static void
aea448d2 510single_menu_item (key, item, dummy, skp_v)
0695ce91 511 Lisp_Object key, item, dummy;
aea448d2 512 void *skp_v;
de57a39c 513{
faa935b6 514 Lisp_Object map, item_string, enabled;
de57a39c
RS
515 struct gcpro gcpro1, gcpro2;
516 int res;
aea448d2 517 struct skp *skp = skp_v;
177c0ea7 518
de57a39c
RS
519 /* Parse the menu item and leave the result in item_properties. */
520 GCPRO2 (key, item);
0695ce91 521 res = parse_menu_item (item, skp->notreal, 0);
de57a39c
RS
522 UNGCPRO;
523 if (!res)
524 return; /* Not a menu item. */
525
526 map = XVECTOR (item_properties)->contents[ITEM_PROPERTY_MAP];
b9de078a 527
0695ce91 528 if (skp->notreal)
de57a39c
RS
529 {
530 /* We don't want to make a menu, just traverse the keymaps to
531 precompute equivalent key bindings. */
532 if (!NILP (map))
0695ce91 533 single_keymap_panes (map, Qnil, key, 1, skp->maxdepth - 1);
de57a39c
RS
534 return;
535 }
536
537 enabled = XVECTOR (item_properties)->contents[ITEM_PROPERTY_ENABLE];
177c0ea7 538 item_string = XVECTOR (item_properties)->contents[ITEM_PROPERTY_NAME];
de57a39c 539
d5db4077 540 if (!NILP (map) && SREF (item_string, 0) == '@')
de57a39c
RS
541 {
542 if (!NILP (enabled))
543 /* An enabled separate pane. Remember this to handle it later. */
0695ce91
SM
544 skp->pending_maps = Fcons (Fcons (map, Fcons (item_string, key)),
545 skp->pending_maps);
de57a39c
RS
546 return;
547 }
548
549#ifndef HAVE_BOXES
550 /* Simulate radio buttons and toggle boxes by putting a prefix in
551 front of them. */
552 {
553 Lisp_Object prefix = Qnil;
554 Lisp_Object type = XVECTOR (item_properties)->contents[ITEM_PROPERTY_TYPE];
555 if (!NILP (type))
556 {
557 Lisp_Object selected
558 = XVECTOR (item_properties)->contents[ITEM_PROPERTY_SELECTED];
559
0695ce91 560 if (skp->notbuttons)
de57a39c
RS
561 /* The first button. Line up previous items in this menu. */
562 {
0695ce91 563 int index = skp->notbuttons; /* Index for first item this menu. */
de57a39c
RS
564 int submenu = 0;
565 Lisp_Object tem;
566 while (index < menu_items_used)
567 {
568 tem
569 = XVECTOR (menu_items)->contents[index + MENU_ITEMS_ITEM_NAME];
570 if (NILP (tem))
571 {
572 index++;
573 submenu++; /* Skip sub menu. */
574 }
575 else if (EQ (tem, Qlambda))
576 {
577 index++;
578 submenu--; /* End sub menu. */
579 }
580 else if (EQ (tem, Qt))
581 index += 3; /* Skip new pane marker. */
582 else if (EQ (tem, Qquote))
583 index++; /* Skip a left, right divider. */
584 else
585 {
d5db4077
KR
586 if (!submenu && SREF (tem, 0) != '\0'
587 && SREF (tem, 0) != '-')
de57a39c
RS
588 XVECTOR (menu_items)->contents[index + MENU_ITEMS_ITEM_NAME]
589 = concat2 (build_string (" "), tem);
590 index += MENU_ITEMS_ITEM_LENGTH;
591 }
592 }
0695ce91 593 skp->notbuttons = 0;
de57a39c
RS
594 }
595
596 /* Calculate prefix, if any, for this item. */
597 if (EQ (type, QCtoggle))
598 prefix = build_string (NILP (selected) ? "[ ] " : "[X] ");
599 else if (EQ (type, QCradio))
600 prefix = build_string (NILP (selected) ? "( ) " : "(*) ");
601 }
602 /* Not a button. If we have earlier buttons, then we need a prefix. */
0695ce91 603 else if (!skp->notbuttons && SREF (item_string, 0) != '\0'
d5db4077 604 && SREF (item_string, 0) != '-')
de57a39c
RS
605 prefix = build_string (" ");
606
607 if (!NILP (prefix))
608 item_string = concat2 (prefix, item_string);
609 }
610#endif /* not HAVE_BOXES */
177c0ea7 611
488dd4c4 612#if ! defined (USE_X_TOOLKIT) && ! defined (USE_GTK)
810f2256 613 if (!NILP (map))
de57a39c
RS
614 /* Indicate visually that this is a submenu. */
615 item_string = concat2 (item_string, build_string (" >"));
616#endif
617
618 push_menu_item (item_string, enabled, key,
619 XVECTOR (item_properties)->contents[ITEM_PROPERTY_DEF],
3427a3db
GM
620 XVECTOR (item_properties)->contents[ITEM_PROPERTY_KEYEQ],
621 XVECTOR (item_properties)->contents[ITEM_PROPERTY_TYPE],
850df50b
GM
622 XVECTOR (item_properties)->contents[ITEM_PROPERTY_SELECTED],
623 XVECTOR (item_properties)->contents[ITEM_PROPERTY_HELP]);
de57a39c 624
488dd4c4 625#if defined (USE_X_TOOLKIT) || defined (USE_GTK)
de57a39c
RS
626 /* Display a submenu using the toolkit. */
627 if (! (NILP (map) || NILP (enabled)))
628 {
629 push_submenu_start ();
0695ce91 630 single_keymap_panes (map, Qnil, key, 0, skp->maxdepth - 1);
de57a39c
RS
631 push_submenu_end ();
632 }
633#endif
634}
635\f
8e6208c5 636/* Push all the panes and items of a menu described by the
78589e07
RS
637 alist-of-alists MENU.
638 This handles old-fashioned calls to x-popup-menu. */
18686d47 639
78589e07
RS
640static void
641list_of_panes (menu)
18686d47 642 Lisp_Object menu;
18686d47 643{
78589e07
RS
644 Lisp_Object tail;
645
646 init_menu_items ();
647
648 for (tail = menu; !NILP (tail); tail = Fcdr (tail))
649 {
650 Lisp_Object elt, pane_name, pane_data;
651 elt = Fcar (tail);
652 pane_name = Fcar (elt);
b7826503 653 CHECK_STRING (pane_name);
646f98ec 654 push_menu_pane (ENCODE_MENU_STRING (pane_name), Qnil);
78589e07 655 pane_data = Fcdr (elt);
b7826503 656 CHECK_CONS (pane_data);
78589e07
RS
657 list_of_items (pane_data);
658 }
659
660 finish_menu_items ();
661}
662
663/* Push the items in a single pane defined by the alist PANE. */
664
665static void
666list_of_items (pane)
667 Lisp_Object pane;
668{
669 Lisp_Object tail, item, item1;
670
671 for (tail = pane; !NILP (tail); tail = Fcdr (tail))
672 {
673 item = Fcar (tail);
674 if (STRINGP (item))
646f98ec
DL
675 push_menu_item (ENCODE_MENU_STRING (item), Qnil, Qnil, Qt,
676 Qnil, Qnil, Qnil, Qnil);
fcaa7665
RS
677 else if (NILP (item))
678 push_left_right_boundary ();
78589e07
RS
679 else
680 {
b7826503 681 CHECK_CONS (item);
78589e07 682 item1 = Fcar (item);
b7826503 683 CHECK_STRING (item1);
646f98ec
DL
684 push_menu_item (ENCODE_MENU_STRING (item1), Qt, Fcdr (item),
685 Qt, Qnil, Qnil, Qnil, Qnil);
78589e07
RS
686 }
687 }
688}
689\f
a894238b
JD
690#ifdef HAVE_X_WINDOWS
691/* Return the mouse position in *X and *Y. The coordinates are window
692 relative for the edit window in frame F.
693 This is for Fx_popup_menu. The mouse_position_hook can not
694 be used for X, as it returns window relative coordinates
695 for the window where the mouse is in. This could be the menu bar,
696 the scroll bar or the edit window. Fx_popup_menu needs to be
697 sure it is the edit window. */
698static void
810f2256 699mouse_position_for_popup (f, x, y)
a894238b
JD
700 FRAME_PTR f;
701 int *x;
702 int *y;
703{
704 Window root, dummy_window;
705 int dummy;
706
707 BLOCK_INPUT;
177c0ea7 708
a894238b
JD
709 XQueryPointer (FRAME_X_DISPLAY (f),
710 DefaultRootWindow (FRAME_X_DISPLAY (f)),
711
712 /* The root window which contains the pointer. */
713 &root,
714
715 /* Window pointer is on, not used */
716 &dummy_window,
717
718 /* The position on that root window. */
719 x, y,
720
721 /* x/y in dummy_window coordinates, not used. */
722 &dummy, &dummy,
723
724 /* Modifier keys and pointer buttons, about which
725 we don't care. */
726 (unsigned int *) &dummy);
727
728 UNBLOCK_INPUT;
729
730 /* xmenu_show expects window coordinates, not root window
731 coordinates. Translate. */
9882535b
KS
732 *x -= f->left_pos + FRAME_OUTER_TO_INNER_DIFF_X (f);
733 *y -= f->top_pos + FRAME_OUTER_TO_INNER_DIFF_Y (f);
a894238b
JD
734}
735
736#endif /* HAVE_X_WINDOWS */
737
540e52d1 738DEFUN ("x-popup-menu", Fx_popup_menu, Sx_popup_menu, 2, 2, 0,
f6e34773 739 doc: /* Pop up a deck-of-cards menu and return user's selection.
228299fa
GM
740POSITION is a position specification. This is either a mouse button event
741or a list ((XOFFSET YOFFSET) WINDOW)
742where XOFFSET and YOFFSET are positions in pixels from the top left
743corner of WINDOW's frame. (WINDOW may be a frame object instead of a window.)
453a4f1b 744This controls the position of the top left of the menu as a whole.
228299fa
GM
745If POSITION is t, it means to use the current mouse position.
746
747MENU is a specifier for a menu. For the simplest case, MENU is a keymap.
748The menu items come from key bindings that have a menu string as well as
749a definition; actually, the "definition" in such a key binding looks like
750\(STRING . REAL-DEFINITION). To give the menu a title, put a string into
751the keymap as a top-level element.
752
753If REAL-DEFINITION is nil, that puts a nonselectable string in the menu.
754Otherwise, REAL-DEFINITION should be a valid key binding definition.
755
756You can also use a list of keymaps as MENU.
757 Then each keymap makes a separate pane.
758When MENU is a keymap or a list of keymaps, the return value
759is a list of events.
760
761Alternatively, you can specify a menu of multiple panes
762 with a list of the form (TITLE PANE1 PANE2...),
763where each pane is a list of form (TITLE ITEM1 ITEM2...).
764Each ITEM is normally a cons cell (STRING . VALUE);
765but a string can appear as an item--that makes a nonselectable line
766in the menu.
767With this form of menu, the return value is VALUE from the chosen item.
768
769If POSITION is nil, don't display the menu at all, just precalculate the
7ee72033
MB
770cached information about equivalent key sequences. */)
771 (position, menu)
78589e07
RS
772 Lisp_Object position, menu;
773{
18686d47 774 Lisp_Object keymap, tem;
6bbd7a29 775 int xpos = 0, ypos = 0;
78589e07
RS
776 Lisp_Object title;
777 char *error_name;
778 Lisp_Object selection;
cc45fb40 779 FRAME_PTR f = NULL;
78589e07
RS
780 Lisp_Object x, y, window;
781 int keymaps = 0;
9685a93f 782 int for_click = 0;
86fad4ec 783 int specpdl_count = SPECPDL_INDEX ();
78589e07
RS
784 struct gcpro gcpro1;
785
1e659e4c 786#ifdef HAVE_MENUS
78589e07
RS
787 if (! NILP (position))
788 {
488dd4c4 789 int get_current_pos_p = 0;
101bb4a5
RS
790 check_x ();
791
78589e07 792 /* Decode the first argument: find the window and the coordinates. */
9572375b 793 if (EQ (position, Qt)
2b06561a
DL
794 || (CONSP (position) && (EQ (XCAR (position), Qmenu_bar)
795 || EQ (XCAR (position), Qtool_bar))))
78589e07 796 {
488dd4c4
JD
797 get_current_pos_p = 1;
798 }
799 else
800 {
801 tem = Fcar (position);
802 if (CONSP (tem))
803 {
804 window = Fcar (Fcdr (position));
805 x = Fcar (tem);
806 y = Fcar (Fcdr (tem));
807 }
808 else
809 {
810 for_click = 1;
811 tem = Fcar (Fcdr (position)); /* EVENT_START (position) */
812 window = Fcar (tem); /* POSN_WINDOW (tem) */
813 tem = Fcar (Fcdr (Fcdr (tem))); /* POSN_WINDOW_POSN (tem) */
814 x = Fcar (tem);
815 y = Fcdr (tem);
816 }
817
818 /* If a click happens in an external tool bar or a detached
819 tool bar, x and y is NIL. In that case, use the current
820 mouse position. This happens for the help button in the
821 tool bar. Ideally popup-menu should pass NIL to
822 this function, but it doesn't. */
823 if (NILP (x) && NILP (y))
824 get_current_pos_p = 1;
825 }
826
827 if (get_current_pos_p)
828 {
78589e07 829 /* Use the mouse's current position. */
b404828f 830 FRAME_PTR new_f = SELECTED_FRAME ();
a894238b
JD
831#ifdef HAVE_X_WINDOWS
832 /* Can't use mouse_position_hook for X since it returns
833 coordinates relative to the window the mouse is in,
834 we need coordinates relative to the edit widget always. */
835 if (new_f != 0)
836 {
837 int cur_x, cur_y;
838
839 mouse_position_for_popup (new_f, &cur_x, &cur_y);
840 /* cur_x/y may be negative, so use make_number. */
841 x = make_number (cur_x);
842 y = make_number (cur_y);
843 }
177c0ea7 844
a894238b
JD
845#else /* not HAVE_X_WINDOWS */
846 Lisp_Object bar_window;
847 enum scroll_bar_part part;
848 unsigned long time;
849
850 if (mouse_position_hook)
851 (*mouse_position_hook) (&new_f, 1, &bar_window,
852 &part, &x, &y, &time);
853#endif /* not HAVE_X_WINDOWS */
854
855 if (new_f != 0)
856 XSETFRAME (window, new_f);
857 else
858 {
859 window = selected_window;
860 XSETFASTINT (x, 0);
861 XSETFASTINT (y, 0);
862 }
78589e07 863 }
78589e07 864
b7826503
PJ
865 CHECK_NUMBER (x);
866 CHECK_NUMBER (y);
78589e07
RS
867
868 /* Decode where to put the menu. */
869
b5bb2705 870 if (FRAMEP (window))
78589e07
RS
871 {
872 f = XFRAME (window);
78589e07
RS
873 xpos = 0;
874 ypos = 0;
875 }
b5bb2705 876 else if (WINDOWP (window))
78589e07 877 {
b7826503 878 CHECK_LIVE_WINDOW (window);
78589e07
RS
879 f = XFRAME (WINDOW_FRAME (XWINDOW (window)));
880
9882535b
KS
881 xpos = WINDOW_LEFT_EDGE_X (XWINDOW (window));
882 ypos = WINDOW_TOP_EDGE_Y (XWINDOW (window));
78589e07
RS
883 }
884 else
885 /* ??? Not really clean; should be CHECK_WINDOW_OR_FRAME,
886 but I don't want to make one now. */
b7826503 887 CHECK_WINDOW (window);
78589e07
RS
888
889 xpos += XINT (x);
890 ypos += XINT (y);
891 }
bfc524bc 892 Vmenu_updating_frame = Qnil;
1e659e4c 893#endif /* HAVE_MENUS */
78589e07 894
86fad4ec 895 record_unwind_protect (unuse_menu_items, Qnil);
78589e07
RS
896 title = Qnil;
897 GCPRO1 (title);
898
899 /* Decode the menu items from what was specified. */
18686d47 900
02067692
SM
901 keymap = get_keymap (menu, 0, 0);
902 if (CONSP (keymap))
18686d47
RS
903 {
904 /* We were given a keymap. Extract menu info from the keymap. */
905 Lisp_Object prompt;
18686d47 906
78589e07 907 /* Extract the detailed info to make one pane. */
101bb4a5 908 keymap_panes (&menu, 1, NILP (position));
78589e07 909
18686d47
RS
910 /* Search for a string appearing directly as an element of the keymap.
911 That string is the title of the menu. */
5ee707b8 912 prompt = Fkeymap_prompt (keymap);
4f9ad016
RS
913 if (NILP (title) && !NILP (prompt))
914 title = prompt;
18686d47 915
78589e07
RS
916 /* Make that be the pane title of the first pane. */
917 if (!NILP (prompt) && menu_items_n_panes >= 0)
918 XVECTOR (menu_items)->contents[MENU_ITEMS_PANE_NAME] = prompt;
919
920 keymaps = 1;
18686d47 921 }
02067692 922 else if (CONSP (menu) && KEYMAPP (XCAR (menu)))
18686d47
RS
923 {
924 /* We were given a list of keymaps. */
18686d47
RS
925 int nmaps = XFASTINT (Flength (menu));
926 Lisp_Object *maps
927 = (Lisp_Object *) alloca (nmaps * sizeof (Lisp_Object));
928 int i;
78589e07
RS
929
930 title = Qnil;
18686d47
RS
931
932 /* The first keymap that has a prompt string
933 supplies the menu title. */
b5bb2705 934 for (tem = menu, i = 0; CONSP (tem); tem = Fcdr (tem))
18686d47 935 {
78589e07
RS
936 Lisp_Object prompt;
937
02067692 938 maps[i++] = keymap = get_keymap (Fcar (tem), 1, 0);
18686d47 939
5ee707b8 940 prompt = Fkeymap_prompt (keymap);
78589e07
RS
941 if (NILP (title) && !NILP (prompt))
942 title = prompt;
18686d47
RS
943 }
944
945 /* Extract the detailed info to make one pane. */
101bb4a5 946 keymap_panes (maps, nmaps, NILP (position));
78589e07
RS
947
948 /* Make the title be the pane title of the first pane. */
949 if (!NILP (title) && menu_items_n_panes >= 0)
950 XVECTOR (menu_items)->contents[MENU_ITEMS_PANE_NAME] = title;
951
952 keymaps = 1;
18686d47
RS
953 }
954 else
955 {
956 /* We were given an old-fashioned menu. */
78589e07 957 title = Fcar (menu);
b7826503 958 CHECK_STRING (title);
18686d47 959
78589e07 960 list_of_panes (Fcdr (menu));
18686d47 961
78589e07
RS
962 keymaps = 0;
963 }
177c0ea7 964
86fad4ec
SM
965 unbind_to (specpdl_count, Qnil);
966
78589e07 967 if (NILP (position))
18686d47 968 {
78589e07
RS
969 discard_menu_items ();
970 UNGCPRO;
971 return Qnil;
18686d47
RS
972 }
973
1e659e4c 974#ifdef HAVE_MENUS
78589e07
RS
975 /* Display them in a menu. */
976 BLOCK_INPUT;
18686d47 977
673a6211 978 selection = xmenu_show (f, xpos, ypos, for_click,
78589e07
RS
979 keymaps, title, &error_name);
980 UNBLOCK_INPUT;
18686d47 981
78589e07 982 discard_menu_items ();
18686d47 983
78589e07 984 UNGCPRO;
1e659e4c 985#endif /* HAVE_MENUS */
18686d47 986
78589e07
RS
987 if (error_name) error (error_name);
988 return selection;
18686d47 989}
165e1749 990
1e659e4c
RS
991#ifdef HAVE_MENUS
992
540e52d1 993DEFUN ("x-popup-dialog", Fx_popup_dialog, Sx_popup_dialog, 2, 2, 0,
f6e34773 994 doc: /* Pop up a dialog box and return user's selection.
228299fa
GM
995POSITION specifies which frame to use.
996This is normally a mouse button event or a window or frame.
997If POSITION is t, it means to use the frame the mouse is on.
998The dialog box appears in the middle of the specified frame.
999
1000CONTENTS specifies the alternatives to display in the dialog box.
1001It is a list of the form (TITLE ITEM1 ITEM2...).
1002Each ITEM is a cons cell (STRING . VALUE).
1003The return value is VALUE from the chosen item.
1004
1005An ITEM may also be just a string--that makes a nonselectable item.
1006An ITEM may also be nil--that means to put all preceding items
1007on the left of the dialog box and all following items on the right.
7ee72033
MB
1008\(By default, approximately half appear on each side.) */)
1009 (position, contents)
99fe880d 1010 Lisp_Object position, contents;
165e1749 1011{
cc45fb40 1012 FRAME_PTR f = NULL;
99fe880d 1013 Lisp_Object window;
165e1749
FP
1014
1015 check_x ();
1016
99fe880d 1017 /* Decode the first argument: find the window or frame to use. */
88d4f6ec 1018 if (EQ (position, Qt)
2b06561a
DL
1019 || (CONSP (position) && (EQ (XCAR (position), Qmenu_bar)
1020 || EQ (XCAR (position), Qtool_bar))))
165e1749 1021 {
b14db4d7 1022#if 0 /* Using the frame the mouse is on may not be right. */
99fe880d 1023 /* Use the mouse's current position. */
b404828f 1024 FRAME_PTR new_f = SELECTED_FRAME ();
99fe880d 1025 Lisp_Object bar_window;
cc45fb40 1026 enum scroll_bar_part part;
99fe880d
RS
1027 unsigned long time;
1028 Lisp_Object x, y;
165e1749 1029
46b657e2 1030 (*mouse_position_hook) (&new_f, 1, &bar_window, &part, &x, &y, &time);
5ca2ef64 1031
99fe880d 1032 if (new_f != 0)
a39f0477 1033 XSETFRAME (window, new_f);
99fe880d
RS
1034 else
1035 window = selected_window;
b14db4d7 1036#endif
88d4f6ec 1037 window = selected_window;
99fe880d
RS
1038 }
1039 else if (CONSP (position))
1040 {
1041 Lisp_Object tem;
1042 tem = Fcar (position);
b5bb2705 1043 if (CONSP (tem))
99fe880d 1044 window = Fcar (Fcdr (position));
80670155
RS
1045 else
1046 {
99fe880d
RS
1047 tem = Fcar (Fcdr (position)); /* EVENT_START (position) */
1048 window = Fcar (tem); /* POSN_WINDOW (tem) */
165e1749 1049 }
165e1749 1050 }
99fe880d
RS
1051 else if (WINDOWP (position) || FRAMEP (position))
1052 window = position;
a9be6839
RS
1053 else
1054 window = Qnil;
165e1749 1055
99fe880d 1056 /* Decode where to put the menu. */
165e1749 1057
b5bb2705 1058 if (FRAMEP (window))
99fe880d 1059 f = XFRAME (window);
b5bb2705 1060 else if (WINDOWP (window))
165e1749 1061 {
b7826503 1062 CHECK_LIVE_WINDOW (window);
99fe880d 1063 f = XFRAME (WINDOW_FRAME (XWINDOW (window)));
165e1749 1064 }
99fe880d
RS
1065 else
1066 /* ??? Not really clean; should be CHECK_WINDOW_OR_FRAME,
1067 but I don't want to make one now. */
b7826503 1068 CHECK_WINDOW (window);
165e1749 1069
488dd4c4 1070#if ! defined (USE_X_TOOLKIT) && ! defined (USE_GTK)
99fe880d
RS
1071 /* Display a menu with these alternatives
1072 in the middle of frame F. */
1073 {
1074 Lisp_Object x, y, frame, newpos;
a39f0477
KH
1075 XSETFRAME (frame, f);
1076 XSETINT (x, x_pixel_width (f) / 2);
1077 XSETINT (y, x_pixel_height (f) / 2);
99fe880d
RS
1078 newpos = Fcons (Fcons (x, Fcons (y, Qnil)), Fcons (frame, Qnil));
1079
1080 return Fx_popup_menu (newpos,
1081 Fcons (Fcar (contents), Fcons (contents, Qnil)));
1082 }
1083#else
1084 {
1085 Lisp_Object title;
1086 char *error_name;
1087 Lisp_Object selection;
86fad4ec 1088 int specpdl_count = SPECPDL_INDEX ();
165e1749 1089
99fe880d
RS
1090 /* Decode the dialog items from what was specified. */
1091 title = Fcar (contents);
b7826503 1092 CHECK_STRING (title);
86fad4ec 1093 record_unwind_protect (unuse_menu_items, Qnil);
165e1749 1094
160b1b50
JD
1095 if (NILP (Fcar (Fcdr (contents))))
1096 /* No buttons specified, add an "Ok" button so users can pop down
1097 the dialog. Also, the lesstif/motif version crashes if there are
1098 no buttons. */
1099 contents = Fcons (title, Fcons (Fcons (build_string ("Ok"), Qt), Qnil));
b9de078a 1100
99fe880d 1101 list_of_panes (Fcons (contents, Qnil));
165e1749 1102
99fe880d
RS
1103 /* Display them in a dialog box. */
1104 BLOCK_INPUT;
f8c2630d 1105 selection = xdialog_show (f, 0, title, &error_name);
99fe880d 1106 UNBLOCK_INPUT;
165e1749 1107
86fad4ec 1108 unbind_to (specpdl_count, Qnil);
99fe880d
RS
1109 discard_menu_items ();
1110
1111 if (error_name) error (error_name);
1112 return selection;
1113 }
7464b131 1114#endif
392d3f4b 1115}
c3438661
JD
1116
1117
1118#ifndef MSDOS
1119
b3935289
JD
1120/* Set menu_items_inuse so no other popup menu or dialog is created. */
1121
1122void
1123x_menu_set_in_use (in_use)
1124 int in_use;
1125{
1126 menu_items_inuse = in_use ? Qt : Qnil;
5ae53dcf 1127 popup_activated_flag = in_use;
b3935289
JD
1128}
1129
c3438661
JD
1130/* Wait for an X event to arrive or for a timer to expire. */
1131
b3935289 1132void
c3438661
JD
1133x_menu_wait_for_event (void *data)
1134{
1135 extern EMACS_TIME timer_check P_ ((int));
1136
1137 /* Another way to do this is to register a timer callback, that can be
1138 done in GTK and Xt. But we have to do it like this when using only X
1139 anyway, and with callbacks we would have three variants for timer handling
1140 instead of the small ifdefs below. */
1141
1142 while (
1143#ifdef USE_X_TOOLKIT
f1d1cd24 1144 ! XtAppPending (Xt_app_con)
c3438661
JD
1145#elif defined USE_GTK
1146 ! gtk_events_pending ()
1147#else
1148 ! XPending ((Display*) data)
1149#endif
1150 )
1151 {
1152 EMACS_TIME next_time = timer_check (1);
1153 long secs = EMACS_SECS (next_time);
1154 long usecs = EMACS_USECS (next_time);
1155 SELECT_TYPE read_fds;
1156 struct x_display_info *dpyinfo;
1157 int n = 0;
1158
1159 FD_ZERO (&read_fds);
1160 for (dpyinfo = x_display_list; dpyinfo; dpyinfo = dpyinfo->next)
1161 {
1162 int fd = ConnectionNumber (dpyinfo->display);
1163 FD_SET (fd, &read_fds);
1164 if (fd > n) n = fd;
1165 }
1166
1167 if (secs < 0 || (secs == 0 && usecs == 0))
1168 {
1169 /* Sometimes timer_check returns -1 (no timers) even if there are
1170 timers. So do a timeout anyway. */
1171 EMACS_SET_SECS (next_time, 1);
1172 EMACS_SET_USECS (next_time, 0);
1173 }
1174
1175 select (n + 1, &read_fds, (SELECT_TYPE *)0, (SELECT_TYPE *)0, &next_time);
1176 }
1177}
1178#endif /* ! MSDOS */
1179
78589e07 1180\f
488dd4c4 1181#if defined (USE_X_TOOLKIT) || defined (USE_GTK)
18686d47 1182
f1d1cd24
JD
1183#ifdef USE_X_TOOLKIT
1184
4dedbfe0 1185/* Loop in Xt until the menu pulldown or dialog popup has been
f56e7ad2 1186 popped down (deactivated). This is used for x-popup-menu
f02cac82
RS
1187 and x-popup-dialog; it is not used for the menu bar.
1188
66070bd1 1189 If DOWN_ON_KEYPRESS is nonzero, pop down if a key is pressed.
c98fcf4b 1190
2e2b8e22 1191 NOTE: All calls to popup_get_selection should be protected
c98fcf4b 1192 with BLOCK_INPUT, UNBLOCK_INPUT wrappers. */
aa669def 1193
f02cac82 1194static void
df470e3b 1195popup_get_selection (initial_event, dpyinfo, id, do_timers, down_on_keypress)
4dedbfe0 1196 XEvent *initial_event;
aa669def 1197 struct x_display_info *dpyinfo;
2e2b8e22 1198 LWLIB_ID id;
df470e3b 1199 int do_timers;
66070bd1 1200 int down_on_keypress;
78589e07 1201{
4dedbfe0 1202 XEvent event;
f02cac82 1203
8b806a85
JD
1204 while (popup_activated_flag)
1205 {
c0b0f54b 1206 if (initial_event)
8b806a85
JD
1207 {
1208 event = *initial_event;
1209 initial_event = 0;
1210 }
1211 else
c3438661
JD
1212 {
1213 if (do_timers) x_menu_wait_for_event (0);
1214 XtAppNextEvent (Xt_app_con, &event);
1215 }
78589e07 1216
10624005 1217 /* Make sure we don't consider buttons grabbed after menu goes.
8b806a85
JD
1218 And make sure to deactivate for any ButtonRelease,
1219 even if XtDispatchEvent doesn't do that. */
1220 if (event.type == ButtonRelease
1221 && dpyinfo->display == event.xbutton.display)
10624005
KH
1222 {
1223 dpyinfo->grabbed &= ~(1 << event.xbutton.button);
177c0ea7 1224#ifdef USE_MOTIF /* Pretending that the event came from a
8b806a85
JD
1225 Btn1Down seems the only way to convince Motif to
1226 activate its callbacks; setting the XmNmenuPost
1227 isn't working. --marcus@sysc.pdx.edu. */
1228 event.xbutton.button = 1;
1229 /* Motif only pops down menus when no Ctrl, Alt or Mod
1230 key is pressed and the button is released. So reset key state
1231 so Motif thinks this is the case. */
1232 event.xbutton.state = 0;
c8b5aa3d 1233#endif
10624005 1234 }
33385c6f 1235 /* Pop down on C-g and Escape. */
2e2b8e22 1236 else if (event.type == KeyPress
66070bd1 1237 && down_on_keypress
10624005 1238 && dpyinfo->display == event.xbutton.display)
8b806a85
JD
1239 {
1240 KeySym keysym = XLookupKeysym (&event.xkey, 0);
9f6fcdc5 1241
33385c6f
JD
1242 if ((keysym == XK_g && (event.xkey.state & ControlMask) != 0)
1243 || keysym == XK_Escape) /* Any escape, ignore modifiers. */
9f6fcdc5 1244 popup_activated_flag = 0;
8b806a85 1245 }
177c0ea7 1246
8b806a85 1247 x_dispatch_event (&event, event.xany.display);
aa669def 1248 }
78589e07
RS
1249}
1250
488dd4c4
JD
1251#endif /* USE_X_TOOLKIT */
1252
1253#ifdef USE_GTK
1254/* Loop util popup_activated_flag is set to zero in a callback.
1255 Used for popup menus and dialogs. */
f1d1cd24 1256
488dd4c4 1257static void
f1d1cd24 1258popup_widget_loop (do_timers, widget)
c3438661 1259 int do_timers;
f1d1cd24 1260 GtkWidget *widget;
488dd4c4
JD
1261{
1262 ++popup_activated_flag;
1263
1264 /* Process events in the Gtk event loop until done. */
1265 while (popup_activated_flag)
1266 {
c3438661 1267 if (do_timers) x_menu_wait_for_event (0);
488dd4c4
JD
1268 gtk_main_iteration ();
1269 }
1270}
1271#endif
1272
88766961
RS
1273/* Activate the menu bar of frame F.
1274 This is called from keyboard.c when it gets the
3b8f9651 1275 MENU_BAR_ACTIVATE_EVENT out of the Emacs event queue.
88766961
RS
1276
1277 To activate the menu bar, we use the X button-press event
ac78b144 1278 that was saved in saved_menu_event.
88766961
RS
1279 That makes the toolkit do its thing.
1280
1281 But first we recompute the menu bar contents (the whole tree).
1282
1283 The reason for saving the button event until here, instead of
1284 passing it to the toolkit right away, is that we can safely
1285 execute Lisp code. */
177c0ea7 1286
dfcf069d 1287void
88766961
RS
1288x_activate_menubar (f)
1289 FRAME_PTR f;
1290{
ac78b144 1291 if (!f->output_data.x->saved_menu_event->type)
88766961
RS
1292 return;
1293
177c0ea7 1294#ifdef USE_GTK
810f2256
JD
1295 if (! xg_win_to_widget (FRAME_X_DISPLAY (f),
1296 f->output_data.x->saved_menu_event->xany.window))
488dd4c4
JD
1297 return;
1298#endif
177c0ea7 1299
a9be6839 1300 set_frame_menubar (f, 0, 1);
88766961 1301 BLOCK_INPUT;
488dd4c4
JD
1302#ifdef USE_GTK
1303 XPutBackEvent (f->output_data.x->display_info->display,
1304 f->output_data.x->saved_menu_event);
1305 popup_activated_flag = 1;
1306#else
86fad4ec 1307 XtDispatchEvent (f->output_data.x->saved_menu_event);
488dd4c4 1308#endif
88766961 1309 UNBLOCK_INPUT;
a9be6839 1310#ifdef USE_MOTIF
745c34fb
RS
1311 if (f->output_data.x->saved_menu_event->type == ButtonRelease)
1312 pending_menu_activation = 1;
a9be6839 1313#endif
177c0ea7 1314
88766961 1315 /* Ignore this if we get it a second time. */
ac78b144 1316 f->output_data.x->saved_menu_event->type = 0;
88766961
RS
1317}
1318
c98fcf4b 1319/* Detect if a dialog or menu has been posted. */
aa669def 1320
4dedbfe0
PR
1321int
1322popup_activated ()
1323{
1324 return popup_activated_flag;
1325}
1326
4dedbfe0
PR
1327/* This callback is invoked when the user selects a menubar cascade
1328 pushbutton, but before the pulldown menu is posted. */
78589e07 1329
488dd4c4 1330#ifndef USE_GTK
78589e07 1331static void
4dedbfe0 1332popup_activate_callback (widget, id, client_data)
78589e07
RS
1333 Widget widget;
1334 LWLIB_ID id;
1335 XtPointer client_data;
1336{
4dedbfe0 1337 popup_activated_flag = 1;
7555d825 1338}
488dd4c4 1339#endif
7555d825
GM
1340
1341/* This callback is invoked when a dialog or menu is finished being
1342 used and has been unposted. */
1343
488dd4c4
JD
1344#ifdef USE_GTK
1345static void
1346popup_deactivate_callback (widget, client_data)
1347 GtkWidget *widget;
1348 gpointer client_data;
1349{
1350 popup_activated_flag = 0;
1351}
1352#else
7555d825
GM
1353static void
1354popup_deactivate_callback (widget, id, client_data)
1355 Widget widget;
1356 LWLIB_ID id;
1357 XtPointer client_data;
1358{
7555d825 1359 popup_activated_flag = 0;
78589e07 1360}
488dd4c4 1361#endif
78589e07 1362
850df50b 1363
488dd4c4
JD
1364/* Function that finds the frame for WIDGET and shows the HELP text
1365 for that widget.
1366 F is the frame if known, or NULL if not known. */
1367static void
1368show_help_event (f, widget, help)
1369 FRAME_PTR f;
1370 xt_or_gtk_widget widget;
1371 Lisp_Object help;
850df50b 1372{
488dd4c4 1373 Lisp_Object frame;
850df50b 1374
850df50b 1375 if (f)
9cd50434
GM
1376 {
1377 XSETFRAME (frame, f);
1378 kbd_buffer_store_help_event (frame, help);
1379 }
850df50b
GM
1380 else
1381 {
9fc63a89 1382#if 0 /* This code doesn't do anything useful. ++kfs */
177c0ea7 1383 /* WIDGET is the popup menu. It's parent is the frame's
850df50b 1384 widget. See which frame that is. */
488dd4c4 1385 xt_or_gtk_widget frame_widget = XtParent (widget);
850df50b
GM
1386 Lisp_Object tail;
1387
1388 for (tail = Vframe_list; GC_CONSP (tail); tail = XCDR (tail))
1389 {
1390 frame = XCAR (tail);
1391 if (GC_FRAMEP (frame)
1392 && (f = XFRAME (frame),
1393 FRAME_X_P (f) && f->output_data.x->widget == frame_widget))
1394 break;
1395 }
9fc63a89 1396#endif
9cd50434
GM
1397 show_help_echo (help, Qnil, Qnil, Qnil, 1);
1398 }
850df50b
GM
1399}
1400
488dd4c4
JD
1401/* Callback called when menu items are highlighted/unhighlighted
1402 while moving the mouse over them. WIDGET is the menu bar or menu
1403 popup widget. ID is its LWLIB_ID. CALL_DATA contains a pointer to
1404 the data structure for the menu item, or null in case of
1405 unhighlighting. */
4dedbfe0 1406
488dd4c4
JD
1407#ifdef USE_GTK
1408void
1409menu_highlight_callback (widget, call_data)
1410 GtkWidget *widget;
1411 gpointer call_data;
1412{
1413 xg_menu_item_cb_data *cb_data;
1414 Lisp_Object help;
177c0ea7 1415
488dd4c4
JD
1416 cb_data = (xg_menu_item_cb_data*) g_object_get_data (G_OBJECT (widget),
1417 XG_ITEM_DATA);
1418 if (! cb_data) return;
1419
1420 help = call_data ? cb_data->help : Qnil;
1421
1422 /* If popup_activated_flag is greater than 1 we are in a popup menu.
1423 Don't show help for them, they won't appear before the
1424 popup is popped down. */
1425 if (popup_activated_flag <= 1)
1426 show_help_event (cb_data->cl_data->f, widget, help);
1427}
1428#else
1429void
1430menu_highlight_callback (widget, id, call_data)
78589e07
RS
1431 Widget widget;
1432 LWLIB_ID id;
488dd4c4
JD
1433 void *call_data;
1434{
1435 struct frame *f;
1436 Lisp_Object help;
1437
1438 widget_value *wv = (widget_value *) call_data;
1439
1440 help = wv ? wv->help : Qnil;
177c0ea7 1441
488dd4c4
JD
1442 /* Determine the frame for the help event. */
1443 f = menubar_id_to_frame (id);
1444
1445 show_help_event (f, widget, help);
1446}
1447#endif
1448
1449/* Find the menu selection and store it in the keyboard buffer.
1450 F is the frame the menu is on.
1451 MENU_BAR_ITEMS_USED is the length of VECTOR.
1452 VECTOR is an array of menu events for the whole menu.
1453 */
1454void
1455find_and_call_menu_selection (f, menu_bar_items_used, vector, client_data)
1456 FRAME_PTR f;
1457 int menu_bar_items_used;
1458 Lisp_Object vector;
1459 void *client_data;
78589e07 1460{
c63f6952 1461 Lisp_Object prefix, entry;
4dedbfe0
PR
1462 Lisp_Object *subprefix_stack;
1463 int submenu_depth = 0;
1464 int i;
1465
6bbd7a29 1466 entry = Qnil;
488dd4c4 1467 subprefix_stack = (Lisp_Object *) alloca (menu_bar_items_used * sizeof (Lisp_Object));
4dedbfe0
PR
1468 prefix = Qnil;
1469 i = 0;
488dd4c4
JD
1470
1471 while (i < menu_bar_items_used)
4dedbfe0 1472 {
4dedbfe0
PR
1473 if (EQ (XVECTOR (vector)->contents[i], Qnil))
1474 {
1475 subprefix_stack[submenu_depth++] = prefix;
1476 prefix = entry;
1477 i++;
1478 }
1479 else if (EQ (XVECTOR (vector)->contents[i], Qlambda))
1480 {
1481 prefix = subprefix_stack[--submenu_depth];
1482 i++;
1483 }
1484 else if (EQ (XVECTOR (vector)->contents[i], Qt))
1485 {
4cb35c39 1486 prefix = XVECTOR (vector)->contents[i + MENU_ITEMS_PANE_PREFIX];
4dedbfe0
PR
1487 i += MENU_ITEMS_PANE_LENGTH;
1488 }
1489 else
1490 {
4cb35c39 1491 entry = XVECTOR (vector)->contents[i + MENU_ITEMS_ITEM_VALUE];
01d5e892
RS
1492 /* The EMACS_INT cast avoids a warning. There's no problem
1493 as long as pointers have enough bits to hold small integers. */
1494 if ((int) (EMACS_INT) client_data == i)
4dedbfe0
PR
1495 {
1496 int j;
1497 struct input_event buf;
4cb35c39 1498 Lisp_Object frame;
38f7dce3 1499 EVENT_INIT (buf);
4dedbfe0 1500
4cb35c39 1501 XSETFRAME (frame, f);
9979315d
GM
1502 buf.kind = MENU_BAR_EVENT;
1503 buf.frame_or_window = frame;
1504 buf.arg = frame;
4dedbfe0
PR
1505 kbd_buffer_store_event (&buf);
1506
1507 for (j = 0; j < submenu_depth; j++)
1508 if (!NILP (subprefix_stack[j]))
1509 {
9979315d
GM
1510 buf.kind = MENU_BAR_EVENT;
1511 buf.frame_or_window = frame;
1512 buf.arg = subprefix_stack[j];
4dedbfe0
PR
1513 kbd_buffer_store_event (&buf);
1514 }
1515
1516 if (!NILP (prefix))
1517 {
9979315d
GM
1518 buf.kind = MENU_BAR_EVENT;
1519 buf.frame_or_window = frame;
1520 buf.arg = prefix;
4dedbfe0
PR
1521 kbd_buffer_store_event (&buf);
1522 }
1523
9979315d
GM
1524 buf.kind = MENU_BAR_EVENT;
1525 buf.frame_or_window = frame;
1526 buf.arg = entry;
4dedbfe0
PR
1527 kbd_buffer_store_event (&buf);
1528
1529 return;
1530 }
1531 i += MENU_ITEMS_ITEM_LENGTH;
1532 }
1533 }
18686d47
RS
1534}
1535
488dd4c4
JD
1536
1537#ifdef USE_GTK
1538/* Gtk calls callbacks just because we tell it what item should be
1539 selected in a radio group. If this variable is set to a non-zero
1540 value, we are creating menus and don't want callbacks right now.
1541*/
1542static int xg_crazy_callback_abort;
1543
1544/* This callback is called from the menu bar pulldown menu
1545 when the user makes a selection.
1546 Figure out what the user chose
1547 and put the appropriate events into the keyboard buffer. */
1548static void
1549menubar_selection_callback (widget, client_data)
1550 GtkWidget *widget;
1551 gpointer client_data;
1552{
1553 xg_menu_item_cb_data *cb_data = (xg_menu_item_cb_data*) client_data;
1554
1555 if (xg_crazy_callback_abort)
1556 return;
1557
1558 if (! cb_data || ! cb_data->cl_data || ! cb_data->cl_data->f)
1559 return;
1560
1561 find_and_call_menu_selection (cb_data->cl_data->f,
1562 cb_data->cl_data->menu_bar_items_used,
1563 cb_data->cl_data->menu_bar_vector,
1564 cb_data->call_data);
1565}
1566
1567#else /* not USE_GTK */
1568
1569/* This callback is called from the menu bar pulldown menu
1570 when the user makes a selection.
1571 Figure out what the user chose
1572 and put the appropriate events into the keyboard buffer. */
1573static void
1574menubar_selection_callback (widget, id, client_data)
1575 Widget widget;
1576 LWLIB_ID id;
1577 XtPointer client_data;
1578{
1579 FRAME_PTR f;
1580
1581 f = menubar_id_to_frame (id);
1582 if (!f)
1583 return;
1584 find_and_call_menu_selection (f, f->menu_bar_items_used,
1585 f->menu_bar_vector, client_data);
1586}
1587#endif /* not USE_GTK */
1588
f9655c60
RS
1589/* Allocate a widget_value, blocking input. */
1590
1591widget_value *
1592xmalloc_widget_value ()
1593{
1594 widget_value *value;
1595
1596 BLOCK_INPUT;
1597 value = malloc_widget_value ();
1598 UNBLOCK_INPUT;
1599
1600 return value;
1601}
4dedbfe0
PR
1602
1603/* This recursively calls free_widget_value on the tree of widgets.
18686d47 1604 It must free all data that was malloc'ed for these widget_values.
78589e07
RS
1605 In Emacs, many slots are pointers into the data of Lisp_Strings, and
1606 must be left alone. */
1607
18686d47
RS
1608void
1609free_menubar_widget_value_tree (wv)
1610 widget_value *wv;
1611{
1612 if (! wv) return;
18686d47
RS
1613
1614 wv->name = wv->value = wv->key = (char *) 0xDEADBEEF;
1615
1616 if (wv->contents && (wv->contents != (widget_value*)1))
1617 {
1618 free_menubar_widget_value_tree (wv->contents);
1619 wv->contents = (widget_value *) 0xDEADBEEF;
1620 }
1621 if (wv->next)
1622 {
1623 free_menubar_widget_value_tree (wv->next);
1624 wv->next = (widget_value *) 0xDEADBEEF;
1625 }
1626 BLOCK_INPUT;
1627 free_widget_value (wv);
1628 UNBLOCK_INPUT;
1629}
4dedbfe0 1630\f
e6c87a0f 1631/* Set up data in menu_items for a menu bar item
4dedbfe0
PR
1632 whose event type is ITEM_KEY (with string ITEM_NAME)
1633 and whose contents come from the list of keymaps MAPS. */
1634
ced89c24
RS
1635static int
1636parse_single_submenu (item_key, item_name, maps)
4dedbfe0
PR
1637 Lisp_Object item_key, item_name, maps;
1638{
4dedbfe0
PR
1639 Lisp_Object length;
1640 int len;
1641 Lisp_Object *mapvec;
ced89c24 1642 int i;
71dca3e3 1643 int top_level_items = 0;
4dedbfe0
PR
1644
1645 length = Flength (maps);
1646 len = XINT (length);
1647
1648 /* Convert the list MAPS into a vector MAPVEC. */
1649 mapvec = (Lisp_Object *) alloca (len * sizeof (Lisp_Object));
1650 for (i = 0; i < len; i++)
1651 {
1652 mapvec[i] = Fcar (maps);
1653 maps = Fcdr (maps);
1654 }
1655
4dedbfe0
PR
1656 /* Loop over the given keymaps, making a pane for each map.
1657 But don't make a pane that is empty--ignore that map instead. */
1658 for (i = 0; i < len; i++)
71dca3e3 1659 {
e6c87a0f 1660 if (!KEYMAPP (mapvec[i]))
71dca3e3 1661 {
846e8c10
RS
1662 /* Here we have a command at top level in the menu bar
1663 as opposed to a submenu. */
71dca3e3
RS
1664 top_level_items = 1;
1665 push_menu_pane (Qnil, Qnil);
850df50b
GM
1666 push_menu_item (item_name, Qt, item_key, mapvec[i],
1667 Qnil, Qnil, Qnil, Qnil);
71dca3e3
RS
1668 }
1669 else
37dc84ff
RS
1670 {
1671 Lisp_Object prompt;
1672 prompt = Fkeymap_prompt (mapvec[i]);
1673 single_keymap_panes (mapvec[i],
1674 !NILP (prompt) ? prompt : item_name,
1675 item_key, 0, 10);
1676 }
71dca3e3 1677 }
4dedbfe0 1678
ced89c24
RS
1679 return top_level_items;
1680}
1681
1682/* Create a tree of widget_value objects
1683 representing the panes and items
1684 in menu_items starting at index START, up to index END. */
1685
1686static widget_value *
1687digest_single_submenu (start, end, top_level_items)
7448803e 1688 int start, end, top_level_items;
ced89c24
RS
1689{
1690 widget_value *wv, *prev_wv, *save_wv, *first_wv;
1691 int i;
1692 int submenu_depth = 0;
1693 widget_value **submenu_stack;
4dedbfe0
PR
1694
1695 submenu_stack
1696 = (widget_value **) alloca (menu_items_used * sizeof (widget_value *));
f7fab165 1697 wv = xmalloc_widget_value ();
4dedbfe0
PR
1698 wv->name = "menu";
1699 wv->value = 0;
1700 wv->enabled = 1;
3427a3db 1701 wv->button_type = BUTTON_TYPE_NONE;
0b1e6b54 1702 wv->help = Qnil;
4dedbfe0
PR
1703 first_wv = wv;
1704 save_wv = 0;
71dca3e3 1705 prev_wv = 0;
177c0ea7 1706
37dc84ff
RS
1707 /* Loop over all panes and items made by the preceding call
1708 to parse_single_submenu and construct a tree of widget_value objects.
1709 Ignore the panes and items used by previous calls to
1710 digest_single_submenu, even though those are also in menu_items. */
ced89c24
RS
1711 i = start;
1712 while (i < end)
4dedbfe0
PR
1713 {
1714 if (EQ (XVECTOR (menu_items)->contents[i], Qnil))
1715 {
1716 submenu_stack[submenu_depth++] = save_wv;
1717 save_wv = prev_wv;
1718 prev_wv = 0;
1719 i++;
1720 }
1721 else if (EQ (XVECTOR (menu_items)->contents[i], Qlambda))
1722 {
1723 prev_wv = save_wv;
1724 save_wv = submenu_stack[--submenu_depth];
1725 i++;
1726 }
1727 else if (EQ (XVECTOR (menu_items)->contents[i], Qt)
1728 && submenu_depth != 0)
1729 i += MENU_ITEMS_PANE_LENGTH;
1730 /* Ignore a nil in the item list.
1731 It's meaningful only for dialog boxes. */
1732 else if (EQ (XVECTOR (menu_items)->contents[i], Qquote))
1733 i += 1;
1734 else if (EQ (XVECTOR (menu_items)->contents[i], Qt))
1735 {
1736 /* Create a new pane. */
1737 Lisp_Object pane_name, prefix;
1738 char *pane_string;
177c0ea7 1739
4dedbfe0
PR
1740 pane_name = XVECTOR (menu_items)->contents[i + MENU_ITEMS_PANE_NAME];
1741 prefix = XVECTOR (menu_items)->contents[i + MENU_ITEMS_PANE_PREFIX];
177c0ea7 1742
703dc2a8
KH
1743#ifndef HAVE_MULTILINGUAL_MENU
1744 if (STRINGP (pane_name) && STRING_MULTIBYTE (pane_name))
4c329aa8 1745 {
cc45fb40 1746 pane_name = ENCODE_SYSTEM (pane_name);
4c329aa8
GM
1747 AREF (menu_items, i + MENU_ITEMS_PANE_NAME) = pane_name;
1748 }
703dc2a8 1749#endif
4dedbfe0 1750 pane_string = (NILP (pane_name)
d5db4077 1751 ? "" : (char *) SDATA (pane_name));
4dedbfe0
PR
1752 /* If there is just one top-level pane, put all its items directly
1753 under the top-level menu. */
1754 if (menu_items_n_panes == 1)
1755 pane_string = "";
1756
1757 /* If the pane has a meaningful name,
1758 make the pane a top-level menu item
1759 with its items as a submenu beneath it. */
1760 if (strcmp (pane_string, ""))
1761 {
f7fab165 1762 wv = xmalloc_widget_value ();
4dedbfe0
PR
1763 if (save_wv)
1764 save_wv->next = wv;
1765 else
1766 first_wv->contents = wv;
2bf436c3
JD
1767 wv->lname = pane_name;
1768 /* Set value to 1 so update_submenu_strings can handle '@' */
1769 wv->value = (char *)1;
4dedbfe0 1770 wv->enabled = 1;
3427a3db 1771 wv->button_type = BUTTON_TYPE_NONE;
0b1e6b54 1772 wv->help = Qnil;
4dedbfe0
PR
1773 }
1774 save_wv = wv;
1775 prev_wv = 0;
1776 i += MENU_ITEMS_PANE_LENGTH;
1777 }
1778 else
1779 {
1780 /* Create a new item within current pane. */
3427a3db 1781 Lisp_Object item_name, enable, descrip, def, type, selected;
850df50b 1782 Lisp_Object help;
177c0ea7 1783
4c329aa8
GM
1784 item_name = AREF (menu_items, i + MENU_ITEMS_ITEM_NAME);
1785 enable = AREF (menu_items, i + MENU_ITEMS_ITEM_ENABLE);
1786 descrip = AREF (menu_items, i + MENU_ITEMS_ITEM_EQUIV_KEY);
1787 def = AREF (menu_items, i + MENU_ITEMS_ITEM_DEFINITION);
1788 type = AREF (menu_items, i + MENU_ITEMS_ITEM_TYPE);
1789 selected = AREF (menu_items, i + MENU_ITEMS_ITEM_SELECTED);
1790 help = AREF (menu_items, i + MENU_ITEMS_ITEM_HELP);
3427a3db 1791
703dc2a8 1792#ifndef HAVE_MULTILINGUAL_MENU
3427a3db 1793 if (STRING_MULTIBYTE (item_name))
4c329aa8 1794 {
646f98ec 1795 item_name = ENCODE_MENU_STRING (item_name);
4c329aa8
GM
1796 AREF (menu_items, i + MENU_ITEMS_ITEM_NAME) = item_name;
1797 }
177c0ea7 1798
3427a3db 1799 if (STRINGP (descrip) && STRING_MULTIBYTE (descrip))
4c329aa8 1800 {
646f98ec 1801 descrip = ENCODE_MENU_STRING (descrip);
4c329aa8
GM
1802 AREF (menu_items, i + MENU_ITEMS_ITEM_EQUIV_KEY) = descrip;
1803 }
1804#endif /* not HAVE_MULTILINGUAL_MENU */
3427a3db 1805
f7fab165 1806 wv = xmalloc_widget_value ();
177c0ea7 1807 if (prev_wv)
4dedbfe0 1808 prev_wv->next = wv;
71dca3e3 1809 else
4dedbfe0 1810 save_wv->contents = wv;
71dca3e3 1811
2bf436c3 1812 wv->lname = item_name;
4dedbfe0 1813 if (!NILP (descrip))
2bf436c3 1814 wv->lkey = descrip;
4dedbfe0 1815 wv->value = 0;
01d5e892
RS
1816 /* The EMACS_INT cast avoids a warning. There's no problem
1817 as long as pointers have enough bits to hold small integers. */
1818 wv->call_data = (!NILP (def) ? (void *) (EMACS_INT) i : 0);
4dedbfe0 1819 wv->enabled = !NILP (enable);
177c0ea7 1820
3427a3db
GM
1821 if (NILP (type))
1822 wv->button_type = BUTTON_TYPE_NONE;
1823 else if (EQ (type, QCradio))
1824 wv->button_type = BUTTON_TYPE_RADIO;
1825 else if (EQ (type, QCtoggle))
1826 wv->button_type = BUTTON_TYPE_TOGGLE;
1827 else
1828 abort ();
1829
1830 wv->selected = !NILP (selected);
0b1f4572
RS
1831 if (! STRINGP (help))
1832 help = Qnil;
1833
1834 wv->help = help;
cc45fb40 1835
4dedbfe0
PR
1836 prev_wv = wv;
1837
1838 i += MENU_ITEMS_ITEM_LENGTH;
1839 }
1840 }
1841
71dca3e3
RS
1842 /* If we have just one "menu item"
1843 that was originally a button, return it by itself. */
1844 if (top_level_items && first_wv->contents && first_wv->contents->next == 0)
1845 {
1846 wv = first_wv->contents;
1847 free_widget_value (first_wv);
1848 return wv;
1849 }
1850
4dedbfe0
PR
1851 return first_wv;
1852}
2bf436c3 1853
5560d460 1854/* Walk through the widget_value tree starting at FIRST_WV and update
2bf436c3
JD
1855 the char * pointers from the corresponding lisp values.
1856 We do this after building the whole tree, since GC may happen while the
1857 tree is constructed, and small strings are relocated. So we must wait
1858 until no GC can happen before storing pointers into lisp values. */
1859static void
1860update_submenu_strings (first_wv)
1861 widget_value *first_wv;
1862{
1863 widget_value *wv;
1864
1865 for (wv = first_wv; wv; wv = wv->next)
1866 {
1806714a 1867 if (STRINGP (wv->lname))
2bf436c3
JD
1868 {
1869 wv->name = SDATA (wv->lname);
1870
1871 /* Ignore the @ that means "separate pane".
1872 This is a kludge, but this isn't worth more time. */
1873 if (wv->value == (char *)1)
1874 {
1875 if (wv->name[0] == '@')
1876 wv->name++;
1877 wv->value = 0;
1878 }
1879 }
1880
1806714a 1881 if (STRINGP (wv->lkey))
2bf436c3
JD
1882 wv->key = SDATA (wv->lkey);
1883
1884 if (wv->contents)
1885 update_submenu_strings (wv->contents);
1886 }
1887}
1888
f61a541b
GM
1889\f
1890/* Recompute all the widgets of frame F, when the menu bar has been
1891 changed. Value is non-zero if widgets were updated. */
1892
1893static int
6af6cbb5 1894update_frame_menubar (f)
18686d47
RS
1895 FRAME_PTR f;
1896{
488dd4c4
JD
1897#ifdef USE_GTK
1898 return xg_update_frame_menubar (f);
1899#else
7556890b 1900 struct x_output *x = f->output_data.x;
cffa74ea 1901 int columns, rows;
177c0ea7 1902
f61a541b
GM
1903 if (!x->menubar_widget || XtIsManaged (x->menubar_widget))
1904 return 0;
18686d47
RS
1905
1906 BLOCK_INPUT;
f61a541b
GM
1907 /* Save the size of the frame because the pane widget doesn't accept
1908 to resize itself. So force it. */
9882535b
KS
1909 columns = FRAME_COLS (f);
1910 rows = FRAME_LINES (f);
cffa74ea 1911
f61a541b
GM
1912 /* Do the voodoo which means "I'm changing lots of things, don't try
1913 to refigure sizes until I'm done." */
4dedbfe0 1914 lw_refigure_widget (x->column_widget, False);
cffa74ea 1915
f61a541b
GM
1916 /* The order in which children are managed is the top to bottom
1917 order in which they are displayed in the paned window. First,
1918 remove the text-area widget. */
18686d47
RS
1919 XtUnmanageChild (x->edit_widget);
1920
f61a541b
GM
1921 /* Remove the menubar that is there now, and put up the menubar that
1922 should be there. */
1923 XtManageChild (x->menubar_widget);
1924 XtMapWidget (x->menubar_widget);
1925 XtVaSetValues (x->menubar_widget, XtNmappedWhenManaged, 1, NULL);
18686d47 1926
c98fcf4b 1927 /* Re-manage the text-area widget, and then thrash the sizes. */
18686d47 1928 XtManageChild (x->edit_widget);
4dedbfe0 1929 lw_refigure_widget (x->column_widget, True);
cffa74ea
FP
1930
1931 /* Force the pane widget to resize itself with the right values. */
1932 EmacsFrameSetCharSize (x->edit_widget, columns, rows);
18686d47 1933 UNBLOCK_INPUT;
488dd4c4 1934#endif
f61a541b 1935 return 1;
18686d47
RS
1936}
1937
4bcdbab1
KH
1938/* Set the contents of the menubar widgets of frame F.
1939 The argument FIRST_TIME is currently ignored;
1940 it is set the first time this is called, from initialize_frame_menubar. */
1941
18686d47 1942void
88766961 1943set_frame_menubar (f, first_time, deep_p)
18686d47 1944 FRAME_PTR f;
706aa2f2 1945 int first_time;
88766961 1946 int deep_p;
18686d47 1947{
488dd4c4
JD
1948 xt_or_gtk_widget menubar_widget = f->output_data.x->menubar_widget;
1949#ifdef USE_X_TOOLKIT
1950 LWLIB_ID id;
1951#endif
faa935b6 1952 Lisp_Object items;
4d19cb8e 1953 widget_value *wv, *first_wv, *prev_wv = 0;
1806714a 1954 int i, last_i = 0;
ced89c24 1955 int *submenu_start, *submenu_end;
37dc84ff 1956 int *submenu_top_level_items, *submenu_n_panes;
cc45fb40 1957
18686d47 1958
bfc524bc
RS
1959 XSETFRAME (Vmenu_updating_frame, f);
1960
488dd4c4 1961#ifdef USE_X_TOOLKIT
7556890b
RS
1962 if (f->output_data.x->id == 0)
1963 f->output_data.x->id = next_menubar_widget_id++;
1964 id = f->output_data.x->id;
488dd4c4 1965#endif
177c0ea7 1966
88766961
RS
1967 if (! menubar_widget)
1968 deep_p = 1;
745c34fb 1969 else if (pending_menu_activation && !deep_p)
a9be6839
RS
1970 deep_p = 1;
1971 /* Make the first call for any given frame always go deep. */
1972 else if (!f->output_data.x->saved_menu_event && !deep_p)
745c34fb
RS
1973 {
1974 deep_p = 1;
a9be6839
RS
1975 f->output_data.x->saved_menu_event = (XEvent*)xmalloc (sizeof (XEvent));
1976 f->output_data.x->saved_menu_event->type = 0;
745c34fb 1977 }
18686d47 1978
da18b5ac
JD
1979#ifdef USE_GTK
1980 /* If we have detached menus, we must update deep so detached menus
1981 also gets updated. */
1982 deep_p = deep_p || xg_have_tear_offs ();
1983#endif
1984
88766961 1985 if (deep_p)
18686d47 1986 {
88766961
RS
1987 /* Make a widget-value tree representing the entire menu trees. */
1988
1989 struct buffer *prev = current_buffer;
1990 Lisp_Object buffer;
aed13378 1991 int specpdl_count = SPECPDL_INDEX ();
88766961
RS
1992 int previous_menu_items_used = f->menu_bar_items_used;
1993 Lisp_Object *previous_items
1994 = (Lisp_Object *) alloca (previous_menu_items_used
1995 * sizeof (Lisp_Object));
1996
0b1cf399
RS
1997 /* If we are making a new widget, its contents are empty,
1998 do always reinitialize them. */
1999 if (! menubar_widget)
2000 previous_menu_items_used = 0;
2001
88766961
RS
2002 buffer = XWINDOW (FRAME_SELECTED_WINDOW (f))->buffer;
2003 specbind (Qinhibit_quit, Qt);
2004 /* Don't let the debugger step into this code
2005 because it is not reentrant. */
2006 specbind (Qdebug_on_next_call, Qnil);
2007
58226364 2008 record_unwind_protect (Fset_match_data, Fmatch_data (Qnil, Qnil));
86fad4ec 2009 record_unwind_protect (unuse_menu_items, Qnil);
88766961
RS
2010 if (NILP (Voverriding_local_map_menu_flag))
2011 {
2012 specbind (Qoverriding_terminal_local_map, Qnil);
2013 specbind (Qoverriding_local_map, Qnil);
2014 }
18686d47 2015
88766961 2016 set_buffer_internal_1 (XBUFFER (buffer));
18686d47 2017
88766961 2018 /* Run the Lucid hook. */
950eaee7 2019 safe_run_hooks (Qactivate_menubar_hook);
177c0ea7 2020
88766961
RS
2021 /* If it has changed current-menubar from previous value,
2022 really recompute the menubar from the value. */
2023 if (! NILP (Vlucid_menu_bar_dirty_flag))
2024 call0 (Qrecompute_lucid_menubar);
a57634d4 2025 safe_run_hooks (Qmenu_bar_update_hook);
88766961 2026 FRAME_MENU_BAR_ITEMS (f) = menu_bar_items (FRAME_MENU_BAR_ITEMS (f));
18686d47 2027
88766961 2028 items = FRAME_MENU_BAR_ITEMS (f);
8d8a3494 2029
88766961 2030 /* Save the frame's previous menu bar contents data. */
86c04183
GM
2031 if (previous_menu_items_used)
2032 bcopy (XVECTOR (f->menu_bar_vector)->contents, previous_items,
2033 previous_menu_items_used * sizeof (Lisp_Object));
8d8a3494 2034
ced89c24
RS
2035 /* Fill in menu_items with the current menu bar contents.
2036 This can evaluate Lisp code. */
88766961 2037 menu_items = f->menu_bar_vector;
86c04183 2038 menu_items_allocated = VECTORP (menu_items) ? ASIZE (menu_items) : 0;
ced89c24
RS
2039 submenu_start = (int *) alloca (XVECTOR (items)->size * sizeof (int *));
2040 submenu_end = (int *) alloca (XVECTOR (items)->size * sizeof (int *));
37dc84ff 2041 submenu_n_panes = (int *) alloca (XVECTOR (items)->size * sizeof (int));
ced89c24
RS
2042 submenu_top_level_items
2043 = (int *) alloca (XVECTOR (items)->size * sizeof (int *));
88766961 2044 init_menu_items ();
f04366cb 2045 for (i = 0; i < XVECTOR (items)->size; i += 4)
88766961
RS
2046 {
2047 Lisp_Object key, string, maps;
2048
ced89c24
RS
2049 last_i = i;
2050
88766961
RS
2051 key = XVECTOR (items)->contents[i];
2052 string = XVECTOR (items)->contents[i + 1];
2053 maps = XVECTOR (items)->contents[i + 2];
2054 if (NILP (string))
2055 break;
2056
ced89c24
RS
2057 submenu_start[i] = menu_items_used;
2058
2059 menu_items_n_panes = 0;
2060 submenu_top_level_items[i]
2061 = parse_single_submenu (key, string, maps);
37dc84ff 2062 submenu_n_panes[i] = menu_items_n_panes;
ced89c24
RS
2063
2064 submenu_end[i] = menu_items_used;
2065 }
2066
2067 finish_menu_items ();
2068
2069 /* Convert menu_items into widget_value trees
2070 to display the menu. This cannot evaluate Lisp code. */
2071
2072 wv = xmalloc_widget_value ();
2073 wv->name = "menubar";
2074 wv->value = 0;
2075 wv->enabled = 1;
2076 wv->button_type = BUTTON_TYPE_NONE;
2077 wv->help = Qnil;
2078 first_wv = wv;
2079
2080 for (i = 0; i < last_i; i += 4)
2081 {
37dc84ff 2082 menu_items_n_panes = submenu_n_panes[i];
ced89c24
RS
2083 wv = digest_single_submenu (submenu_start[i], submenu_end[i],
2084 submenu_top_level_items[i]);
177c0ea7 2085 if (prev_wv)
88766961
RS
2086 prev_wv->next = wv;
2087 else
2088 first_wv->contents = wv;
2089 /* Don't set wv->name here; GC during the loop might relocate it. */
2090 wv->enabled = 1;
3427a3db 2091 wv->button_type = BUTTON_TYPE_NONE;
88766961
RS
2092 prev_wv = wv;
2093 }
2094
88766961 2095 set_buffer_internal_1 (prev);
8d8a3494 2096 unbind_to (specpdl_count, Qnil);
8d8a3494 2097
88766961
RS
2098 /* If there has been no change in the Lisp-level contents
2099 of the menu bar, skip redisplaying it. Just exit. */
2100
2101 for (i = 0; i < previous_menu_items_used; i++)
2102 if (menu_items_used == i
99d3fac7 2103 || (!EQ (previous_items[i], XVECTOR (menu_items)->contents[i])))
88766961 2104 break;
62555c22 2105 if (i == menu_items_used && i == previous_menu_items_used && i != 0)
88766961
RS
2106 {
2107 free_menubar_widget_value_tree (first_wv);
86fad4ec 2108 discard_menu_items ();
88766961
RS
2109
2110 return;
2111 }
2112
2113 /* Now GC cannot happen during the lifetime of the widget_value,
2114 so it's safe to store data from a Lisp_String. */
2115 wv = first_wv->contents;
f04366cb 2116 for (i = 0; i < XVECTOR (items)->size; i += 4)
88766961
RS
2117 {
2118 Lisp_Object string;
2119 string = XVECTOR (items)->contents[i + 1];
2120 if (NILP (string))
2bf436c3 2121 break;
ec867797 2122 wv->name = (char *) SDATA (string);
2bf436c3
JD
2123 update_submenu_strings (wv->contents);
2124 wv = wv->next;
88766961
RS
2125 }
2126
2127 f->menu_bar_vector = menu_items;
2128 f->menu_bar_items_used = menu_items_used;
86fad4ec 2129 discard_menu_items ();
4d19cb8e 2130 }
88766961
RS
2131 else
2132 {
2133 /* Make a widget-value tree containing
2134 just the top level menu bar strings. */
4d19cb8e 2135
ced89c24
RS
2136 wv = xmalloc_widget_value ();
2137 wv->name = "menubar";
2138 wv->value = 0;
2139 wv->enabled = 1;
2140 wv->button_type = BUTTON_TYPE_NONE;
2141 wv->help = Qnil;
2142 first_wv = wv;
2143
88766961 2144 items = FRAME_MENU_BAR_ITEMS (f);
f04366cb 2145 for (i = 0; i < XVECTOR (items)->size; i += 4)
88766961
RS
2146 {
2147 Lisp_Object string;
2148
2149 string = XVECTOR (items)->contents[i + 1];
2150 if (NILP (string))
2151 break;
2152
f7fab165 2153 wv = xmalloc_widget_value ();
ec867797 2154 wv->name = (char *) SDATA (string);
88766961
RS
2155 wv->value = 0;
2156 wv->enabled = 1;
3427a3db 2157 wv->button_type = BUTTON_TYPE_NONE;
27ad7b52 2158 wv->help = Qnil;
fe8fa62f
RS
2159 /* This prevents lwlib from assuming this
2160 menu item is really supposed to be empty. */
2161 /* The EMACS_INT cast avoids a warning.
2162 This value just has to be different from small integers. */
2163 wv->call_data = (void *) (EMACS_INT) (-1);
88766961 2164
177c0ea7 2165 if (prev_wv)
88766961
RS
2166 prev_wv->next = wv;
2167 else
2168 first_wv->contents = wv;
2169 prev_wv = wv;
2170 }
62555c22
RS
2171
2172 /* Forget what we thought we knew about what is in the
2173 detailed contents of the menu bar menus.
2174 Changing the top level always destroys the contents. */
2175 f->menu_bar_items_used = 0;
88766961 2176 }
4dedbfe0 2177
88766961 2178 /* Create or update the menu bar widget. */
aa669def
RS
2179
2180 BLOCK_INPUT;
2181
488dd4c4
JD
2182#ifdef USE_GTK
2183 xg_crazy_callback_abort = 1;
2184 if (menubar_widget)
2185 {
da18b5ac 2186 /* The fourth arg is DEEP_P, which says to consider the entire
488dd4c4
JD
2187 menu trees we supply, rather than just the menu bar item names. */
2188 xg_modify_menubar_widgets (menubar_widget,
2189 f,
2190 first_wv,
2191 deep_p,
2192 G_CALLBACK (menubar_selection_callback),
2193 G_CALLBACK (popup_deactivate_callback),
2194 G_CALLBACK (menu_highlight_callback));
2195 }
2196 else
2197 {
2198 GtkWidget *wvbox = f->output_data.x->vbox_widget;
177c0ea7 2199
488dd4c4 2200 menubar_widget
177c0ea7 2201 = xg_create_widget ("menubar", "menubar", f, first_wv,
488dd4c4
JD
2202 G_CALLBACK (menubar_selection_callback),
2203 G_CALLBACK (popup_deactivate_callback),
2204 G_CALLBACK (menu_highlight_callback));
2205
2206 f->output_data.x->menubar_widget = menubar_widget;
2207 }
2208
177c0ea7 2209
488dd4c4 2210#else /* not USE_GTK */
18686d47 2211 if (menubar_widget)
4dedbfe0
PR
2212 {
2213 /* Disable resizing (done for Motif!) */
7556890b 2214 lw_allow_resizing (f->output_data.x->widget, False);
4dedbfe0
PR
2215
2216 /* The third arg is DEEP_P, which says to consider the entire
2217 menu trees we supply, rather than just the menu bar item names. */
88766961 2218 lw_modify_all_widgets (id, first_wv, deep_p);
4dedbfe0 2219
c98fcf4b 2220 /* Re-enable the edit widget to resize. */
7556890b 2221 lw_allow_resizing (f->output_data.x->widget, True);
4dedbfe0 2222 }
18686d47
RS
2223 else
2224 {
9f6fcdc5
JD
2225 char menuOverride[] = "Ctrl<KeyPress>g: MenuGadgetEscape()";
2226 XtTranslations override = XtParseTranslationTable (menuOverride);
2227
177c0ea7 2228 menubar_widget = lw_create_widget ("menubar", "menubar", id, first_wv,
7556890b 2229 f->output_data.x->column_widget,
4dedbfe0
PR
2230 0,
2231 popup_activate_callback,
2232 menubar_selection_callback,
850df50b
GM
2233 popup_deactivate_callback,
2234 menu_highlight_callback);
7556890b 2235 f->output_data.x->menubar_widget = menubar_widget;
9f6fcdc5
JD
2236
2237 /* Make menu pop down on C-g. */
2238 XtOverrideTranslations (menubar_widget, override);
18686d47 2239 }
1d1c1567
KH
2240
2241 {
177c0ea7 2242 int menubar_size
7556890b
RS
2243 = (f->output_data.x->menubar_widget
2244 ? (f->output_data.x->menubar_widget->core.height
2245 + f->output_data.x->menubar_widget->core.border_width)
1d1c1567
KH
2246 : 0);
2247
f42aa681
RS
2248#if 0 /* Experimentally, we now get the right results
2249 for -geometry -0-0 without this. 24 Aug 96, rms. */
5ee80bd3 2250#ifdef USE_LUCID
1d1c1567
KH
2251 if (FRAME_EXTERNAL_MENU_BAR (f))
2252 {
2253 Dimension ibw = 0;
7556890b 2254 XtVaGetValues (f->output_data.x->column_widget,
1d1c1567
KH
2255 XtNinternalBorderWidth, &ibw, NULL);
2256 menubar_size += ibw;
2257 }
5ee80bd3 2258#endif /* USE_LUCID */
f42aa681 2259#endif /* 0 */
1d1c1567 2260
7556890b 2261 f->output_data.x->menubar_height = menubar_size;
1d1c1567 2262 }
488dd4c4 2263#endif /* not USE_GTK */
177c0ea7 2264
18686d47 2265 free_menubar_widget_value_tree (first_wv);
364cd450 2266 update_frame_menubar (f);
18686d47 2267
488dd4c4
JD
2268#ifdef USE_GTK
2269 xg_crazy_callback_abort = 0;
2270#endif
2271
18686d47
RS
2272 UNBLOCK_INPUT;
2273}
85f487d1 2274
8e6208c5 2275/* Called from Fx_create_frame to create the initial menubar of a frame
4dedbfe0
PR
2276 before it is mapped, so that the window is mapped with the menubar already
2277 there instead of us tacking it on later and thrashing the window after it
2278 is visible. */
2279
2280void
2281initialize_frame_menubar (f)
2282 FRAME_PTR f;
2283{
2284 /* This function is called before the first chance to redisplay
2285 the frame. It has to be, so the frame will have the right size. */
2286 FRAME_MENU_BAR_ITEMS (f) = menu_bar_items (FRAME_MENU_BAR_ITEMS (f));
88766961 2287 set_frame_menubar (f, 1, 1);
4dedbfe0
PR
2288}
2289
aba25348 2290
4dedbfe0 2291/* Get rid of the menu bar of frame F, and free its storage.
488dd4c4
JD
2292 This is used when deleting a frame, and when turning off the menu bar.
2293 For GTK this function is in gtkutil.c. */
4dedbfe0 2294
488dd4c4 2295#ifndef USE_GTK
85f487d1
FP
2296void
2297free_frame_menubar (f)
2298 FRAME_PTR f;
2299{
2300 Widget menubar_widget;
85f487d1 2301
7556890b 2302 menubar_widget = f->output_data.x->menubar_widget;
a45bad2a
RS
2303
2304 f->output_data.x->menubar_height = 0;
177c0ea7 2305
85f487d1
FP
2306 if (menubar_widget)
2307 {
aba25348
GM
2308#ifdef USE_MOTIF
2309 /* Removing the menu bar magically changes the shell widget's x
2310 and y position of (0, 0) which, when the menu bar is turned
2311 on again, leads to pull-down menuss appearing in strange
2312 positions near the upper-left corner of the display. This
2313 happens only with some window managers like twm and ctwm,
2314 but not with other like Motif's mwm or kwm, because the
2315 latter generate ConfigureNotify events when the menu bar
2316 is switched off, which fixes the shell position. */
2317 Position x0, y0, x1, y1;
2318#endif
177c0ea7 2319
85f487d1 2320 BLOCK_INPUT;
aba25348
GM
2321
2322#ifdef USE_MOTIF
ae556422
GM
2323 if (f->output_data.x->widget)
2324 XtVaGetValues (f->output_data.x->widget, XtNx, &x0, XtNy, &y0, NULL);
aba25348 2325#endif
177c0ea7 2326
7556890b 2327 lw_destroy_all_widgets ((LWLIB_ID) f->output_data.x->id);
0c05dcd3 2328 f->output_data.x->menubar_widget = NULL;
aba25348
GM
2329
2330#ifdef USE_MOTIF
ae556422
GM
2331 if (f->output_data.x->widget)
2332 {
2333 XtVaGetValues (f->output_data.x->widget, XtNx, &x1, XtNy, &y1, NULL);
2334 if (x1 == 0 && y1 == 0)
2335 XtVaSetValues (f->output_data.x->widget, XtNx, x0, XtNy, y0, NULL);
2336 }
aba25348 2337#endif
177c0ea7 2338
85f487d1
FP
2339 UNBLOCK_INPUT;
2340 }
2341}
488dd4c4 2342#endif /* not USE_GTK */
78589e07 2343
488dd4c4 2344#endif /* USE_X_TOOLKIT || USE_GTK */
78589e07
RS
2345\f
2346/* xmenu_show actually displays a menu using the panes and items in menu_items
2347 and returns the value selected from it.
2348 There are two versions of xmenu_show, one for Xt and one for Xlib.
2349 Both assume input is blocked by the caller. */
2350
2351/* F is the frame the menu is for.
2352 X and Y are the frame-relative specified position,
2353 relative to the inside upper left corner of the frame F.
c8b5aa3d 2354 FOR_CLICK is nonzero if this menu was invoked for a mouse click.
78589e07
RS
2355 KEYMAPS is 1 if this menu was specified with keymaps;
2356 in that case, we return a list containing the chosen item's value
2357 and perhaps also the pane's prefix.
2358 TITLE is the specified menu title.
2359 ERROR is a place to store an error message string in case of failure.
2360 (We return nil on failure, but the value doesn't actually matter.) */
18686d47 2361
488dd4c4
JD
2362#if defined (USE_X_TOOLKIT) || defined (USE_GTK)
2363
2364/* The item selected in the popup menu. */
2365static Lisp_Object *volatile menu_item_selection;
2366
2367#ifdef USE_GTK
2368
2369/* Used when position a popup menu. See menu_position_func and
2370 create_and_show_popup_menu below. */
2371struct next_popup_x_y
2372{
7b76ca1c 2373 FRAME_PTR f;
488dd4c4
JD
2374 int x;
2375 int y;
2376};
2377
2378/* The menu position function to use if we are not putting a popup
2379 menu where the pointer is.
2380 MENU is the menu to pop up.
2381 X and Y shall on exit contain x/y where the menu shall pop up.
2382 PUSH_IN is not documented in the GTK manual.
2383 USER_DATA is any data passed in when calling gtk_menu_popup.
2384 Here it points to a struct next_popup_x_y where the coordinates
7b76ca1c 2385 to store in *X and *Y are as well as the frame for the popup.
488dd4c4
JD
2386
2387 Here only X and Y are used. */
2388static void
2389menu_position_func (menu, x, y, push_in, user_data)
2390 GtkMenu *menu;
2391 gint *x;
2392 gint *y;
2393 gboolean *push_in;
2394 gpointer user_data;
2395{
7b76ca1c
JD
2396 struct next_popup_x_y* data = (struct next_popup_x_y*)user_data;
2397 GtkRequisition req;
2398 int disp_width = FRAME_X_DISPLAY_INFO (data->f)->width;
2399 int disp_height = FRAME_X_DISPLAY_INFO (data->f)->height;
b9de078a 2400
7b76ca1c
JD
2401 *x = data->x;
2402 *y = data->y;
2403
2404 /* Check if there is room for the menu. If not, adjust x/y so that
2405 the menu is fully visible. */
2406 gtk_widget_size_request (GTK_WIDGET (menu), &req);
2407 if (data->x + req.width > disp_width)
2408 *x -= data->x + req.width - disp_width;
2409 if (data->y + req.height > disp_height)
2410 *y -= data->y + req.height - disp_height;
488dd4c4
JD
2411}
2412
2413static void
2414popup_selection_callback (widget, client_data)
2415 GtkWidget *widget;
2416 gpointer client_data;
2417{
2418 xg_menu_item_cb_data *cb_data = (xg_menu_item_cb_data*) client_data;
2419
2420 if (xg_crazy_callback_abort) return;
2421 if (cb_data) menu_item_selection = (Lisp_Object *) cb_data->call_data;
2422}
2423
af89e871 2424static Lisp_Object
a130b901
JD
2425pop_down_menu (arg)
2426 Lisp_Object arg;
af89e871 2427{
a130b901
JD
2428 struct Lisp_Save_Value *p = XSAVE_VALUE (arg);
2429
af89e871 2430 popup_activated_flag = 0;
a130b901
JD
2431 BLOCK_INPUT;
2432 gtk_widget_destroy (GTK_WIDGET (p->pointer));
2433 UNBLOCK_INPUT;
af89e871
JD
2434 return Qnil;
2435}
2436
488dd4c4
JD
2437/* Pop up the menu for frame F defined by FIRST_WV at X/Y and loop until the
2438 menu pops down.
2439 menu_item_selection will be set to the selection. */
2440static void
2441create_and_show_popup_menu (f, first_wv, x, y, for_click)
2442 FRAME_PTR f;
2443 widget_value *first_wv;
2444 int x;
2445 int y;
2446 int for_click;
2447{
2448 int i;
2449 GtkWidget *menu;
2450 GtkMenuPositionFunc pos_func = 0; /* Pop up at pointer. */
2451 struct next_popup_x_y popup_x_y;
af89e871 2452 int specpdl_count = SPECPDL_INDEX ();
488dd4c4
JD
2453
2454 xg_crazy_callback_abort = 1;
2455 menu = xg_create_widget ("popup", first_wv->name, f, first_wv,
2456 G_CALLBACK (popup_selection_callback),
2457 G_CALLBACK (popup_deactivate_callback),
2458 G_CALLBACK (menu_highlight_callback));
2459 xg_crazy_callback_abort = 0;
177c0ea7 2460
488dd4c4
JD
2461 for (i = 0; i < 5; i++)
2462 if (FRAME_X_DISPLAY_INFO (f)->grabbed & (1 << i))
2463 break;
2464
2465 if (! for_click)
2466 {
2467 /* Not invoked by a click. pop up at x/y. */
2468 pos_func = menu_position_func;
2469
2470 /* Adjust coordinates to be root-window-relative. */
9882535b
KS
2471 x += f->left_pos + FRAME_OUTER_TO_INNER_DIFF_X (f);
2472 y += f->top_pos + FRAME_OUTER_TO_INNER_DIFF_Y (f);
488dd4c4
JD
2473
2474 popup_x_y.x = x;
2475 popup_x_y.y = y;
7b76ca1c 2476 popup_x_y.f = f;
488dd4c4
JD
2477 }
2478
2479 /* Display the menu. */
2480 gtk_widget_show_all (menu);
2481 gtk_menu_popup (GTK_MENU (menu), 0, 0, pos_func, &popup_x_y, i, 0);
177c0ea7 2482
a130b901 2483 record_unwind_protect (pop_down_menu, make_save_value (menu, 0));
af89e871 2484
488dd4c4
JD
2485 /* Set this to one. popup_widget_loop increases it by one, so it becomes
2486 two. show_help_echo uses this to detect popup menus. */
2487 popup_activated_flag = 1;
2488 /* Process events that apply to the menu. */
af89e871 2489 popup_widget_loop (1, menu);
488dd4c4 2490
af89e871 2491 unbind_to (specpdl_count, Qnil);
177c0ea7 2492
488dd4c4
JD
2493 /* Must reset this manually because the button release event is not passed
2494 to Emacs event loop. */
2495 FRAME_X_DISPLAY_INFO (f)->grabbed = 0;
2496}
2497
2498#else /* not USE_GTK */
18686d47 2499
8ed87156 2500/* We need a unique id for each widget handled by the Lucid Widget
cc17e9bf
KH
2501 library.
2502
2503 For the main windows, and popup menus, we use this counter,
88766961 2504 which we increment each time after use. This starts from 1<<16.
cc17e9bf 2505
88766961
RS
2506 For menu bars, we use numbers starting at 0, counted in
2507 next_menubar_widget_id. */
8ed87156 2508LWLIB_ID widget_id_tick;
165e1749 2509
4dedbfe0
PR
2510static void
2511popup_selection_callback (widget, id, client_data)
2512 Widget widget;
2513 LWLIB_ID id;
2514 XtPointer client_data;
2515{
2516 menu_item_selection = (Lisp_Object *) client_data;
2517}
2518
af89e871
JD
2519/* ARG is the LWLIB ID of the dialog box, represented
2520 as a Lisp object as (HIGHPART . LOWPART). */
2521
2522static Lisp_Object
2523pop_down_menu (arg)
2524 Lisp_Object arg;
2525{
2526 LWLIB_ID id = (XINT (XCAR (arg)) << 4 * sizeof (LWLIB_ID)
2527 | XINT (XCDR (arg)));
2528
2529 BLOCK_INPUT;
2530 lw_destroy_all_widgets (id);
2531 UNBLOCK_INPUT;
2532 popup_activated_flag = 0;
2533
2534 return Qnil;
2535}
2536
488dd4c4
JD
2537/* Pop up the menu for frame F defined by FIRST_WV at X/Y and loop until the
2538 menu pops down.
2539 menu_item_selection will be set to the selection. */
2540static void
2541create_and_show_popup_menu (f, first_wv, x, y, for_click)
2542 FRAME_PTR f;
2543 widget_value *first_wv;
2544 int x;
2545 int y;
2546 int for_click;
2547{
2548 int i;
2549 Arg av[2];
2550 int ac = 0;
2551 XButtonPressedEvent dummy;
2552 LWLIB_ID menu_id;
2553 Widget menu;
488dd4c4
JD
2554
2555 menu_id = widget_id_tick++;
2556 menu = lw_create_widget ("popup", first_wv->name, menu_id, first_wv,
2557 f->output_data.x->widget, 1, 0,
2558 popup_selection_callback,
2559 popup_deactivate_callback,
2560 menu_highlight_callback);
2561
2562 dummy.type = ButtonPress;
2563 dummy.serial = 0;
2564 dummy.send_event = 0;
2565 dummy.display = FRAME_X_DISPLAY (f);
2566 dummy.time = CurrentTime;
2567 dummy.root = FRAME_X_DISPLAY_INFO (f)->root_window;
2568 dummy.window = dummy.root;
2569 dummy.subwindow = dummy.root;
2570 dummy.x = x;
2571 dummy.y = y;
2572
2573 /* Adjust coordinates to be root-window-relative. */
9882535b
KS
2574 x += f->left_pos + FRAME_OUTER_TO_INNER_DIFF_X (f);
2575 y += f->top_pos + FRAME_OUTER_TO_INNER_DIFF_Y (f);
488dd4c4
JD
2576
2577 dummy.x_root = x;
2578 dummy.y_root = y;
2579
2580 dummy.state = 0;
2581 dummy.button = 0;
2582 for (i = 0; i < 5; i++)
2583 if (FRAME_X_DISPLAY_INFO (f)->grabbed & (1 << i))
2584 dummy.button = i;
2585
2586 /* Don't allow any geometry request from the user. */
2587 XtSetArg (av[ac], XtNgeometry, 0); ac++;
2588 XtSetValues (menu, av, ac);
2589
2590 /* Display the menu. */
2591 lw_popup_menu (menu, (XEvent *) &dummy);
2592 popup_activated_flag = 1;
af89e871
JD
2593
2594 {
2595 int fact = 4 * sizeof (LWLIB_ID);
2596 int specpdl_count = SPECPDL_INDEX ();
2597 record_unwind_protect (pop_down_menu,
2598 Fcons (make_number (menu_id >> (fact)),
2599 make_number (menu_id & ~(-1 << (fact)))));
488dd4c4 2600
af89e871
JD
2601 /* Process events that apply to the menu. */
2602 popup_get_selection ((XEvent *) 0, FRAME_X_DISPLAY_INFO (f), menu_id, 1, 0);
488dd4c4 2603
af89e871
JD
2604 unbind_to (specpdl_count, Qnil);
2605 }
488dd4c4
JD
2606}
2607
2608#endif /* not USE_GTK */
2609
78589e07 2610static Lisp_Object
673a6211 2611xmenu_show (f, x, y, for_click, keymaps, title, error)
18686d47 2612 FRAME_PTR f;
18686d47
RS
2613 int x;
2614 int y;
9685a93f 2615 int for_click;
78589e07
RS
2616 int keymaps;
2617 Lisp_Object title;
2618 char **error;
18686d47 2619{
78589e07 2620 int i;
78589e07 2621 widget_value *wv, *save_wv = 0, *first_wv = 0, *prev_wv = 0;
101bb4a5
RS
2622 widget_value **submenu_stack
2623 = (widget_value **) alloca (menu_items_used * sizeof (widget_value *));
2624 Lisp_Object *subprefix_stack
2625 = (Lisp_Object *) alloca (menu_items_used * sizeof (Lisp_Object));
2626 int submenu_depth = 0;
4e8d3549 2627
78c8278d
RS
2628 int first_pane;
2629
78589e07
RS
2630 *error = NULL;
2631
742f715d
KH
2632 if (menu_items_used <= MENU_ITEMS_PANE_LENGTH)
2633 {
2634 *error = "Empty menu";
2635 return Qnil;
2636 }
63c414df 2637
78589e07
RS
2638 /* Create a tree of widget_value objects
2639 representing the panes and their items. */
f7fab165 2640 wv = xmalloc_widget_value ();
78589e07
RS
2641 wv->name = "menu";
2642 wv->value = 0;
2643 wv->enabled = 1;
3427a3db 2644 wv->button_type = BUTTON_TYPE_NONE;
27ad7b52 2645 wv->help =Qnil;
78589e07 2646 first_wv = wv;
78c8278d 2647 first_pane = 1;
177c0ea7 2648
78589e07
RS
2649 /* Loop over all panes and items, filling in the tree. */
2650 i = 0;
2651 while (i < menu_items_used)
2652 {
101bb4a5
RS
2653 if (EQ (XVECTOR (menu_items)->contents[i], Qnil))
2654 {
2655 submenu_stack[submenu_depth++] = save_wv;
2656 save_wv = prev_wv;
2657 prev_wv = 0;
78c8278d 2658 first_pane = 1;
101bb4a5
RS
2659 i++;
2660 }
2661 else if (EQ (XVECTOR (menu_items)->contents[i], Qlambda))
2662 {
2663 prev_wv = save_wv;
2664 save_wv = submenu_stack[--submenu_depth];
78c8278d 2665 first_pane = 0;
101bb4a5
RS
2666 i++;
2667 }
2668 else if (EQ (XVECTOR (menu_items)->contents[i], Qt)
2669 && submenu_depth != 0)
2670 i += MENU_ITEMS_PANE_LENGTH;
fcaa7665
RS
2671 /* Ignore a nil in the item list.
2672 It's meaningful only for dialog boxes. */
2673 else if (EQ (XVECTOR (menu_items)->contents[i], Qquote))
2674 i += 1;
101bb4a5 2675 else if (EQ (XVECTOR (menu_items)->contents[i], Qt))
78589e07
RS
2676 {
2677 /* Create a new pane. */
2678 Lisp_Object pane_name, prefix;
2679 char *pane_string;
177c0ea7 2680
4c329aa8
GM
2681 pane_name = AREF (menu_items, i + MENU_ITEMS_PANE_NAME);
2682 prefix = AREF (menu_items, i + MENU_ITEMS_PANE_PREFIX);
177c0ea7 2683
703dc2a8 2684#ifndef HAVE_MULTILINGUAL_MENU
4c329aa8
GM
2685 if (STRINGP (pane_name) && STRING_MULTIBYTE (pane_name))
2686 {
cc45fb40 2687 pane_name = ENCODE_SYSTEM (pane_name);
4c329aa8
GM
2688 AREF (menu_items, i + MENU_ITEMS_PANE_NAME) = pane_name;
2689 }
703dc2a8 2690#endif
78589e07 2691 pane_string = (NILP (pane_name)
d5db4077 2692 ? "" : (char *) SDATA (pane_name));
101bb4a5 2693 /* If there is just one top-level pane, put all its items directly
78589e07
RS
2694 under the top-level menu. */
2695 if (menu_items_n_panes == 1)
2696 pane_string = "";
2697
2698 /* If the pane has a meaningful name,
2699 make the pane a top-level menu item
2700 with its items as a submenu beneath it. */
78c8278d 2701 if (!keymaps && strcmp (pane_string, ""))
78589e07 2702 {
f7fab165 2703 wv = xmalloc_widget_value ();
78589e07
RS
2704 if (save_wv)
2705 save_wv->next = wv;
2706 else
2707 first_wv->contents = wv;
2708 wv->name = pane_string;
2709 if (keymaps && !NILP (prefix))
2710 wv->name++;
2711 wv->value = 0;
2712 wv->enabled = 1;
3427a3db 2713 wv->button_type = BUTTON_TYPE_NONE;
27ad7b52 2714 wv->help = Qnil;
78c8278d
RS
2715 save_wv = wv;
2716 prev_wv = 0;
78589e07 2717 }
78c8278d
RS
2718 else if (first_pane)
2719 {
2720 save_wv = wv;
2721 prev_wv = 0;
2722 }
2723 first_pane = 0;
78589e07
RS
2724 i += MENU_ITEMS_PANE_LENGTH;
2725 }
2726 else
2727 {
2728 /* Create a new item within current pane. */
9cd50434 2729 Lisp_Object item_name, enable, descrip, def, type, selected, help;
4c329aa8
GM
2730 item_name = AREF (menu_items, i + MENU_ITEMS_ITEM_NAME);
2731 enable = AREF (menu_items, i + MENU_ITEMS_ITEM_ENABLE);
2732 descrip = AREF (menu_items, i + MENU_ITEMS_ITEM_EQUIV_KEY);
2733 def = AREF (menu_items, i + MENU_ITEMS_ITEM_DEFINITION);
2734 type = AREF (menu_items, i + MENU_ITEMS_ITEM_TYPE);
2735 selected = AREF (menu_items, i + MENU_ITEMS_ITEM_SELECTED);
2736 help = AREF (menu_items, i + MENU_ITEMS_ITEM_HELP);
3427a3db 2737
703dc2a8 2738#ifndef HAVE_MULTILINGUAL_MENU
3427a3db 2739 if (STRINGP (item_name) && STRING_MULTIBYTE (item_name))
4c329aa8 2740 {
646f98ec 2741 item_name = ENCODE_MENU_STRING (item_name);
4c329aa8
GM
2742 AREF (menu_items, i + MENU_ITEMS_ITEM_NAME) = item_name;
2743 }
177c0ea7 2744
3427a3db 2745 if (STRINGP (descrip) && STRING_MULTIBYTE (descrip))
4c329aa8 2746 {
646f98ec 2747 descrip = ENCODE_MENU_STRING (descrip);
4c329aa8
GM
2748 AREF (menu_items, i + MENU_ITEMS_ITEM_EQUIV_KEY) = descrip;
2749 }
2750#endif /* not HAVE_MULTILINGUAL_MENU */
177c0ea7 2751
f7fab165 2752 wv = xmalloc_widget_value ();
177c0ea7 2753 if (prev_wv)
78589e07 2754 prev_wv->next = wv;
177c0ea7 2755 else
78589e07 2756 save_wv->contents = wv;
d5db4077 2757 wv->name = (char *) SDATA (item_name);
78589e07 2758 if (!NILP (descrip))
d5db4077 2759 wv->key = (char *) SDATA (descrip);
78589e07 2760 wv->value = 0;
a352a815
RS
2761 /* If this item has a null value,
2762 make the call_data null so that it won't display a box
2763 when the mouse is on it. */
2764 wv->call_data
2765 = (!NILP (def) ? (void *) &XVECTOR (menu_items)->contents[i] : 0);
78589e07 2766 wv->enabled = !NILP (enable);
3427a3db
GM
2767
2768 if (NILP (type))
2769 wv->button_type = BUTTON_TYPE_NONE;
2770 else if (EQ (type, QCtoggle))
2771 wv->button_type = BUTTON_TYPE_TOGGLE;
2772 else if (EQ (type, QCradio))
2773 wv->button_type = BUTTON_TYPE_RADIO;
2774 else
2775 abort ();
2776
2777 wv->selected = !NILP (selected);
cc45fb40 2778
0b1f4572
RS
2779 if (! STRINGP (help))
2780 help = Qnil;
2781
2782 wv->help = help;
cc45fb40 2783
78589e07
RS
2784 prev_wv = wv;
2785
2786 i += MENU_ITEMS_ITEM_LENGTH;
2787 }
2788 }
2789
c98fcf4b 2790 /* Deal with the title, if it is non-nil. */
4dedbfe0
PR
2791 if (!NILP (title))
2792 {
f7fab165
RS
2793 widget_value *wv_title = xmalloc_widget_value ();
2794 widget_value *wv_sep1 = xmalloc_widget_value ();
2795 widget_value *wv_sep2 = xmalloc_widget_value ();
4dedbfe0
PR
2796
2797 wv_sep2->name = "--";
2798 wv_sep2->next = first_wv->contents;
27ad7b52 2799 wv_sep2->help = Qnil;
4dedbfe0
PR
2800
2801 wv_sep1->name = "--";
2802 wv_sep1->next = wv_sep2;
27ad7b52 2803 wv_sep1->help = Qnil;
4dedbfe0 2804
703dc2a8
KH
2805#ifndef HAVE_MULTILINGUAL_MENU
2806 if (STRING_MULTIBYTE (title))
646f98ec 2807 title = ENCODE_MENU_STRING (title);
703dc2a8 2808#endif
177c0ea7 2809
d5db4077 2810 wv_title->name = (char *) SDATA (title);
cc45fb40 2811 wv_title->enabled = TRUE;
3427a3db 2812 wv_title->button_type = BUTTON_TYPE_NONE;
4dedbfe0 2813 wv_title->next = wv_sep1;
27ad7b52 2814 wv_title->help = Qnil;
4dedbfe0
PR
2815 first_wv->contents = wv_title;
2816 }
2817
78589e07
RS
2818 /* No selection has been chosen yet. */
2819 menu_item_selection = 0;
2820
488dd4c4
JD
2821 /* Actually create and show the menu until popped down. */
2822 create_and_show_popup_menu (f, first_wv, x, y, for_click);
18686d47 2823
488dd4c4
JD
2824 /* Free the widget_value objects we used to specify the contents. */
2825 free_menubar_widget_value_tree (first_wv);
18686d47 2826
78589e07
RS
2827 /* Find the selected item, and its pane, to return
2828 the proper value. */
2829 if (menu_item_selection != 0)
2830 {
c63f6952 2831 Lisp_Object prefix, entry;
78589e07 2832
6bbd7a29 2833 prefix = entry = Qnil;
78589e07
RS
2834 i = 0;
2835 while (i < menu_items_used)
2836 {
101bb4a5
RS
2837 if (EQ (XVECTOR (menu_items)->contents[i], Qnil))
2838 {
2839 subprefix_stack[submenu_depth++] = prefix;
2840 prefix = entry;
2841 i++;
2842 }
2843 else if (EQ (XVECTOR (menu_items)->contents[i], Qlambda))
2844 {
2845 prefix = subprefix_stack[--submenu_depth];
2846 i++;
2847 }
2848 else if (EQ (XVECTOR (menu_items)->contents[i], Qt))
78589e07
RS
2849 {
2850 prefix
2851 = XVECTOR (menu_items)->contents[i + MENU_ITEMS_PANE_PREFIX];
2852 i += MENU_ITEMS_PANE_LENGTH;
2853 }
d31d42cc
RS
2854 /* Ignore a nil in the item list.
2855 It's meaningful only for dialog boxes. */
2856 else if (EQ (XVECTOR (menu_items)->contents[i], Qquote))
2857 i += 1;
78589e07
RS
2858 else
2859 {
2860 entry
2861 = XVECTOR (menu_items)->contents[i + MENU_ITEMS_ITEM_VALUE];
2862 if (menu_item_selection == &XVECTOR (menu_items)->contents[i])
2863 {
2864 if (keymaps != 0)
2865 {
101bb4a5
RS
2866 int j;
2867
78589e07
RS
2868 entry = Fcons (entry, Qnil);
2869 if (!NILP (prefix))
2870 entry = Fcons (prefix, entry);
101bb4a5 2871 for (j = submenu_depth - 1; j >= 0; j--)
e48087b7 2872 if (!NILP (subprefix_stack[j]))
5964e450 2873 entry = Fcons (subprefix_stack[j], entry);
78589e07
RS
2874 }
2875 return entry;
2876 }
2877 i += MENU_ITEMS_ITEM_LENGTH;
2878 }
2879 }
2880 }
2881
2882 return Qnil;
18686d47 2883}
4dedbfe0 2884\f
488dd4c4
JD
2885#ifdef USE_GTK
2886static void
2887dialog_selection_callback (widget, client_data)
2888 GtkWidget *widget;
2889 gpointer client_data;
2890{
2891 /* The EMACS_INT cast avoids a warning. There's no problem
2892 as long as pointers have enough bits to hold small integers. */
2893 if ((int) (EMACS_INT) client_data != -1)
2894 menu_item_selection = (Lisp_Object *) client_data;
2895
2896 popup_activated_flag = 0;
2897}
2898
2899/* Pop up the dialog for frame F defined by FIRST_WV and loop until the
2900 dialog pops down.
2901 menu_item_selection will be set to the selection. */
2902static void
2903create_and_show_dialog (f, first_wv)
2904 FRAME_PTR f;
2905 widget_value *first_wv;
2906{
2907 GtkWidget *menu;
2908
2909 menu = xg_create_widget ("dialog", first_wv->name, f, first_wv,
2910 G_CALLBACK (dialog_selection_callback),
2911 G_CALLBACK (popup_deactivate_callback),
2912 0);
2913
2914 if (menu)
2915 {
af89e871 2916 int specpdl_count = SPECPDL_INDEX ();
a130b901 2917 record_unwind_protect (pop_down_menu, make_save_value (menu, 0));
af89e871 2918
488dd4c4
JD
2919 /* Display the menu. */
2920 gtk_widget_show_all (menu);
2921
2922 /* Process events that apply to the menu. */
f1d1cd24 2923 popup_widget_loop (1, menu);
177c0ea7 2924
af89e871 2925 unbind_to (specpdl_count, Qnil);
488dd4c4
JD
2926 }
2927}
2928
2929#else /* not USE_GTK */
4dedbfe0
PR
2930static void
2931dialog_selection_callback (widget, id, client_data)
2932 Widget widget;
2933 LWLIB_ID id;
2934 XtPointer client_data;
2935{
01d5e892
RS
2936 /* The EMACS_INT cast avoids a warning. There's no problem
2937 as long as pointers have enough bits to hold small integers. */
2938 if ((int) (EMACS_INT) client_data != -1)
4dedbfe0 2939 menu_item_selection = (Lisp_Object *) client_data;
488dd4c4 2940
4dedbfe0
PR
2941 BLOCK_INPUT;
2942 lw_destroy_all_widgets (id);
2943 UNBLOCK_INPUT;
9572375b 2944 popup_activated_flag = 0;
4dedbfe0 2945}
18686d47 2946
488dd4c4 2947
488dd4c4
JD
2948/* Pop up the dialog for frame F defined by FIRST_WV and loop until the
2949 dialog pops down.
2950 menu_item_selection will be set to the selection. */
2951static void
2952create_and_show_dialog (f, first_wv)
2953 FRAME_PTR f;
2954 widget_value *first_wv;
2955{
2956 LWLIB_ID dialog_id;
2957
2958 dialog_id = widget_id_tick++;
2959 lw_create_widget (first_wv->name, "dialog", dialog_id, first_wv,
2960 f->output_data.x->widget, 1, 0,
2961 dialog_selection_callback, 0, 0);
2962 lw_modify_all_widgets (dialog_id, first_wv->contents, True);
2963
2964 /* Display the dialog box. */
2965 lw_pop_up_all_widgets (dialog_id);
2966 popup_activated_flag = 1;
2967
2968 /* Process events that apply to the dialog box.
2969 Also handle timers. */
2970 {
2971 int count = SPECPDL_INDEX ();
2972 int fact = 4 * sizeof (LWLIB_ID);
177c0ea7 2973
488dd4c4 2974 /* xdialog_show_unwind is responsible for popping the dialog box down. */
af89e871 2975 record_unwind_protect (pop_down_menu,
488dd4c4
JD
2976 Fcons (make_number (dialog_id >> (fact)),
2977 make_number (dialog_id & ~(-1 << (fact)))));
2978
df470e3b
JD
2979 popup_get_selection ((XEvent *) 0, FRAME_X_DISPLAY_INFO (f),
2980 dialog_id, 1, 1);
488dd4c4
JD
2981
2982 unbind_to (count, Qnil);
2983 }
2984}
2985
2986#endif /* not USE_GTK */
2987
165e1749
FP
2988static char * button_names [] = {
2989 "button1", "button2", "button3", "button4", "button5",
2990 "button6", "button7", "button8", "button9", "button10" };
2991
2992static Lisp_Object
673a6211 2993xdialog_show (f, keymaps, title, error)
165e1749 2994 FRAME_PTR f;
165e1749
FP
2995 int keymaps;
2996 Lisp_Object title;
2997 char **error;
2998{
2999 int i, nb_buttons=0;
80670155 3000 char dialog_name[6];
165e1749 3001
faa935b6 3002 widget_value *wv, *first_wv = 0, *prev_wv = 0;
165e1749 3003
fcaa7665
RS
3004 /* Number of elements seen so far, before boundary. */
3005 int left_count = 0;
3006 /* 1 means we've seen the boundary between left-hand elts and right-hand. */
3007 int boundary_seen = 0;
3008
165e1749
FP
3009 *error = NULL;
3010
80670155
RS
3011 if (menu_items_n_panes > 1)
3012 {
3013 *error = "Multiple panes in dialog box";
3014 return Qnil;
3015 }
3016
165e1749
FP
3017 /* Create a tree of widget_value objects
3018 representing the text label and buttons. */
3019 {
3020 Lisp_Object pane_name, prefix;
3021 char *pane_string;
3022 pane_name = XVECTOR (menu_items)->contents[MENU_ITEMS_PANE_NAME];
3023 prefix = XVECTOR (menu_items)->contents[MENU_ITEMS_PANE_PREFIX];
3024 pane_string = (NILP (pane_name)
177c0ea7 3025 ? "" : (char *) SDATA (pane_name));
f7fab165 3026 prev_wv = xmalloc_widget_value ();
165e1749
FP
3027 prev_wv->value = pane_string;
3028 if (keymaps && !NILP (prefix))
3029 prev_wv->name++;
3030 prev_wv->enabled = 1;
3031 prev_wv->name = "message";
27ad7b52 3032 prev_wv->help = Qnil;
165e1749 3033 first_wv = prev_wv;
177c0ea7 3034
165e1749
FP
3035 /* Loop over all panes and items, filling in the tree. */
3036 i = MENU_ITEMS_PANE_LENGTH;
3037 while (i < menu_items_used)
3038 {
177c0ea7 3039
165e1749
FP
3040 /* Create a new item within current pane. */
3041 Lisp_Object item_name, enable, descrip;
3042 item_name = XVECTOR (menu_items)->contents[i + MENU_ITEMS_ITEM_NAME];
3043 enable = XVECTOR (menu_items)->contents[i + MENU_ITEMS_ITEM_ENABLE];
3044 descrip
3045 = XVECTOR (menu_items)->contents[i + MENU_ITEMS_ITEM_EQUIV_KEY];
177c0ea7 3046
80670155
RS
3047 if (NILP (item_name))
3048 {
3049 free_menubar_widget_value_tree (first_wv);
3050 *error = "Submenu in dialog items";
3051 return Qnil;
3052 }
fcaa7665
RS
3053 if (EQ (item_name, Qquote))
3054 {
3055 /* This is the boundary between left-side elts
3056 and right-side elts. Stop incrementing right_count. */
3057 boundary_seen = 1;
3058 i++;
3059 continue;
3060 }
86e71abf 3061 if (nb_buttons >= 9)
80670155
RS
3062 {
3063 free_menubar_widget_value_tree (first_wv);
3064 *error = "Too many dialog items";
3065 return Qnil;
3066 }
3067
f7fab165 3068 wv = xmalloc_widget_value ();
165e1749 3069 prev_wv->next = wv;
80670155 3070 wv->name = (char *) button_names[nb_buttons];
165e1749 3071 if (!NILP (descrip))
d5db4077
KR
3072 wv->key = (char *) SDATA (descrip);
3073 wv->value = (char *) SDATA (item_name);
165e1749
FP
3074 wv->call_data = (void *) &XVECTOR (menu_items)->contents[i];
3075 wv->enabled = !NILP (enable);
27ad7b52 3076 wv->help = Qnil;
165e1749
FP
3077 prev_wv = wv;
3078
fcaa7665
RS
3079 if (! boundary_seen)
3080 left_count++;
3081
165e1749
FP
3082 nb_buttons++;
3083 i += MENU_ITEMS_ITEM_LENGTH;
3084 }
3085
fcaa7665
RS
3086 /* If the boundary was not specified,
3087 by default put half on the left and half on the right. */
3088 if (! boundary_seen)
3089 left_count = nb_buttons - nb_buttons / 2;
3090
f7fab165 3091 wv = xmalloc_widget_value ();
80670155 3092 wv->name = dialog_name;
27ad7b52 3093 wv->help = Qnil;
80670155
RS
3094 /* Dialog boxes use a really stupid name encoding
3095 which specifies how many buttons to use
3096 and how many buttons are on the right.
3097 The Q means something also. */
3098 dialog_name[0] = 'Q';
3099 dialog_name[1] = '0' + nb_buttons;
3100 dialog_name[2] = 'B';
3101 dialog_name[3] = 'R';
fcaa7665
RS
3102 /* Number of buttons to put on the right. */
3103 dialog_name[4] = '0' + nb_buttons - left_count;
80670155 3104 dialog_name[5] = 0;
165e1749
FP
3105 wv->contents = first_wv;
3106 first_wv = wv;
165e1749
FP
3107 }
3108
165e1749
FP
3109 /* No selection has been chosen yet. */
3110 menu_item_selection = 0;
3111
488dd4c4
JD
3112 /* Actually create and show the dialog. */
3113 create_and_show_dialog (f, first_wv);
f02cac82 3114
488dd4c4
JD
3115 /* Free the widget_value objects we used to specify the contents. */
3116 free_menubar_widget_value_tree (first_wv);
177c0ea7 3117
488dd4c4
JD
3118 /* Find the selected item, and its pane, to return
3119 the proper value. */
165e1749
FP
3120 if (menu_item_selection != 0)
3121 {
3122 Lisp_Object prefix;
3123
3124 prefix = Qnil;
3125 i = 0;
3126 while (i < menu_items_used)
3127 {
3128 Lisp_Object entry;
3129
3130 if (EQ (XVECTOR (menu_items)->contents[i], Qt))
3131 {
3132 prefix
3133 = XVECTOR (menu_items)->contents[i + MENU_ITEMS_PANE_PREFIX];
3134 i += MENU_ITEMS_PANE_LENGTH;
3135 }
85996cfb
GM
3136 else if (EQ (XVECTOR (menu_items)->contents[i], Qquote))
3137 {
3138 /* This is the boundary between left-side elts and
3139 right-side elts. */
3140 ++i;
3141 }
165e1749
FP
3142 else
3143 {
3144 entry
3145 = XVECTOR (menu_items)->contents[i + MENU_ITEMS_ITEM_VALUE];
3146 if (menu_item_selection == &XVECTOR (menu_items)->contents[i])
3147 {
3148 if (keymaps != 0)
3149 {
3150 entry = Fcons (entry, Qnil);
3151 if (!NILP (prefix))
3152 entry = Fcons (prefix, entry);
3153 }
3154 return entry;
3155 }
3156 i += MENU_ITEMS_ITEM_LENGTH;
3157 }
3158 }
3159 }
9f6fcdc5
JD
3160 else
3161 /* Make "Cancel" equivalent to C-g. */
3162 Fsignal (Qquit, Qnil);
165e1749
FP
3163
3164 return Qnil;
3165}
ba461919 3166
488dd4c4 3167#else /* not USE_X_TOOLKIT && not USE_GTK */
78589e07 3168
3e703b25
GM
3169/* The frame of the last activated non-toolkit menu bar.
3170 Used to generate menu help events. */
3171
3172static struct frame *menu_help_frame;
3173
3174
62145073
GM
3175/* Show help HELP_STRING, or clear help if HELP_STRING is null.
3176
3177 PANE is the pane number, and ITEM is the menu item number in
3178 the menu (currently not used).
177c0ea7 3179
62145073
GM
3180 This cannot be done with generating a HELP_EVENT because
3181 XMenuActivate contains a loop that doesn't let Emacs process
3182 keyboard events. */
3e703b25
GM
3183
3184static void
62145073 3185menu_help_callback (help_string, pane, item)
3e703b25 3186 char *help_string;
62145073 3187 int pane, item;
3e703b25 3188{
62145073
GM
3189 extern Lisp_Object Qmenu_item;
3190 Lisp_Object *first_item;
3191 Lisp_Object pane_name;
3192 Lisp_Object menu_object;
177c0ea7 3193
62145073
GM
3194 first_item = XVECTOR (menu_items)->contents;
3195 if (EQ (first_item[0], Qt))
3196 pane_name = first_item[MENU_ITEMS_PANE_NAME];
3197 else if (EQ (first_item[0], Qquote))
3198 /* This shouldn't happen, see xmenu_show. */
cc45fb40 3199 pane_name = empty_string;
62145073
GM
3200 else
3201 pane_name = first_item[MENU_ITEMS_ITEM_NAME];
177c0ea7 3202
62145073
GM
3203 /* (menu-item MENU-NAME PANE-NUMBER) */
3204 menu_object = Fcons (Qmenu_item,
3205 Fcons (pane_name,
3206 Fcons (make_number (pane), Qnil)));
ba461919 3207 show_help_echo (help_string ? build_string (help_string) : Qnil,
62145073 3208 Qnil, menu_object, make_number (item), 1);
3e703b25 3209}
177c0ea7 3210
af89e871 3211static Lisp_Object
a130b901
JD
3212pop_down_menu (arg)
3213 Lisp_Object arg;
af89e871 3214{
a130b901
JD
3215 struct Lisp_Save_Value *p1 = XSAVE_VALUE (Fcar (arg));
3216 struct Lisp_Save_Value *p2 = XSAVE_VALUE (Fcdr (arg));
3217
3218 FRAME_PTR f = p1->pointer;
3219 XMenu *menu = p2->pointer;
af89e871
JD
3220
3221 BLOCK_INPUT;
af89e871 3222#ifndef MSDOS
a130b901
JD
3223 XUngrabPointer (FRAME_X_DISPLAY (f), CurrentTime);
3224 XUngrabKeyboard (FRAME_X_DISPLAY (f), CurrentTime);
af89e871 3225#endif
a130b901 3226 XMenuDestroy (FRAME_X_DISPLAY (f), menu);
af89e871
JD
3227
3228#ifdef HAVE_X_WINDOWS
3229 /* Assume the mouse has moved out of the X window.
3230 If it has actually moved in, we will get an EnterNotify. */
3231 x_mouse_leave (FRAME_X_DISPLAY_INFO (f));
3232
3233 /* State that no mouse buttons are now held.
3234 (The oldXMenu code doesn't track this info for us.)
3235 That is not necessarily true, but the fiction leads to reasonable
3236 results, and it is a pain to ask which are actually held now. */
3237 FRAME_X_DISPLAY_INFO (f)->grabbed = 0;
3238
3239#endif /* HAVE_X_WINDOWS */
3240
3241 UNBLOCK_INPUT;
3242
3243 return Qnil;
3244}
3245
3e703b25 3246
78589e07 3247static Lisp_Object
673a6211 3248xmenu_show (f, x, y, for_click, keymaps, title, error)
78589e07
RS
3249 FRAME_PTR f;
3250 int x, y;
9685a93f
RS
3251 int for_click;
3252 int keymaps;
78589e07
RS
3253 Lisp_Object title;
3254 char **error;
dcfdbac7 3255{
177c0ea7 3256 Window root;
78589e07
RS
3257 XMenu *menu;
3258 int pane, selidx, lpane, status;
a130b901 3259 Lisp_Object entry, pane_prefix;
dcfdbac7
JB
3260 char *datap;
3261 int ulx, uly, width, height;
3262 int dispwidth, dispheight;
453a4f1b 3263 int i, j, lines, maxlines;
4e8d3549 3264 int maxwidth;
78589e07
RS
3265 int dummy_int;
3266 unsigned int dummy_uint;
af89e871 3267 int specpdl_count = SPECPDL_INDEX ();
088831f6 3268
07a675b7 3269 *error = 0;
78589e07
RS
3270 if (menu_items_n_panes == 0)
3271 return Qnil;
088831f6 3272
742f715d
KH
3273 if (menu_items_used <= MENU_ITEMS_PANE_LENGTH)
3274 {
3275 *error = "Empty menu";
3276 return Qnil;
3277 }
3278
78589e07 3279 /* Figure out which root window F is on. */
92280f67 3280 XGetGeometry (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f), &root,
78589e07
RS
3281 &dummy_int, &dummy_int, &dummy_uint, &dummy_uint,
3282 &dummy_uint, &dummy_uint);
18686d47 3283
78589e07 3284 /* Make the menu on that window. */
92280f67 3285 menu = XMenuCreate (FRAME_X_DISPLAY (f), root, "emacs");
78589e07 3286 if (menu == NULL)
dcfdbac7
JB
3287 {
3288 *error = "Can't create menu";
78589e07 3289 return Qnil;
dcfdbac7 3290 }
78589e07 3291
87485d6f 3292#ifdef HAVE_X_WINDOWS
78589e07 3293 /* Adjust coordinates to relative to the outer (window manager) window. */
453a4f1b
JD
3294 x += FRAME_OUTER_TO_INNER_DIFF_X (f);
3295 y += FRAME_OUTER_TO_INNER_DIFF_Y (f);
87485d6f 3296#endif /* HAVE_X_WINDOWS */
78589e07
RS
3297
3298 /* Adjust coordinates to be root-window-relative. */
9882535b
KS
3299 x += f->left_pos;
3300 y += f->top_pos;
177c0ea7 3301
78589e07 3302 /* Create all the necessary panes and their items. */
453a4f1b 3303 maxlines = lines = i = 0;
78589e07 3304 while (i < menu_items_used)
dcfdbac7 3305 {
78589e07 3306 if (EQ (XVECTOR (menu_items)->contents[i], Qt))
dcfdbac7 3307 {
78589e07
RS
3308 /* Create a new pane. */
3309 Lisp_Object pane_name, prefix;
3310 char *pane_string;
3311
453a4f1b
JD
3312 maxlines = max (maxlines, lines);
3313 lines = 0;
78589e07
RS
3314 pane_name = XVECTOR (menu_items)->contents[i + MENU_ITEMS_PANE_NAME];
3315 prefix = XVECTOR (menu_items)->contents[i + MENU_ITEMS_PANE_PREFIX];
3316 pane_string = (NILP (pane_name)
d5db4077 3317 ? "" : (char *) SDATA (pane_name));
78589e07
RS
3318 if (keymaps && !NILP (prefix))
3319 pane_string++;
3320
92280f67 3321 lpane = XMenuAddPane (FRAME_X_DISPLAY (f), menu, pane_string, TRUE);
78589e07
RS
3322 if (lpane == XM_FAILURE)
3323 {
92280f67 3324 XMenuDestroy (FRAME_X_DISPLAY (f), menu);
78589e07
RS
3325 *error = "Can't create pane";
3326 return Qnil;
3327 }
3328 i += MENU_ITEMS_PANE_LENGTH;
4e8d3549
RS
3329
3330 /* Find the width of the widest item in this pane. */
3331 maxwidth = 0;
3332 j = i;
3333 while (j < menu_items_used)
3334 {
3335 Lisp_Object item;
3336 item = XVECTOR (menu_items)->contents[j];
3337 if (EQ (item, Qt))
3338 break;
3339 if (NILP (item))
3340 {
3341 j++;
3342 continue;
3343 }
d5db4077 3344 width = SBYTES (item);
4e8d3549
RS
3345 if (width > maxwidth)
3346 maxwidth = width;
3347
3348 j += MENU_ITEMS_ITEM_LENGTH;
3349 }
dcfdbac7 3350 }
fcaa7665
RS
3351 /* Ignore a nil in the item list.
3352 It's meaningful only for dialog boxes. */
3353 else if (EQ (XVECTOR (menu_items)->contents[i], Qquote))
3354 i += 1;
78589e07 3355 else
dcfdbac7 3356 {
78589e07 3357 /* Create a new item within current pane. */
3e703b25 3358 Lisp_Object item_name, enable, descrip, help;
4e8d3549 3359 unsigned char *item_data;
3e703b25 3360 char *help_string;
78589e07
RS
3361
3362 item_name = XVECTOR (menu_items)->contents[i + MENU_ITEMS_ITEM_NAME];
3363 enable = XVECTOR (menu_items)->contents[i + MENU_ITEMS_ITEM_ENABLE];
3364 descrip
3365 = XVECTOR (menu_items)->contents[i + MENU_ITEMS_ITEM_EQUIV_KEY];
3e703b25 3366 help = XVECTOR (menu_items)->contents[i + MENU_ITEMS_ITEM_HELP];
d5db4077 3367 help_string = STRINGP (help) ? SDATA (help) : NULL;
177c0ea7 3368
78589e07 3369 if (!NILP (descrip))
4e8d3549 3370 {
d5db4077 3371 int gap = maxwidth - SBYTES (item_name);
4e8d3549
RS
3372#ifdef C_ALLOCA
3373 Lisp_Object spacer;
3374 spacer = Fmake_string (make_number (gap), make_number (' '));
3375 item_name = concat2 (item_name, spacer);
3376 item_name = concat2 (item_name, descrip);
d5db4077 3377 item_data = SDATA (item_name);
4e8d3549
RS
3378#else
3379 /* if alloca is fast, use that to make the space,
3380 to reduce gc needs. */
3381 item_data
3382 = (unsigned char *) alloca (maxwidth
d5db4077
KR
3383 + SBYTES (descrip) + 1);
3384 bcopy (SDATA (item_name), item_data,
3385 SBYTES (item_name));
3386 for (j = SCHARS (item_name); j < maxwidth; j++)
4e8d3549 3387 item_data[j] = ' ';
d5db4077
KR
3388 bcopy (SDATA (descrip), item_data + j,
3389 SBYTES (descrip));
3390 item_data[j + SBYTES (descrip)] = 0;
4e8d3549
RS
3391#endif
3392 }
3393 else
d5db4077 3394 item_data = SDATA (item_name);
78589e07 3395
92280f67
RS
3396 if (XMenuAddSelection (FRAME_X_DISPLAY (f),
3397 menu, lpane, 0, item_data,
3e703b25 3398 !NILP (enable), help_string)
dcfdbac7
JB
3399 == XM_FAILURE)
3400 {
92280f67 3401 XMenuDestroy (FRAME_X_DISPLAY (f), menu);
dcfdbac7 3402 *error = "Can't add selection to menu";
78589e07 3403 return Qnil;
dcfdbac7 3404 }
78589e07 3405 i += MENU_ITEMS_ITEM_LENGTH;
453a4f1b 3406 lines++;
dcfdbac7
JB
3407 }
3408 }
4e8d3549 3409
453a4f1b
JD
3410 maxlines = max (maxlines, lines);
3411
78589e07 3412 /* All set and ready to fly. */
92280f67 3413 XMenuRecompute (FRAME_X_DISPLAY (f), menu);
63685b9d
GM
3414 dispwidth = DisplayWidth (FRAME_X_DISPLAY (f), FRAME_X_SCREEN_NUMBER (f));
3415 dispheight = DisplayHeight (FRAME_X_DISPLAY (f), FRAME_X_SCREEN_NUMBER (f));
78589e07
RS
3416 x = min (x, dispwidth);
3417 y = min (y, dispheight);
3418 x = max (x, 1);
3419 y = max (y, 1);
92280f67 3420 XMenuLocate (FRAME_X_DISPLAY (f), menu, 0, 0, x, y,
dcfdbac7
JB
3421 &ulx, &uly, &width, &height);
3422 if (ulx+width > dispwidth)
3423 {
78589e07 3424 x -= (ulx + width) - dispwidth;
dcfdbac7
JB
3425 ulx = dispwidth - width;
3426 }
3427 if (uly+height > dispheight)
3428 {
78589e07 3429 y -= (uly + height) - dispheight;
dcfdbac7
JB
3430 uly = dispheight - height;
3431 }
78589e07
RS
3432 if (ulx < 0) x -= ulx;
3433 if (uly < 0) y -= uly;
121e4555 3434
453a4f1b
JD
3435 if (! for_click)
3436 {
3437 /* If position was not given by a mouse click, adjust so upper left
3438 corner of the menu as a whole ends up at given coordinates. This
3439 is what x-popup-menu says in its documentation. */
3440 x += width/2;
3441 y += 1.5*height/(maxlines+2);
3442 }
3443
121e4555 3444 XMenuSetAEQ (menu, TRUE);
78589e07
RS
3445 XMenuSetFreeze (menu, TRUE);
3446 pane = selidx = 0;
3e703b25 3447
c3438661
JD
3448#ifndef MSDOS
3449 XMenuActivateSetWaitFunction (x_menu_wait_for_event, FRAME_X_DISPLAY (f));
3450#endif
af89e871 3451
a130b901
JD
3452 record_unwind_protect (pop_down_menu,
3453 Fcons (make_save_value (f, 0),
3454 make_save_value (menu, 0)));
c3438661 3455
3e703b25
GM
3456 /* Help display under X won't work because XMenuActivate contains
3457 a loop that doesn't give Emacs a chance to process it. */
3458 menu_help_frame = f;
92280f67 3459 status = XMenuActivate (FRAME_X_DISPLAY (f), menu, &pane, &selidx,
af89e871
JD
3460 x, y, ButtonReleaseMask, &datap,
3461 menu_help_callback);
a352a815 3462
dcfdbac7
JB
3463 switch (status)
3464 {
3465 case XM_SUCCESS:
3466#ifdef XDEBUG
3467 fprintf (stderr, "pane= %d line = %d\n", panes, selidx);
3468#endif
fa6d54d9 3469
78589e07
RS
3470 /* Find the item number SELIDX in pane number PANE. */
3471 i = 0;
3472 while (i < menu_items_used)
fa6d54d9 3473 {
78589e07 3474 if (EQ (XVECTOR (menu_items)->contents[i], Qt))
088831f6 3475 {
78589e07
RS
3476 if (pane == 0)
3477 pane_prefix
3478 = XVECTOR (menu_items)->contents[i + MENU_ITEMS_PANE_PREFIX];
3479 pane--;
3480 i += MENU_ITEMS_PANE_LENGTH;
088831f6 3481 }
78589e07 3482 else
ab6ee1a0 3483 {
78589e07 3484 if (pane == -1)
ab6ee1a0 3485 {
78589e07 3486 if (selidx == 0)
ab6ee1a0 3487 {
78589e07
RS
3488 entry
3489 = XVECTOR (menu_items)->contents[i + MENU_ITEMS_ITEM_VALUE];
3490 if (keymaps != 0)
ab6ee1a0 3491 {
78589e07
RS
3492 entry = Fcons (entry, Qnil);
3493 if (!NILP (pane_prefix))
3494 entry = Fcons (pane_prefix, entry);
ab6ee1a0 3495 }
78589e07 3496 break;
ab6ee1a0 3497 }
78589e07 3498 selidx--;
ab6ee1a0 3499 }
78589e07 3500 i += MENU_ITEMS_ITEM_LENGTH;
ab6ee1a0
RS
3501 }
3502 }
78589e07 3503 break;
dcfdbac7 3504
78589e07 3505 case XM_FAILURE:
78589e07
RS
3506 *error = "Can't activate menu";
3507 case XM_IA_SELECT:
9f6fcdc5
JD
3508 entry = Qnil;
3509 break;
78589e07 3510 case XM_NO_SELECT:
9f6fcdc5
JD
3511 /* Make "Cancel" equivalent to C-g unless this menu was popped up by
3512 a mouse press. */
3513 if (! for_click)
3514 Fsignal (Qquit, Qnil);
78589e07
RS
3515 entry = Qnil;
3516 break;
dcfdbac7 3517 }
a5285df3 3518
af89e871 3519 unbind_to (specpdl_count, Qnil);
a5285df3 3520
78589e07 3521 return entry;
dcfdbac7 3522}
4dedbfe0 3523
78589e07 3524#endif /* not USE_X_TOOLKIT */
1e659e4c
RS
3525
3526#endif /* HAVE_MENUS */
088831f6 3527\f
dfcf069d 3528void
78589e07 3529syms_of_xmenu ()
dcfdbac7 3530{
78589e07
RS
3531 staticpro (&menu_items);
3532 menu_items = Qnil;
86fad4ec 3533 menu_items_inuse = Qnil;
dcfdbac7 3534
0314aacb
RS
3535 Qdebug_on_next_call = intern ("debug-on-next-call");
3536 staticpro (&Qdebug_on_next_call);
3537
7ee72033
MB
3538 DEFVAR_LISP ("menu-updating-frame", &Vmenu_updating_frame,
3539 doc: /* Frame for which we are updating a menu.
228299fa 3540The enable predicate for a menu command should check this variable. */);
bfc524bc
RS
3541 Vmenu_updating_frame = Qnil;
3542
8ed87156 3543#ifdef USE_X_TOOLKIT
177c0ea7 3544 widget_id_tick = (1<<16);
88766961 3545 next_menubar_widget_id = 1;
8ed87156
RS
3546#endif
3547
78589e07 3548 defsubr (&Sx_popup_menu);
1e659e4c 3549#ifdef HAVE_MENUS
165e1749 3550 defsubr (&Sx_popup_dialog);
1e659e4c 3551#endif
dcfdbac7 3552}
ab5796a9
MB
3553
3554/* arch-tag: 92ea573c-398e-496e-ac73-2436f7d63242
3555 (do not change this comment) */