(set-buffer-file-coding-system): Finish previous change.
[emacs.git] / src / xmenu.c
blob6f990bd11b1b89313a63d28d956df340d74e549b
1 /* X Communication module for terminals which understand the X protocol.
2 Copyright (C) 1986, 1988, 1993, 1994, 1996, 1999, 2000, 2001, 2003, 2004
3 Free Software Foundation, Inc.
5 This file is part of GNU Emacs.
7 GNU Emacs is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 2, or (at your option)
10 any later version.
12 GNU Emacs is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with GNU Emacs; see the file COPYING. If not, write to
19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20 Boston, MA 02111-1307, USA. */
22 /* X pop-up deck-of-cards menu facility for GNU Emacs.
24 * Written by Jon Arnold and Roman Budzianowski
25 * Mods and rewrite by Robert Krawitz
29 /* Modified by Fred Pierresteguy on December 93
30 to make the popup menus and menubar use the Xt. */
32 /* Rewritten for clarity and GC protection by rms in Feb 94. */
34 #include <config.h>
36 /* On 4.3 this loses if it comes after xterm.h. */
37 #include <signal.h>
39 #include <stdio.h>
41 #include "lisp.h"
42 #include "termhooks.h"
43 #include "keyboard.h"
44 #include "keymap.h"
45 #include "frame.h"
46 #include "window.h"
47 #include "blockinput.h"
48 #include "buffer.h"
49 #include "charset.h"
50 #include "coding.h"
51 #include "sysselect.h"
53 #ifdef MSDOS
54 #include "msdos.h"
55 #endif
57 #ifdef HAVE_X_WINDOWS
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"
61 #endif
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
69 #include "dispextern.h"
71 #ifdef HAVE_X_WINDOWS
72 /* Defining HAVE_MULTILINGUAL_MENU would mean that the toolkit menu
73 code accepts the Emacs internal encoding. */
74 #undef HAVE_MULTILINGUAL_MENU
75 #ifdef USE_X_TOOLKIT
76 #include "widget.h"
77 #include <X11/Xlib.h>
78 #include <X11/IntrinsicP.h>
79 #include <X11/CoreP.h>
80 #include <X11/StringDefs.h>
81 #include <X11/Shell.h>
82 #ifdef USE_LUCID
83 #include <X11/Xaw/Paned.h>
84 #endif /* USE_LUCID */
85 #include "../lwlib/lwlib.h"
86 #else /* not USE_X_TOOLKIT */
87 #ifndef USE_GTK
88 #include "../oldXMenu/XMenu.h"
89 #endif
90 #endif /* not USE_X_TOOLKIT */
91 #endif /* HAVE_X_WINDOWS */
93 #ifndef TRUE
94 #define TRUE 1
95 #define FALSE 0
96 #endif /* no TRUE */
98 Lisp_Object Vmenu_updating_frame;
100 Lisp_Object Qdebug_on_next_call;
102 extern Lisp_Object Qmenu_bar;
104 extern Lisp_Object QCtoggle, QCradio;
106 extern Lisp_Object Voverriding_local_map;
107 extern Lisp_Object Voverriding_local_map_menu_flag;
109 extern Lisp_Object Qoverriding_local_map, Qoverriding_terminal_local_map;
111 extern Lisp_Object Qmenu_bar_update_hook;
113 #ifdef USE_X_TOOLKIT
114 extern void set_frame_menubar P_ ((FRAME_PTR, int, int));
115 extern XtAppContext Xt_app_con;
117 static Lisp_Object xdialog_show P_ ((FRAME_PTR, int, Lisp_Object, char **));
118 static void popup_get_selection P_ ((XEvent *, struct x_display_info *,
119 LWLIB_ID, int, int));
121 /* Define HAVE_BOXES if menus can handle radio and toggle buttons. */
123 #define HAVE_BOXES 1
124 #endif /* USE_X_TOOLKIT */
126 #ifdef USE_GTK
127 #include "gtkutil.h"
128 #define HAVE_BOXES 1
129 extern void set_frame_menubar P_ ((FRAME_PTR, int, int));
130 static Lisp_Object xdialog_show P_ ((FRAME_PTR, int, Lisp_Object, char **));
131 #endif
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
149 static void push_menu_item P_ ((Lisp_Object, Lisp_Object, Lisp_Object,
150 Lisp_Object, Lisp_Object, Lisp_Object,
151 Lisp_Object, Lisp_Object));
152 static int update_frame_menubar P_ ((struct frame *));
153 static Lisp_Object xmenu_show P_ ((struct frame *, int, int, int, int,
154 Lisp_Object, char **));
155 static void keymap_panes P_ ((Lisp_Object *, int, int));
156 static void single_keymap_panes P_ ((Lisp_Object, Lisp_Object, Lisp_Object,
157 int, int));
158 static void list_of_panes P_ ((Lisp_Object));
159 static void list_of_items P_ ((Lisp_Object));
162 /* This holds a Lisp vector that holds the results of decoding
163 the keymaps or alist-of-alists that specify a menu.
165 It describes the panes and items within the panes.
167 Each pane is described by 3 elements in the vector:
168 t, the pane name, the pane's prefix key.
169 Then follow the pane's items, with 5 elements per item:
170 the item string, the enable flag, the item's value,
171 the definition, and the equivalent keyboard key's description string.
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.
178 A single vector slot containing quote indicates that the
179 following items should appear on the right of a dialog box.
181 Using a Lisp vector to hold this information while we decode it
182 takes care of protecting all the data from GC. */
184 #define MENU_ITEMS_PANE_NAME 1
185 #define MENU_ITEMS_PANE_PREFIX 2
186 #define MENU_ITEMS_PANE_LENGTH 3
188 enum menu_item_idx
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
201 static Lisp_Object menu_items;
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. */
205 static Lisp_Object menu_items_inuse;
207 /* Number of slots currently allocated in menu_items. */
208 static int menu_items_allocated;
210 /* This is the index in menu_items of the first empty slot. */
211 static int menu_items_used;
213 /* The number of panes currently recorded in menu_items,
214 excluding those within submenus. */
215 static int menu_items_n_panes;
217 /* Current depth within submenus. */
218 static int menu_items_submenu_depth;
220 /* Flag which when set indicates a dialog or menu has been posted by
221 Xt on behalf of one of the widget sets. */
222 static int popup_activated_flag;
224 static int next_menubar_widget_id;
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.
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>. */
233 int pending_menu_activation;
235 #ifdef USE_X_TOOLKIT
237 /* Return the frame whose ->output_data.x->id equals ID, or 0 if none. */
239 static struct frame *
240 menubar_id_to_frame (id)
241 LWLIB_ID id;
243 Lisp_Object tail, frame;
244 FRAME_PTR f;
246 for (tail = Vframe_list; GC_CONSP (tail); tail = XCDR (tail))
248 frame = XCAR (tail);
249 if (!GC_FRAMEP (frame))
250 continue;
251 f = XFRAME (frame);
252 if (!FRAME_WINDOW_P (f))
253 continue;
254 if (f->output_data.x->id == id)
255 return f;
257 return 0;
260 #endif
262 /* Initialize the menu_items structure if we haven't already done so.
263 Also mark it as currently empty. */
265 static void
266 init_menu_items ()
268 if (NILP (menu_items))
270 menu_items_allocated = 60;
271 menu_items = Fmake_vector (make_number (menu_items_allocated), Qnil);
274 if (!NILP (menu_items_inuse))
275 error ("Trying to use a menu from within a menu-entry");
276 menu_items_inuse = Qt;
277 menu_items_used = 0;
278 menu_items_n_panes = 0;
279 menu_items_submenu_depth = 0;
282 /* Call at the end of generating the data in menu_items. */
284 static void
285 finish_menu_items ()
289 static Lisp_Object
290 unuse_menu_items (dummy)
291 Lisp_Object dummy;
293 return menu_items_inuse = Qnil;
296 /* Call when finished using the data for the current menu
297 in menu_items. */
299 static void
300 discard_menu_items ()
302 /* Free the structure if it is especially large.
303 Otherwise, hold on to it, to save time. */
304 if (menu_items_allocated > 200)
306 menu_items = Qnil;
307 menu_items_allocated = 0;
309 xassert (NILP (menu_items_inuse));
312 /* Make the menu_items vector twice as large. */
314 static void
315 grow_menu_items ()
317 Lisp_Object old;
318 int old_size = menu_items_allocated;
319 old = menu_items;
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));
327 /* Begin a submenu. */
329 static void
330 push_submenu_start ()
332 if (menu_items_used + 1 > menu_items_allocated)
333 grow_menu_items ();
335 XVECTOR (menu_items)->contents[menu_items_used++] = Qnil;
336 menu_items_submenu_depth++;
339 /* End a submenu. */
341 static void
342 push_submenu_end ()
344 if (menu_items_used + 1 > menu_items_allocated)
345 grow_menu_items ();
347 XVECTOR (menu_items)->contents[menu_items_used++] = Qlambda;
348 menu_items_submenu_depth--;
351 /* Indicate boundary between left and right. */
353 static void
354 push_left_right_boundary ()
356 if (menu_items_used + 1 > menu_items_allocated)
357 grow_menu_items ();
359 XVECTOR (menu_items)->contents[menu_items_used++] = Qquote;
362 /* Start a new menu pane in menu_items.
363 NAME is the pane name. PREFIX_VEC is a prefix key for this pane. */
365 static void
366 push_menu_pane (name, prefix_vec)
367 Lisp_Object name, prefix_vec;
369 if (menu_items_used + MENU_ITEMS_PANE_LENGTH > menu_items_allocated)
370 grow_menu_items ();
372 if (menu_items_submenu_depth == 0)
373 menu_items_n_panes++;
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;
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'. */
387 static void
388 push_menu_item (name, enable, key, def, equiv, type, selected, help)
389 Lisp_Object name, enable, key, def, equiv, type, selected, help;
391 if (menu_items_used + MENU_ITEMS_ITEM_LENGTH > menu_items_allocated)
392 grow_menu_items ();
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;
398 XVECTOR (menu_items)->contents[menu_items_used++] = def;
399 XVECTOR (menu_items)->contents[menu_items_used++] = type;
400 XVECTOR (menu_items)->contents[menu_items_used++] = selected;
401 XVECTOR (menu_items)->contents[menu_items_used++] = help;
404 /* Look through KEYMAPS, a vector of keymaps that is NMAPS long,
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. */
409 static void
410 keymap_panes (keymaps, nmaps, notreal)
411 Lisp_Object *keymaps;
412 int nmaps;
413 int notreal;
415 int mapno;
417 init_menu_items ();
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++)
423 single_keymap_panes (keymaps[mapno],
424 Fkeymap_prompt (keymaps[mapno]), Qnil, notreal, 10);
426 finish_menu_items ();
429 /* Args passed between single_keymap_panes and single_menu_item. */
430 struct skp
432 Lisp_Object pending_maps;
433 int maxdepth, notreal;
434 int notbuttons;
437 static void single_menu_item P_ ((Lisp_Object, Lisp_Object, Lisp_Object,
438 void *));
440 /* This is a recursive subroutine of keymap_panes.
441 It handles one keymap, KEYMAP.
442 The other arguments are passed along
443 or point to local variables of the previous function.
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.
447 If we encounter submenus deeper than MAXDEPTH levels, ignore them. */
449 static void
450 single_keymap_panes (keymap, pane_name, prefix, notreal, maxdepth)
451 Lisp_Object keymap;
452 Lisp_Object pane_name;
453 Lisp_Object prefix;
454 int notreal;
455 int maxdepth;
457 struct skp skp;
458 struct gcpro gcpro1;
460 skp.pending_maps = Qnil;
461 skp.maxdepth = maxdepth;
462 skp.notreal = notreal;
463 skp.notbuttons = 0;
465 if (maxdepth <= 0)
466 return;
468 push_menu_pane (pane_name, prefix);
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. */
475 skp.notbuttons = menu_items_used;
476 #endif
478 GCPRO1 (skp.pending_maps);
479 map_keymap (keymap, single_menu_item, Qnil, &skp, 1);
480 UNGCPRO;
482 /* Process now any submenus which want to be panes at this level. */
483 while (CONSP (skp.pending_maps))
485 Lisp_Object elt, eltcdr, string;
486 elt = XCAR (skp.pending_maps);
487 eltcdr = XCDR (elt);
488 string = XCAR (eltcdr);
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,
492 XCDR (eltcdr), notreal, maxdepth - 1);
493 skp.pending_maps = XCDR (skp.pending_maps);
497 /* This is a subroutine of single_keymap_panes that handles one
498 keymap entry.
499 KEY is a key in a keymap and ITEM is its binding.
500 SKP->PENDING_MAPS_PTR is a list of keymaps waiting to be made into
501 separate panes.
502 If SKP->NOTREAL is nonzero, only check for equivalent key bindings, don't
503 evaluate expressions in menu items and don't make any menu.
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. */
509 static void
510 single_menu_item (key, item, dummy, skp_v)
511 Lisp_Object key, item, dummy;
512 void *skp_v;
514 Lisp_Object map, item_string, enabled;
515 struct gcpro gcpro1, gcpro2;
516 int res;
517 struct skp *skp = skp_v;
519 /* Parse the menu item and leave the result in item_properties. */
520 GCPRO2 (key, item);
521 res = parse_menu_item (item, skp->notreal, 0);
522 UNGCPRO;
523 if (!res)
524 return; /* Not a menu item. */
526 map = XVECTOR (item_properties)->contents[ITEM_PROPERTY_MAP];
528 if (skp->notreal)
530 /* We don't want to make a menu, just traverse the keymaps to
531 precompute equivalent key bindings. */
532 if (!NILP (map))
533 single_keymap_panes (map, Qnil, key, 1, skp->maxdepth - 1);
534 return;
537 enabled = XVECTOR (item_properties)->contents[ITEM_PROPERTY_ENABLE];
538 item_string = XVECTOR (item_properties)->contents[ITEM_PROPERTY_NAME];
540 if (!NILP (map) && SREF (item_string, 0) == '@')
542 if (!NILP (enabled))
543 /* An enabled separate pane. Remember this to handle it later. */
544 skp->pending_maps = Fcons (Fcons (map, Fcons (item_string, key)),
545 skp->pending_maps);
546 return;
549 #ifndef HAVE_BOXES
550 /* Simulate radio buttons and toggle boxes by putting a prefix in
551 front of them. */
553 Lisp_Object prefix = Qnil;
554 Lisp_Object type = XVECTOR (item_properties)->contents[ITEM_PROPERTY_TYPE];
555 if (!NILP (type))
557 Lisp_Object selected
558 = XVECTOR (item_properties)->contents[ITEM_PROPERTY_SELECTED];
560 if (skp->notbuttons)
561 /* The first button. Line up previous items in this menu. */
563 int index = skp->notbuttons; /* Index for first item this menu. */
564 int submenu = 0;
565 Lisp_Object tem;
566 while (index < menu_items_used)
569 = XVECTOR (menu_items)->contents[index + MENU_ITEMS_ITEM_NAME];
570 if (NILP (tem))
572 index++;
573 submenu++; /* Skip sub menu. */
575 else if (EQ (tem, Qlambda))
577 index++;
578 submenu--; /* End sub menu. */
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
586 if (!submenu && SREF (tem, 0) != '\0'
587 && SREF (tem, 0) != '-')
588 XVECTOR (menu_items)->contents[index + MENU_ITEMS_ITEM_NAME]
589 = concat2 (build_string (" "), tem);
590 index += MENU_ITEMS_ITEM_LENGTH;
593 skp->notbuttons = 0;
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) ? "( ) " : "(*) ");
602 /* Not a button. If we have earlier buttons, then we need a prefix. */
603 else if (!skp->notbuttons && SREF (item_string, 0) != '\0'
604 && SREF (item_string, 0) != '-')
605 prefix = build_string (" ");
607 if (!NILP (prefix))
608 item_string = concat2 (prefix, item_string);
610 #endif /* not HAVE_BOXES */
612 #if ! defined (USE_X_TOOLKIT) && ! defined (USE_GTK)
613 if (!NILP (map))
614 /* Indicate visually that this is a submenu. */
615 item_string = concat2 (item_string, build_string (" >"));
616 #endif
618 push_menu_item (item_string, enabled, key,
619 XVECTOR (item_properties)->contents[ITEM_PROPERTY_DEF],
620 XVECTOR (item_properties)->contents[ITEM_PROPERTY_KEYEQ],
621 XVECTOR (item_properties)->contents[ITEM_PROPERTY_TYPE],
622 XVECTOR (item_properties)->contents[ITEM_PROPERTY_SELECTED],
623 XVECTOR (item_properties)->contents[ITEM_PROPERTY_HELP]);
625 #if defined (USE_X_TOOLKIT) || defined (USE_GTK)
626 /* Display a submenu using the toolkit. */
627 if (! (NILP (map) || NILP (enabled)))
629 push_submenu_start ();
630 single_keymap_panes (map, Qnil, key, 0, skp->maxdepth - 1);
631 push_submenu_end ();
633 #endif
636 /* Push all the panes and items of a menu described by the
637 alist-of-alists MENU.
638 This handles old-fashioned calls to x-popup-menu. */
640 static void
641 list_of_panes (menu)
642 Lisp_Object menu;
644 Lisp_Object tail;
646 init_menu_items ();
648 for (tail = menu; !NILP (tail); tail = Fcdr (tail))
650 Lisp_Object elt, pane_name, pane_data;
651 elt = Fcar (tail);
652 pane_name = Fcar (elt);
653 CHECK_STRING (pane_name);
654 push_menu_pane (ENCODE_MENU_STRING (pane_name), Qnil);
655 pane_data = Fcdr (elt);
656 CHECK_CONS (pane_data);
657 list_of_items (pane_data);
660 finish_menu_items ();
663 /* Push the items in a single pane defined by the alist PANE. */
665 static void
666 list_of_items (pane)
667 Lisp_Object pane;
669 Lisp_Object tail, item, item1;
671 for (tail = pane; !NILP (tail); tail = Fcdr (tail))
673 item = Fcar (tail);
674 if (STRINGP (item))
675 push_menu_item (ENCODE_MENU_STRING (item), Qnil, Qnil, Qt,
676 Qnil, Qnil, Qnil, Qnil);
677 else if (NILP (item))
678 push_left_right_boundary ();
679 else
681 CHECK_CONS (item);
682 item1 = Fcar (item);
683 CHECK_STRING (item1);
684 push_menu_item (ENCODE_MENU_STRING (item1), Qt, Fcdr (item),
685 Qt, Qnil, Qnil, Qnil, Qnil);
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. */
698 static void
699 mouse_position_for_popup (f, x, y)
700 FRAME_PTR f;
701 int *x;
702 int *y;
704 Window root, dummy_window;
705 int dummy;
707 BLOCK_INPUT;
709 XQueryPointer (FRAME_X_DISPLAY (f),
710 DefaultRootWindow (FRAME_X_DISPLAY (f)),
712 /* The root window which contains the pointer. */
713 &root,
715 /* Window pointer is on, not used */
716 &dummy_window,
718 /* The position on that root window. */
719 x, y,
721 /* x/y in dummy_window coordinates, not used. */
722 &dummy, &dummy,
724 /* Modifier keys and pointer buttons, about which
725 we don't care. */
726 (unsigned int *) &dummy);
728 UNBLOCK_INPUT;
730 /* xmenu_show expects window coordinates, not root window
731 coordinates. Translate. */
732 *x -= f->left_pos + FRAME_OUTER_TO_INNER_DIFF_X (f);
733 *y -= f->top_pos + FRAME_OUTER_TO_INNER_DIFF_Y (f);
736 #endif /* HAVE_X_WINDOWS */
738 DEFUN ("x-popup-menu", Fx_popup_menu, Sx_popup_menu, 2, 2, 0,
739 doc: /* Pop up a deck-of-cards menu and return user's selection.
740 POSITION is a position specification. This is either a mouse button event
741 or a list ((XOFFSET YOFFSET) WINDOW)
742 where XOFFSET and YOFFSET are positions in pixels from the top left
743 corner of WINDOW's frame. (WINDOW may be a frame object instead of a window.)
744 This controls the position of the center of the first line
745 in the first pane of the menu, not the top left of the menu as a whole.
746 If POSITION is t, it means to use the current mouse position.
748 MENU is a specifier for a menu. For the simplest case, MENU is a keymap.
749 The menu items come from key bindings that have a menu string as well as
750 a definition; actually, the "definition" in such a key binding looks like
751 \(STRING . REAL-DEFINITION). To give the menu a title, put a string into
752 the keymap as a top-level element.
754 If REAL-DEFINITION is nil, that puts a nonselectable string in the menu.
755 Otherwise, REAL-DEFINITION should be a valid key binding definition.
757 You can also use a list of keymaps as MENU.
758 Then each keymap makes a separate pane.
759 When MENU is a keymap or a list of keymaps, the return value
760 is a list of events.
762 Alternatively, you can specify a menu of multiple panes
763 with a list of the form (TITLE PANE1 PANE2...),
764 where each pane is a list of form (TITLE ITEM1 ITEM2...).
765 Each ITEM is normally a cons cell (STRING . VALUE);
766 but a string can appear as an item--that makes a nonselectable line
767 in the menu.
768 With this form of menu, the return value is VALUE from the chosen item.
770 If POSITION is nil, don't display the menu at all, just precalculate the
771 cached information about equivalent key sequences. */)
772 (position, menu)
773 Lisp_Object position, menu;
775 Lisp_Object keymap, tem;
776 int xpos = 0, ypos = 0;
777 Lisp_Object title;
778 char *error_name;
779 Lisp_Object selection;
780 FRAME_PTR f = NULL;
781 Lisp_Object x, y, window;
782 int keymaps = 0;
783 int for_click = 0;
784 int specpdl_count = SPECPDL_INDEX ();
785 struct gcpro gcpro1;
787 #ifdef HAVE_MENUS
788 if (! NILP (position))
790 int get_current_pos_p = 0;
791 check_x ();
793 /* Decode the first argument: find the window and the coordinates. */
794 if (EQ (position, Qt)
795 || (CONSP (position) && (EQ (XCAR (position), Qmenu_bar)
796 || EQ (XCAR (position), Qtool_bar))))
798 get_current_pos_p = 1;
800 else
802 tem = Fcar (position);
803 if (CONSP (tem))
805 window = Fcar (Fcdr (position));
806 x = Fcar (tem);
807 y = Fcar (Fcdr (tem));
809 else
811 for_click = 1;
812 tem = Fcar (Fcdr (position)); /* EVENT_START (position) */
813 window = Fcar (tem); /* POSN_WINDOW (tem) */
814 tem = Fcar (Fcdr (Fcdr (tem))); /* POSN_WINDOW_POSN (tem) */
815 x = Fcar (tem);
816 y = Fcdr (tem);
819 /* If a click happens in an external tool bar or a detached
820 tool bar, x and y is NIL. In that case, use the current
821 mouse position. This happens for the help button in the
822 tool bar. Ideally popup-menu should pass NIL to
823 this function, but it doesn't. */
824 if (NILP (x) && NILP (y))
825 get_current_pos_p = 1;
828 if (get_current_pos_p)
830 /* Use the mouse's current position. */
831 FRAME_PTR new_f = SELECTED_FRAME ();
832 #ifdef HAVE_X_WINDOWS
833 /* Can't use mouse_position_hook for X since it returns
834 coordinates relative to the window the mouse is in,
835 we need coordinates relative to the edit widget always. */
836 if (new_f != 0)
838 int cur_x, cur_y;
840 mouse_position_for_popup (new_f, &cur_x, &cur_y);
841 /* cur_x/y may be negative, so use make_number. */
842 x = make_number (cur_x);
843 y = make_number (cur_y);
846 #else /* not HAVE_X_WINDOWS */
847 Lisp_Object bar_window;
848 enum scroll_bar_part part;
849 unsigned long time;
851 if (mouse_position_hook)
852 (*mouse_position_hook) (&new_f, 1, &bar_window,
853 &part, &x, &y, &time);
854 #endif /* not HAVE_X_WINDOWS */
856 if (new_f != 0)
857 XSETFRAME (window, new_f);
858 else
860 window = selected_window;
861 XSETFASTINT (x, 0);
862 XSETFASTINT (y, 0);
866 CHECK_NUMBER (x);
867 CHECK_NUMBER (y);
869 /* Decode where to put the menu. */
871 if (FRAMEP (window))
873 f = XFRAME (window);
874 xpos = 0;
875 ypos = 0;
877 else if (WINDOWP (window))
879 CHECK_LIVE_WINDOW (window);
880 f = XFRAME (WINDOW_FRAME (XWINDOW (window)));
882 xpos = WINDOW_LEFT_EDGE_X (XWINDOW (window));
883 ypos = WINDOW_TOP_EDGE_Y (XWINDOW (window));
885 else
886 /* ??? Not really clean; should be CHECK_WINDOW_OR_FRAME,
887 but I don't want to make one now. */
888 CHECK_WINDOW (window);
890 xpos += XINT (x);
891 ypos += XINT (y);
893 Vmenu_updating_frame = Qnil;
894 #endif /* HAVE_MENUS */
896 record_unwind_protect (unuse_menu_items, Qnil);
897 title = Qnil;
898 GCPRO1 (title);
900 /* Decode the menu items from what was specified. */
902 keymap = get_keymap (menu, 0, 0);
903 if (CONSP (keymap))
905 /* We were given a keymap. Extract menu info from the keymap. */
906 Lisp_Object prompt;
908 /* Extract the detailed info to make one pane. */
909 keymap_panes (&menu, 1, NILP (position));
911 /* Search for a string appearing directly as an element of the keymap.
912 That string is the title of the menu. */
913 prompt = Fkeymap_prompt (keymap);
914 if (NILP (title) && !NILP (prompt))
915 title = prompt;
917 /* Make that be the pane title of the first pane. */
918 if (!NILP (prompt) && menu_items_n_panes >= 0)
919 XVECTOR (menu_items)->contents[MENU_ITEMS_PANE_NAME] = prompt;
921 keymaps = 1;
923 else if (CONSP (menu) && KEYMAPP (XCAR (menu)))
925 /* We were given a list of keymaps. */
926 int nmaps = XFASTINT (Flength (menu));
927 Lisp_Object *maps
928 = (Lisp_Object *) alloca (nmaps * sizeof (Lisp_Object));
929 int i;
931 title = Qnil;
933 /* The first keymap that has a prompt string
934 supplies the menu title. */
935 for (tem = menu, i = 0; CONSP (tem); tem = Fcdr (tem))
937 Lisp_Object prompt;
939 maps[i++] = keymap = get_keymap (Fcar (tem), 1, 0);
941 prompt = Fkeymap_prompt (keymap);
942 if (NILP (title) && !NILP (prompt))
943 title = prompt;
946 /* Extract the detailed info to make one pane. */
947 keymap_panes (maps, nmaps, NILP (position));
949 /* Make the title be the pane title of the first pane. */
950 if (!NILP (title) && menu_items_n_panes >= 0)
951 XVECTOR (menu_items)->contents[MENU_ITEMS_PANE_NAME] = title;
953 keymaps = 1;
955 else
957 /* We were given an old-fashioned menu. */
958 title = Fcar (menu);
959 CHECK_STRING (title);
961 list_of_panes (Fcdr (menu));
963 keymaps = 0;
966 unbind_to (specpdl_count, Qnil);
968 if (NILP (position))
970 discard_menu_items ();
971 UNGCPRO;
972 return Qnil;
975 #ifdef HAVE_MENUS
976 /* Display them in a menu. */
977 BLOCK_INPUT;
979 selection = xmenu_show (f, xpos, ypos, for_click,
980 keymaps, title, &error_name);
981 UNBLOCK_INPUT;
983 discard_menu_items ();
985 UNGCPRO;
986 #endif /* HAVE_MENUS */
988 if (error_name) error (error_name);
989 return selection;
992 #ifdef HAVE_MENUS
994 DEFUN ("x-popup-dialog", Fx_popup_dialog, Sx_popup_dialog, 2, 2, 0,
995 doc: /* Pop up a dialog box and return user's selection.
996 POSITION specifies which frame to use.
997 This is normally a mouse button event or a window or frame.
998 If POSITION is t, it means to use the frame the mouse is on.
999 The dialog box appears in the middle of the specified frame.
1001 CONTENTS specifies the alternatives to display in the dialog box.
1002 It is a list of the form (TITLE ITEM1 ITEM2...).
1003 Each ITEM is a cons cell (STRING . VALUE).
1004 The return value is VALUE from the chosen item.
1006 An ITEM may also be just a string--that makes a nonselectable item.
1007 An ITEM may also be nil--that means to put all preceding items
1008 on the left of the dialog box and all following items on the right.
1009 \(By default, approximately half appear on each side.) */)
1010 (position, contents)
1011 Lisp_Object position, contents;
1013 FRAME_PTR f = NULL;
1014 Lisp_Object window;
1016 check_x ();
1018 /* Decode the first argument: find the window or frame to use. */
1019 if (EQ (position, Qt)
1020 || (CONSP (position) && (EQ (XCAR (position), Qmenu_bar)
1021 || EQ (XCAR (position), Qtool_bar))))
1023 #if 0 /* Using the frame the mouse is on may not be right. */
1024 /* Use the mouse's current position. */
1025 FRAME_PTR new_f = SELECTED_FRAME ();
1026 Lisp_Object bar_window;
1027 enum scroll_bar_part part;
1028 unsigned long time;
1029 Lisp_Object x, y;
1031 (*mouse_position_hook) (&new_f, 1, &bar_window, &part, &x, &y, &time);
1033 if (new_f != 0)
1034 XSETFRAME (window, new_f);
1035 else
1036 window = selected_window;
1037 #endif
1038 window = selected_window;
1040 else if (CONSP (position))
1042 Lisp_Object tem;
1043 tem = Fcar (position);
1044 if (CONSP (tem))
1045 window = Fcar (Fcdr (position));
1046 else
1048 tem = Fcar (Fcdr (position)); /* EVENT_START (position) */
1049 window = Fcar (tem); /* POSN_WINDOW (tem) */
1052 else if (WINDOWP (position) || FRAMEP (position))
1053 window = position;
1054 else
1055 window = Qnil;
1057 /* Decode where to put the menu. */
1059 if (FRAMEP (window))
1060 f = XFRAME (window);
1061 else if (WINDOWP (window))
1063 CHECK_LIVE_WINDOW (window);
1064 f = XFRAME (WINDOW_FRAME (XWINDOW (window)));
1066 else
1067 /* ??? Not really clean; should be CHECK_WINDOW_OR_FRAME,
1068 but I don't want to make one now. */
1069 CHECK_WINDOW (window);
1071 #if ! defined (USE_X_TOOLKIT) && ! defined (USE_GTK)
1072 /* Display a menu with these alternatives
1073 in the middle of frame F. */
1075 Lisp_Object x, y, frame, newpos;
1076 XSETFRAME (frame, f);
1077 XSETINT (x, x_pixel_width (f) / 2);
1078 XSETINT (y, x_pixel_height (f) / 2);
1079 newpos = Fcons (Fcons (x, Fcons (y, Qnil)), Fcons (frame, Qnil));
1081 return Fx_popup_menu (newpos,
1082 Fcons (Fcar (contents), Fcons (contents, Qnil)));
1084 #else
1086 Lisp_Object title;
1087 char *error_name;
1088 Lisp_Object selection;
1089 int specpdl_count = SPECPDL_INDEX ();
1091 /* Decode the dialog items from what was specified. */
1092 title = Fcar (contents);
1093 CHECK_STRING (title);
1094 record_unwind_protect (unuse_menu_items, Qnil);
1096 if (NILP (Fcar (Fcdr (contents))))
1097 /* No buttons specified, add an "Ok" button so users can pop down
1098 the dialog. Also, the lesstif/motif version crashes if there are
1099 no buttons. */
1100 contents = Fcons (title, Fcons (Fcons (build_string ("Ok"), Qt), Qnil));
1102 list_of_panes (Fcons (contents, Qnil));
1104 /* Display them in a dialog box. */
1105 BLOCK_INPUT;
1106 selection = xdialog_show (f, 0, title, &error_name);
1107 UNBLOCK_INPUT;
1109 unbind_to (specpdl_count, Qnil);
1110 discard_menu_items ();
1112 if (error_name) error (error_name);
1113 return selection;
1115 #endif
1119 #ifndef MSDOS
1121 /* Set menu_items_inuse so no other popup menu or dialog is created. */
1123 void
1124 x_menu_set_in_use (in_use)
1125 int in_use;
1127 menu_items_inuse = in_use ? Qt : Qnil;
1128 popup_activated_flag = in_use;
1131 /* Wait for an X event to arrive or for a timer to expire. */
1133 void
1134 x_menu_wait_for_event (void *data)
1136 extern EMACS_TIME timer_check P_ ((int));
1138 /* Another way to do this is to register a timer callback, that can be
1139 done in GTK and Xt. But we have to do it like this when using only X
1140 anyway, and with callbacks we would have three variants for timer handling
1141 instead of the small ifdefs below. */
1143 while (
1144 #ifdef USE_X_TOOLKIT
1145 ! XtAppPending (Xt_app_con)
1146 #elif defined USE_GTK
1147 ! gtk_events_pending ()
1148 #else
1149 ! XPending ((Display*) data)
1150 #endif
1153 EMACS_TIME next_time = timer_check (1);
1154 long secs = EMACS_SECS (next_time);
1155 long usecs = EMACS_USECS (next_time);
1156 SELECT_TYPE read_fds;
1157 struct x_display_info *dpyinfo;
1158 int n = 0;
1160 FD_ZERO (&read_fds);
1161 for (dpyinfo = x_display_list; dpyinfo; dpyinfo = dpyinfo->next)
1163 int fd = ConnectionNumber (dpyinfo->display);
1164 FD_SET (fd, &read_fds);
1165 if (fd > n) n = fd;
1168 if (secs < 0 || (secs == 0 && usecs == 0))
1170 /* Sometimes timer_check returns -1 (no timers) even if there are
1171 timers. So do a timeout anyway. */
1172 EMACS_SET_SECS (next_time, 1);
1173 EMACS_SET_USECS (next_time, 0);
1176 select (n + 1, &read_fds, (SELECT_TYPE *)0, (SELECT_TYPE *)0, &next_time);
1179 #endif /* ! MSDOS */
1182 #if defined (USE_X_TOOLKIT) || defined (USE_GTK)
1184 #ifdef USE_X_TOOLKIT
1186 /* Loop in Xt until the menu pulldown or dialog popup has been
1187 popped down (deactivated). This is used for x-popup-menu
1188 and x-popup-dialog; it is not used for the menu bar.
1190 If DOWN_ON_KEYPRESS is nonzero, pop down if a key is pressed.
1192 NOTE: All calls to popup_get_selection should be protected
1193 with BLOCK_INPUT, UNBLOCK_INPUT wrappers. */
1195 static void
1196 popup_get_selection (initial_event, dpyinfo, id, do_timers, down_on_keypress)
1197 XEvent *initial_event;
1198 struct x_display_info *dpyinfo;
1199 LWLIB_ID id;
1200 int do_timers;
1201 int down_on_keypress;
1203 XEvent event;
1205 while (popup_activated_flag)
1207 if (initial_event)
1209 event = *initial_event;
1210 initial_event = 0;
1212 else
1214 if (do_timers) x_menu_wait_for_event (0);
1215 XtAppNextEvent (Xt_app_con, &event);
1218 /* Make sure we don't consider buttons grabbed after menu goes.
1219 And make sure to deactivate for any ButtonRelease,
1220 even if XtDispatchEvent doesn't do that. */
1221 if (event.type == ButtonRelease
1222 && dpyinfo->display == event.xbutton.display)
1224 dpyinfo->grabbed &= ~(1 << event.xbutton.button);
1225 #ifdef USE_MOTIF /* Pretending that the event came from a
1226 Btn1Down seems the only way to convince Motif to
1227 activate its callbacks; setting the XmNmenuPost
1228 isn't working. --marcus@sysc.pdx.edu. */
1229 event.xbutton.button = 1;
1230 /* Motif only pops down menus when no Ctrl, Alt or Mod
1231 key is pressed and the button is released. So reset key state
1232 so Motif thinks this is the case. */
1233 event.xbutton.state = 0;
1234 #endif
1236 /* If the user presses a key that doesn't go to the menu,
1237 deactivate the menu.
1238 The user is likely to do that if we get wedged.
1239 All toolkits now pop down menus on ESC.
1240 For dialogs however, the focus may not be on the dialog, so
1241 in that case, we pop down. */
1242 else if (event.type == KeyPress
1243 && down_on_keypress
1244 && dpyinfo->display == event.xbutton.display)
1246 KeySym keysym = XLookupKeysym (&event.xkey, 0);
1247 if (!IsModifierKey (keysym)
1248 && x_any_window_to_frame (dpyinfo, event.xany.window) != NULL)
1249 popup_activated_flag = 0;
1252 x_dispatch_event (&event, event.xany.display);
1256 #endif /* USE_X_TOOLKIT */
1258 #ifdef USE_GTK
1259 /* Loop util popup_activated_flag is set to zero in a callback.
1260 Used for popup menus and dialogs. */
1262 static void
1263 popup_widget_loop (do_timers, widget)
1264 int do_timers;
1265 GtkWidget *widget;
1267 ++popup_activated_flag;
1269 /* Process events in the Gtk event loop until done. */
1270 while (popup_activated_flag)
1272 if (do_timers) x_menu_wait_for_event (0);
1273 gtk_main_iteration ();
1276 #endif
1278 /* Activate the menu bar of frame F.
1279 This is called from keyboard.c when it gets the
1280 MENU_BAR_ACTIVATE_EVENT out of the Emacs event queue.
1282 To activate the menu bar, we use the X button-press event
1283 that was saved in saved_menu_event.
1284 That makes the toolkit do its thing.
1286 But first we recompute the menu bar contents (the whole tree).
1288 The reason for saving the button event until here, instead of
1289 passing it to the toolkit right away, is that we can safely
1290 execute Lisp code. */
1292 void
1293 x_activate_menubar (f)
1294 FRAME_PTR f;
1296 if (!f->output_data.x->saved_menu_event->type)
1297 return;
1299 #ifdef USE_GTK
1300 if (! xg_win_to_widget (FRAME_X_DISPLAY (f),
1301 f->output_data.x->saved_menu_event->xany.window))
1302 return;
1303 #endif
1305 set_frame_menubar (f, 0, 1);
1306 BLOCK_INPUT;
1307 #ifdef USE_GTK
1308 XPutBackEvent (f->output_data.x->display_info->display,
1309 f->output_data.x->saved_menu_event);
1310 popup_activated_flag = 1;
1311 #else
1312 XtDispatchEvent (f->output_data.x->saved_menu_event);
1313 #endif
1314 UNBLOCK_INPUT;
1315 #ifdef USE_MOTIF
1316 if (f->output_data.x->saved_menu_event->type == ButtonRelease)
1317 pending_menu_activation = 1;
1318 #endif
1320 /* Ignore this if we get it a second time. */
1321 f->output_data.x->saved_menu_event->type = 0;
1324 /* Detect if a dialog or menu has been posted. */
1327 popup_activated ()
1329 return popup_activated_flag;
1332 /* This callback is invoked when the user selects a menubar cascade
1333 pushbutton, but before the pulldown menu is posted. */
1335 #ifndef USE_GTK
1336 static void
1337 popup_activate_callback (widget, id, client_data)
1338 Widget widget;
1339 LWLIB_ID id;
1340 XtPointer client_data;
1342 popup_activated_flag = 1;
1344 #endif
1346 /* This callback is invoked when a dialog or menu is finished being
1347 used and has been unposted. */
1349 #ifdef USE_GTK
1350 static void
1351 popup_deactivate_callback (widget, client_data)
1352 GtkWidget *widget;
1353 gpointer client_data;
1355 popup_activated_flag = 0;
1357 #else
1358 static void
1359 popup_deactivate_callback (widget, id, client_data)
1360 Widget widget;
1361 LWLIB_ID id;
1362 XtPointer client_data;
1364 popup_activated_flag = 0;
1366 #endif
1369 /* Function that finds the frame for WIDGET and shows the HELP text
1370 for that widget.
1371 F is the frame if known, or NULL if not known. */
1372 static void
1373 show_help_event (f, widget, help)
1374 FRAME_PTR f;
1375 xt_or_gtk_widget widget;
1376 Lisp_Object help;
1378 Lisp_Object frame;
1380 if (f)
1382 XSETFRAME (frame, f);
1383 kbd_buffer_store_help_event (frame, help);
1385 else
1387 #if 0 /* This code doesn't do anything useful. ++kfs */
1388 /* WIDGET is the popup menu. It's parent is the frame's
1389 widget. See which frame that is. */
1390 xt_or_gtk_widget frame_widget = XtParent (widget);
1391 Lisp_Object tail;
1393 for (tail = Vframe_list; GC_CONSP (tail); tail = XCDR (tail))
1395 frame = XCAR (tail);
1396 if (GC_FRAMEP (frame)
1397 && (f = XFRAME (frame),
1398 FRAME_X_P (f) && f->output_data.x->widget == frame_widget))
1399 break;
1401 #endif
1402 show_help_echo (help, Qnil, Qnil, Qnil, 1);
1406 /* Callback called when menu items are highlighted/unhighlighted
1407 while moving the mouse over them. WIDGET is the menu bar or menu
1408 popup widget. ID is its LWLIB_ID. CALL_DATA contains a pointer to
1409 the data structure for the menu item, or null in case of
1410 unhighlighting. */
1412 #ifdef USE_GTK
1413 void
1414 menu_highlight_callback (widget, call_data)
1415 GtkWidget *widget;
1416 gpointer call_data;
1418 xg_menu_item_cb_data *cb_data;
1419 Lisp_Object help;
1421 cb_data = (xg_menu_item_cb_data*) g_object_get_data (G_OBJECT (widget),
1422 XG_ITEM_DATA);
1423 if (! cb_data) return;
1425 help = call_data ? cb_data->help : Qnil;
1427 /* If popup_activated_flag is greater than 1 we are in a popup menu.
1428 Don't show help for them, they won't appear before the
1429 popup is popped down. */
1430 if (popup_activated_flag <= 1)
1431 show_help_event (cb_data->cl_data->f, widget, help);
1433 #else
1434 void
1435 menu_highlight_callback (widget, id, call_data)
1436 Widget widget;
1437 LWLIB_ID id;
1438 void *call_data;
1440 struct frame *f;
1441 Lisp_Object help;
1443 widget_value *wv = (widget_value *) call_data;
1445 help = wv ? wv->help : Qnil;
1447 /* Determine the frame for the help event. */
1448 f = menubar_id_to_frame (id);
1450 show_help_event (f, widget, help);
1452 #endif
1454 /* Find the menu selection and store it in the keyboard buffer.
1455 F is the frame the menu is on.
1456 MENU_BAR_ITEMS_USED is the length of VECTOR.
1457 VECTOR is an array of menu events for the whole menu.
1459 void
1460 find_and_call_menu_selection (f, menu_bar_items_used, vector, client_data)
1461 FRAME_PTR f;
1462 int menu_bar_items_used;
1463 Lisp_Object vector;
1464 void *client_data;
1466 Lisp_Object prefix, entry;
1467 Lisp_Object *subprefix_stack;
1468 int submenu_depth = 0;
1469 int i;
1471 entry = Qnil;
1472 subprefix_stack = (Lisp_Object *) alloca (menu_bar_items_used * sizeof (Lisp_Object));
1473 prefix = Qnil;
1474 i = 0;
1476 while (i < menu_bar_items_used)
1478 if (EQ (XVECTOR (vector)->contents[i], Qnil))
1480 subprefix_stack[submenu_depth++] = prefix;
1481 prefix = entry;
1482 i++;
1484 else if (EQ (XVECTOR (vector)->contents[i], Qlambda))
1486 prefix = subprefix_stack[--submenu_depth];
1487 i++;
1489 else if (EQ (XVECTOR (vector)->contents[i], Qt))
1491 prefix = XVECTOR (vector)->contents[i + MENU_ITEMS_PANE_PREFIX];
1492 i += MENU_ITEMS_PANE_LENGTH;
1494 else
1496 entry = XVECTOR (vector)->contents[i + MENU_ITEMS_ITEM_VALUE];
1497 /* The EMACS_INT cast avoids a warning. There's no problem
1498 as long as pointers have enough bits to hold small integers. */
1499 if ((int) (EMACS_INT) client_data == i)
1501 int j;
1502 struct input_event buf;
1503 Lisp_Object frame;
1504 EVENT_INIT (buf);
1506 XSETFRAME (frame, f);
1507 buf.kind = MENU_BAR_EVENT;
1508 buf.frame_or_window = frame;
1509 buf.arg = frame;
1510 kbd_buffer_store_event (&buf);
1512 for (j = 0; j < submenu_depth; j++)
1513 if (!NILP (subprefix_stack[j]))
1515 buf.kind = MENU_BAR_EVENT;
1516 buf.frame_or_window = frame;
1517 buf.arg = subprefix_stack[j];
1518 kbd_buffer_store_event (&buf);
1521 if (!NILP (prefix))
1523 buf.kind = MENU_BAR_EVENT;
1524 buf.frame_or_window = frame;
1525 buf.arg = prefix;
1526 kbd_buffer_store_event (&buf);
1529 buf.kind = MENU_BAR_EVENT;
1530 buf.frame_or_window = frame;
1531 buf.arg = entry;
1532 kbd_buffer_store_event (&buf);
1534 return;
1536 i += MENU_ITEMS_ITEM_LENGTH;
1542 #ifdef USE_GTK
1543 /* Gtk calls callbacks just because we tell it what item should be
1544 selected in a radio group. If this variable is set to a non-zero
1545 value, we are creating menus and don't want callbacks right now.
1547 static int xg_crazy_callback_abort;
1549 /* This callback is called from the menu bar pulldown menu
1550 when the user makes a selection.
1551 Figure out what the user chose
1552 and put the appropriate events into the keyboard buffer. */
1553 static void
1554 menubar_selection_callback (widget, client_data)
1555 GtkWidget *widget;
1556 gpointer client_data;
1558 xg_menu_item_cb_data *cb_data = (xg_menu_item_cb_data*) client_data;
1560 if (xg_crazy_callback_abort)
1561 return;
1563 if (! cb_data || ! cb_data->cl_data || ! cb_data->cl_data->f)
1564 return;
1566 find_and_call_menu_selection (cb_data->cl_data->f,
1567 cb_data->cl_data->menu_bar_items_used,
1568 cb_data->cl_data->menu_bar_vector,
1569 cb_data->call_data);
1572 #else /* not USE_GTK */
1574 /* This callback is called from the menu bar pulldown menu
1575 when the user makes a selection.
1576 Figure out what the user chose
1577 and put the appropriate events into the keyboard buffer. */
1578 static void
1579 menubar_selection_callback (widget, id, client_data)
1580 Widget widget;
1581 LWLIB_ID id;
1582 XtPointer client_data;
1584 FRAME_PTR f;
1586 f = menubar_id_to_frame (id);
1587 if (!f)
1588 return;
1589 find_and_call_menu_selection (f, f->menu_bar_items_used,
1590 f->menu_bar_vector, client_data);
1592 #endif /* not USE_GTK */
1594 /* Allocate a widget_value, blocking input. */
1596 widget_value *
1597 xmalloc_widget_value ()
1599 widget_value *value;
1601 BLOCK_INPUT;
1602 value = malloc_widget_value ();
1603 UNBLOCK_INPUT;
1605 return value;
1608 /* This recursively calls free_widget_value on the tree of widgets.
1609 It must free all data that was malloc'ed for these widget_values.
1610 In Emacs, many slots are pointers into the data of Lisp_Strings, and
1611 must be left alone. */
1613 void
1614 free_menubar_widget_value_tree (wv)
1615 widget_value *wv;
1617 if (! wv) return;
1619 wv->name = wv->value = wv->key = (char *) 0xDEADBEEF;
1621 if (wv->contents && (wv->contents != (widget_value*)1))
1623 free_menubar_widget_value_tree (wv->contents);
1624 wv->contents = (widget_value *) 0xDEADBEEF;
1626 if (wv->next)
1628 free_menubar_widget_value_tree (wv->next);
1629 wv->next = (widget_value *) 0xDEADBEEF;
1631 BLOCK_INPUT;
1632 free_widget_value (wv);
1633 UNBLOCK_INPUT;
1636 /* Set up data in menu_items for a menu bar item
1637 whose event type is ITEM_KEY (with string ITEM_NAME)
1638 and whose contents come from the list of keymaps MAPS. */
1640 static int
1641 parse_single_submenu (item_key, item_name, maps)
1642 Lisp_Object item_key, item_name, maps;
1644 Lisp_Object length;
1645 int len;
1646 Lisp_Object *mapvec;
1647 int i;
1648 int top_level_items = 0;
1650 length = Flength (maps);
1651 len = XINT (length);
1653 /* Convert the list MAPS into a vector MAPVEC. */
1654 mapvec = (Lisp_Object *) alloca (len * sizeof (Lisp_Object));
1655 for (i = 0; i < len; i++)
1657 mapvec[i] = Fcar (maps);
1658 maps = Fcdr (maps);
1661 /* Loop over the given keymaps, making a pane for each map.
1662 But don't make a pane that is empty--ignore that map instead. */
1663 for (i = 0; i < len; i++)
1665 if (!KEYMAPP (mapvec[i]))
1667 /* Here we have a command at top level in the menu bar
1668 as opposed to a submenu. */
1669 top_level_items = 1;
1670 push_menu_pane (Qnil, Qnil);
1671 push_menu_item (item_name, Qt, item_key, mapvec[i],
1672 Qnil, Qnil, Qnil, Qnil);
1674 else
1676 Lisp_Object prompt;
1677 prompt = Fkeymap_prompt (mapvec[i]);
1678 single_keymap_panes (mapvec[i],
1679 !NILP (prompt) ? prompt : item_name,
1680 item_key, 0, 10);
1684 return top_level_items;
1687 /* Create a tree of widget_value objects
1688 representing the panes and items
1689 in menu_items starting at index START, up to index END. */
1691 static widget_value *
1692 digest_single_submenu (start, end, top_level_items)
1693 int start, end, top_level_items;
1695 widget_value *wv, *prev_wv, *save_wv, *first_wv;
1696 int i;
1697 int submenu_depth = 0;
1698 widget_value **submenu_stack;
1700 submenu_stack
1701 = (widget_value **) alloca (menu_items_used * sizeof (widget_value *));
1702 wv = xmalloc_widget_value ();
1703 wv->name = "menu";
1704 wv->value = 0;
1705 wv->enabled = 1;
1706 wv->button_type = BUTTON_TYPE_NONE;
1707 wv->help = Qnil;
1708 first_wv = wv;
1709 save_wv = 0;
1710 prev_wv = 0;
1712 /* Loop over all panes and items made by the preceding call
1713 to parse_single_submenu and construct a tree of widget_value objects.
1714 Ignore the panes and items used by previous calls to
1715 digest_single_submenu, even though those are also in menu_items. */
1716 i = start;
1717 while (i < end)
1719 if (EQ (XVECTOR (menu_items)->contents[i], Qnil))
1721 submenu_stack[submenu_depth++] = save_wv;
1722 save_wv = prev_wv;
1723 prev_wv = 0;
1724 i++;
1726 else if (EQ (XVECTOR (menu_items)->contents[i], Qlambda))
1728 prev_wv = save_wv;
1729 save_wv = submenu_stack[--submenu_depth];
1730 i++;
1732 else if (EQ (XVECTOR (menu_items)->contents[i], Qt)
1733 && submenu_depth != 0)
1734 i += MENU_ITEMS_PANE_LENGTH;
1735 /* Ignore a nil in the item list.
1736 It's meaningful only for dialog boxes. */
1737 else if (EQ (XVECTOR (menu_items)->contents[i], Qquote))
1738 i += 1;
1739 else if (EQ (XVECTOR (menu_items)->contents[i], Qt))
1741 /* Create a new pane. */
1742 Lisp_Object pane_name, prefix;
1743 char *pane_string;
1745 pane_name = XVECTOR (menu_items)->contents[i + MENU_ITEMS_PANE_NAME];
1746 prefix = XVECTOR (menu_items)->contents[i + MENU_ITEMS_PANE_PREFIX];
1748 #ifndef HAVE_MULTILINGUAL_MENU
1749 if (STRINGP (pane_name) && STRING_MULTIBYTE (pane_name))
1751 pane_name = ENCODE_SYSTEM (pane_name);
1752 AREF (menu_items, i + MENU_ITEMS_PANE_NAME) = pane_name;
1754 #endif
1755 pane_string = (NILP (pane_name)
1756 ? "" : (char *) SDATA (pane_name));
1757 /* If there is just one top-level pane, put all its items directly
1758 under the top-level menu. */
1759 if (menu_items_n_panes == 1)
1760 pane_string = "";
1762 /* If the pane has a meaningful name,
1763 make the pane a top-level menu item
1764 with its items as a submenu beneath it. */
1765 if (strcmp (pane_string, ""))
1767 wv = xmalloc_widget_value ();
1768 if (save_wv)
1769 save_wv->next = wv;
1770 else
1771 first_wv->contents = wv;
1772 wv->lname = pane_name;
1773 /* Set value to 1 so update_submenu_strings can handle '@' */
1774 wv->value = (char *)1;
1775 wv->enabled = 1;
1776 wv->button_type = BUTTON_TYPE_NONE;
1777 wv->help = Qnil;
1779 save_wv = wv;
1780 prev_wv = 0;
1781 i += MENU_ITEMS_PANE_LENGTH;
1783 else
1785 /* Create a new item within current pane. */
1786 Lisp_Object item_name, enable, descrip, def, type, selected;
1787 Lisp_Object help;
1789 item_name = AREF (menu_items, i + MENU_ITEMS_ITEM_NAME);
1790 enable = AREF (menu_items, i + MENU_ITEMS_ITEM_ENABLE);
1791 descrip = AREF (menu_items, i + MENU_ITEMS_ITEM_EQUIV_KEY);
1792 def = AREF (menu_items, i + MENU_ITEMS_ITEM_DEFINITION);
1793 type = AREF (menu_items, i + MENU_ITEMS_ITEM_TYPE);
1794 selected = AREF (menu_items, i + MENU_ITEMS_ITEM_SELECTED);
1795 help = AREF (menu_items, i + MENU_ITEMS_ITEM_HELP);
1797 #ifndef HAVE_MULTILINGUAL_MENU
1798 if (STRING_MULTIBYTE (item_name))
1800 item_name = ENCODE_MENU_STRING (item_name);
1801 AREF (menu_items, i + MENU_ITEMS_ITEM_NAME) = item_name;
1804 if (STRINGP (descrip) && STRING_MULTIBYTE (descrip))
1806 descrip = ENCODE_MENU_STRING (descrip);
1807 AREF (menu_items, i + MENU_ITEMS_ITEM_EQUIV_KEY) = descrip;
1809 #endif /* not HAVE_MULTILINGUAL_MENU */
1811 wv = xmalloc_widget_value ();
1812 if (prev_wv)
1813 prev_wv->next = wv;
1814 else
1815 save_wv->contents = wv;
1817 wv->lname = item_name;
1818 if (!NILP (descrip))
1819 wv->lkey = descrip;
1820 wv->value = 0;
1821 /* The EMACS_INT cast avoids a warning. There's no problem
1822 as long as pointers have enough bits to hold small integers. */
1823 wv->call_data = (!NILP (def) ? (void *) (EMACS_INT) i : 0);
1824 wv->enabled = !NILP (enable);
1826 if (NILP (type))
1827 wv->button_type = BUTTON_TYPE_NONE;
1828 else if (EQ (type, QCradio))
1829 wv->button_type = BUTTON_TYPE_RADIO;
1830 else if (EQ (type, QCtoggle))
1831 wv->button_type = BUTTON_TYPE_TOGGLE;
1832 else
1833 abort ();
1835 wv->selected = !NILP (selected);
1836 if (! STRINGP (help))
1837 help = Qnil;
1839 wv->help = help;
1841 prev_wv = wv;
1843 i += MENU_ITEMS_ITEM_LENGTH;
1847 /* If we have just one "menu item"
1848 that was originally a button, return it by itself. */
1849 if (top_level_items && first_wv->contents && first_wv->contents->next == 0)
1851 wv = first_wv->contents;
1852 free_widget_value (first_wv);
1853 return wv;
1856 return first_wv;
1859 /* Walk through the widget_value tree starting at FIRST_WV and update
1860 the char * pointers from the corresponding lisp values.
1861 We do this after building the whole tree, since GC may happen while the
1862 tree is constructed, and small strings are relocated. So we must wait
1863 until no GC can happen before storing pointers into lisp values. */
1864 static void
1865 update_submenu_strings (first_wv)
1866 widget_value *first_wv;
1868 widget_value *wv;
1870 for (wv = first_wv; wv; wv = wv->next)
1872 if (STRINGP (wv->lname))
1874 wv->name = SDATA (wv->lname);
1876 /* Ignore the @ that means "separate pane".
1877 This is a kludge, but this isn't worth more time. */
1878 if (wv->value == (char *)1)
1880 if (wv->name[0] == '@')
1881 wv->name++;
1882 wv->value = 0;
1886 if (STRINGP (wv->lkey))
1887 wv->key = SDATA (wv->lkey);
1889 if (wv->contents)
1890 update_submenu_strings (wv->contents);
1895 /* Recompute all the widgets of frame F, when the menu bar has been
1896 changed. Value is non-zero if widgets were updated. */
1898 static int
1899 update_frame_menubar (f)
1900 FRAME_PTR f;
1902 #ifdef USE_GTK
1903 return xg_update_frame_menubar (f);
1904 #else
1905 struct x_output *x = f->output_data.x;
1906 int columns, rows;
1908 if (!x->menubar_widget || XtIsManaged (x->menubar_widget))
1909 return 0;
1911 BLOCK_INPUT;
1912 /* Save the size of the frame because the pane widget doesn't accept
1913 to resize itself. So force it. */
1914 columns = FRAME_COLS (f);
1915 rows = FRAME_LINES (f);
1917 /* Do the voodoo which means "I'm changing lots of things, don't try
1918 to refigure sizes until I'm done." */
1919 lw_refigure_widget (x->column_widget, False);
1921 /* The order in which children are managed is the top to bottom
1922 order in which they are displayed in the paned window. First,
1923 remove the text-area widget. */
1924 XtUnmanageChild (x->edit_widget);
1926 /* Remove the menubar that is there now, and put up the menubar that
1927 should be there. */
1928 XtManageChild (x->menubar_widget);
1929 XtMapWidget (x->menubar_widget);
1930 XtVaSetValues (x->menubar_widget, XtNmappedWhenManaged, 1, NULL);
1932 /* Re-manage the text-area widget, and then thrash the sizes. */
1933 XtManageChild (x->edit_widget);
1934 lw_refigure_widget (x->column_widget, True);
1936 /* Force the pane widget to resize itself with the right values. */
1937 EmacsFrameSetCharSize (x->edit_widget, columns, rows);
1938 UNBLOCK_INPUT;
1939 #endif
1940 return 1;
1943 /* Set the contents of the menubar widgets of frame F.
1944 The argument FIRST_TIME is currently ignored;
1945 it is set the first time this is called, from initialize_frame_menubar. */
1947 void
1948 set_frame_menubar (f, first_time, deep_p)
1949 FRAME_PTR f;
1950 int first_time;
1951 int deep_p;
1953 xt_or_gtk_widget menubar_widget = f->output_data.x->menubar_widget;
1954 #ifdef USE_X_TOOLKIT
1955 LWLIB_ID id;
1956 #endif
1957 Lisp_Object items;
1958 widget_value *wv, *first_wv, *prev_wv = 0;
1959 int i, last_i = 0;
1960 int *submenu_start, *submenu_end;
1961 int *submenu_top_level_items, *submenu_n_panes;
1964 XSETFRAME (Vmenu_updating_frame, f);
1966 #ifdef USE_X_TOOLKIT
1967 if (f->output_data.x->id == 0)
1968 f->output_data.x->id = next_menubar_widget_id++;
1969 id = f->output_data.x->id;
1970 #endif
1972 if (! menubar_widget)
1973 deep_p = 1;
1974 else if (pending_menu_activation && !deep_p)
1975 deep_p = 1;
1976 /* Make the first call for any given frame always go deep. */
1977 else if (!f->output_data.x->saved_menu_event && !deep_p)
1979 deep_p = 1;
1980 f->output_data.x->saved_menu_event = (XEvent*)xmalloc (sizeof (XEvent));
1981 f->output_data.x->saved_menu_event->type = 0;
1984 #ifdef USE_GTK
1985 /* If we have detached menus, we must update deep so detached menus
1986 also gets updated. */
1987 deep_p = deep_p || xg_have_tear_offs ();
1988 #endif
1990 if (deep_p)
1992 /* Make a widget-value tree representing the entire menu trees. */
1994 struct buffer *prev = current_buffer;
1995 Lisp_Object buffer;
1996 int specpdl_count = SPECPDL_INDEX ();
1997 int previous_menu_items_used = f->menu_bar_items_used;
1998 Lisp_Object *previous_items
1999 = (Lisp_Object *) alloca (previous_menu_items_used
2000 * sizeof (Lisp_Object));
2002 /* If we are making a new widget, its contents are empty,
2003 do always reinitialize them. */
2004 if (! menubar_widget)
2005 previous_menu_items_used = 0;
2007 buffer = XWINDOW (FRAME_SELECTED_WINDOW (f))->buffer;
2008 specbind (Qinhibit_quit, Qt);
2009 /* Don't let the debugger step into this code
2010 because it is not reentrant. */
2011 specbind (Qdebug_on_next_call, Qnil);
2013 record_unwind_protect (Fset_match_data, Fmatch_data (Qnil, Qnil));
2014 record_unwind_protect (unuse_menu_items, Qnil);
2015 if (NILP (Voverriding_local_map_menu_flag))
2017 specbind (Qoverriding_terminal_local_map, Qnil);
2018 specbind (Qoverriding_local_map, Qnil);
2021 set_buffer_internal_1 (XBUFFER (buffer));
2023 /* Run the Lucid hook. */
2024 safe_run_hooks (Qactivate_menubar_hook);
2026 /* If it has changed current-menubar from previous value,
2027 really recompute the menubar from the value. */
2028 if (! NILP (Vlucid_menu_bar_dirty_flag))
2029 call0 (Qrecompute_lucid_menubar);
2030 safe_run_hooks (Qmenu_bar_update_hook);
2031 FRAME_MENU_BAR_ITEMS (f) = menu_bar_items (FRAME_MENU_BAR_ITEMS (f));
2033 items = FRAME_MENU_BAR_ITEMS (f);
2035 /* Save the frame's previous menu bar contents data. */
2036 if (previous_menu_items_used)
2037 bcopy (XVECTOR (f->menu_bar_vector)->contents, previous_items,
2038 previous_menu_items_used * sizeof (Lisp_Object));
2040 /* Fill in menu_items with the current menu bar contents.
2041 This can evaluate Lisp code. */
2042 menu_items = f->menu_bar_vector;
2043 menu_items_allocated = VECTORP (menu_items) ? ASIZE (menu_items) : 0;
2044 submenu_start = (int *) alloca (XVECTOR (items)->size * sizeof (int *));
2045 submenu_end = (int *) alloca (XVECTOR (items)->size * sizeof (int *));
2046 submenu_n_panes = (int *) alloca (XVECTOR (items)->size * sizeof (int));
2047 submenu_top_level_items
2048 = (int *) alloca (XVECTOR (items)->size * sizeof (int *));
2049 init_menu_items ();
2050 for (i = 0; i < XVECTOR (items)->size; i += 4)
2052 Lisp_Object key, string, maps;
2054 last_i = i;
2056 key = XVECTOR (items)->contents[i];
2057 string = XVECTOR (items)->contents[i + 1];
2058 maps = XVECTOR (items)->contents[i + 2];
2059 if (NILP (string))
2060 break;
2062 submenu_start[i] = menu_items_used;
2064 menu_items_n_panes = 0;
2065 submenu_top_level_items[i]
2066 = parse_single_submenu (key, string, maps);
2067 submenu_n_panes[i] = menu_items_n_panes;
2069 submenu_end[i] = menu_items_used;
2072 finish_menu_items ();
2074 /* Convert menu_items into widget_value trees
2075 to display the menu. This cannot evaluate Lisp code. */
2077 wv = xmalloc_widget_value ();
2078 wv->name = "menubar";
2079 wv->value = 0;
2080 wv->enabled = 1;
2081 wv->button_type = BUTTON_TYPE_NONE;
2082 wv->help = Qnil;
2083 first_wv = wv;
2085 for (i = 0; i < last_i; i += 4)
2087 menu_items_n_panes = submenu_n_panes[i];
2088 wv = digest_single_submenu (submenu_start[i], submenu_end[i],
2089 submenu_top_level_items[i]);
2090 if (prev_wv)
2091 prev_wv->next = wv;
2092 else
2093 first_wv->contents = wv;
2094 /* Don't set wv->name here; GC during the loop might relocate it. */
2095 wv->enabled = 1;
2096 wv->button_type = BUTTON_TYPE_NONE;
2097 prev_wv = wv;
2100 set_buffer_internal_1 (prev);
2101 unbind_to (specpdl_count, Qnil);
2103 /* If there has been no change in the Lisp-level contents
2104 of the menu bar, skip redisplaying it. Just exit. */
2106 for (i = 0; i < previous_menu_items_used; i++)
2107 if (menu_items_used == i
2108 || (!EQ (previous_items[i], XVECTOR (menu_items)->contents[i])))
2109 break;
2110 if (i == menu_items_used && i == previous_menu_items_used && i != 0)
2112 free_menubar_widget_value_tree (first_wv);
2113 discard_menu_items ();
2115 return;
2118 /* Now GC cannot happen during the lifetime of the widget_value,
2119 so it's safe to store data from a Lisp_String. */
2120 wv = first_wv->contents;
2121 for (i = 0; i < XVECTOR (items)->size; i += 4)
2123 Lisp_Object string;
2124 string = XVECTOR (items)->contents[i + 1];
2125 if (NILP (string))
2126 break;
2127 wv->name = (char *) SDATA (string);
2128 update_submenu_strings (wv->contents);
2129 wv = wv->next;
2132 f->menu_bar_vector = menu_items;
2133 f->menu_bar_items_used = menu_items_used;
2134 discard_menu_items ();
2136 else
2138 /* Make a widget-value tree containing
2139 just the top level menu bar strings. */
2141 wv = xmalloc_widget_value ();
2142 wv->name = "menubar";
2143 wv->value = 0;
2144 wv->enabled = 1;
2145 wv->button_type = BUTTON_TYPE_NONE;
2146 wv->help = Qnil;
2147 first_wv = wv;
2149 items = FRAME_MENU_BAR_ITEMS (f);
2150 for (i = 0; i < XVECTOR (items)->size; i += 4)
2152 Lisp_Object string;
2154 string = XVECTOR (items)->contents[i + 1];
2155 if (NILP (string))
2156 break;
2158 wv = xmalloc_widget_value ();
2159 wv->name = (char *) SDATA (string);
2160 wv->value = 0;
2161 wv->enabled = 1;
2162 wv->button_type = BUTTON_TYPE_NONE;
2163 wv->help = Qnil;
2164 /* This prevents lwlib from assuming this
2165 menu item is really supposed to be empty. */
2166 /* The EMACS_INT cast avoids a warning.
2167 This value just has to be different from small integers. */
2168 wv->call_data = (void *) (EMACS_INT) (-1);
2170 if (prev_wv)
2171 prev_wv->next = wv;
2172 else
2173 first_wv->contents = wv;
2174 prev_wv = wv;
2177 /* Forget what we thought we knew about what is in the
2178 detailed contents of the menu bar menus.
2179 Changing the top level always destroys the contents. */
2180 f->menu_bar_items_used = 0;
2183 /* Create or update the menu bar widget. */
2185 BLOCK_INPUT;
2187 #ifdef USE_GTK
2188 xg_crazy_callback_abort = 1;
2189 if (menubar_widget)
2191 /* The fourth arg is DEEP_P, which says to consider the entire
2192 menu trees we supply, rather than just the menu bar item names. */
2193 xg_modify_menubar_widgets (menubar_widget,
2195 first_wv,
2196 deep_p,
2197 G_CALLBACK (menubar_selection_callback),
2198 G_CALLBACK (popup_deactivate_callback),
2199 G_CALLBACK (menu_highlight_callback));
2201 else
2203 GtkWidget *wvbox = f->output_data.x->vbox_widget;
2205 menubar_widget
2206 = xg_create_widget ("menubar", "menubar", f, first_wv,
2207 G_CALLBACK (menubar_selection_callback),
2208 G_CALLBACK (popup_deactivate_callback),
2209 G_CALLBACK (menu_highlight_callback));
2211 f->output_data.x->menubar_widget = menubar_widget;
2215 #else /* not USE_GTK */
2216 if (menubar_widget)
2218 /* Disable resizing (done for Motif!) */
2219 lw_allow_resizing (f->output_data.x->widget, False);
2221 /* The third arg is DEEP_P, which says to consider the entire
2222 menu trees we supply, rather than just the menu bar item names. */
2223 lw_modify_all_widgets (id, first_wv, deep_p);
2225 /* Re-enable the edit widget to resize. */
2226 lw_allow_resizing (f->output_data.x->widget, True);
2228 else
2230 menubar_widget = lw_create_widget ("menubar", "menubar", id, first_wv,
2231 f->output_data.x->column_widget,
2233 popup_activate_callback,
2234 menubar_selection_callback,
2235 popup_deactivate_callback,
2236 menu_highlight_callback);
2237 f->output_data.x->menubar_widget = menubar_widget;
2241 int menubar_size
2242 = (f->output_data.x->menubar_widget
2243 ? (f->output_data.x->menubar_widget->core.height
2244 + f->output_data.x->menubar_widget->core.border_width)
2245 : 0);
2247 #if 0 /* Experimentally, we now get the right results
2248 for -geometry -0-0 without this. 24 Aug 96, rms. */
2249 #ifdef USE_LUCID
2250 if (FRAME_EXTERNAL_MENU_BAR (f))
2252 Dimension ibw = 0;
2253 XtVaGetValues (f->output_data.x->column_widget,
2254 XtNinternalBorderWidth, &ibw, NULL);
2255 menubar_size += ibw;
2257 #endif /* USE_LUCID */
2258 #endif /* 0 */
2260 f->output_data.x->menubar_height = menubar_size;
2262 #endif /* not USE_GTK */
2264 free_menubar_widget_value_tree (first_wv);
2265 update_frame_menubar (f);
2267 #ifdef USE_GTK
2268 xg_crazy_callback_abort = 0;
2269 #endif
2271 UNBLOCK_INPUT;
2274 /* Called from Fx_create_frame to create the initial menubar of a frame
2275 before it is mapped, so that the window is mapped with the menubar already
2276 there instead of us tacking it on later and thrashing the window after it
2277 is visible. */
2279 void
2280 initialize_frame_menubar (f)
2281 FRAME_PTR f;
2283 /* This function is called before the first chance to redisplay
2284 the frame. It has to be, so the frame will have the right size. */
2285 FRAME_MENU_BAR_ITEMS (f) = menu_bar_items (FRAME_MENU_BAR_ITEMS (f));
2286 set_frame_menubar (f, 1, 1);
2290 /* Get rid of the menu bar of frame F, and free its storage.
2291 This is used when deleting a frame, and when turning off the menu bar.
2292 For GTK this function is in gtkutil.c. */
2294 #ifndef USE_GTK
2295 void
2296 free_frame_menubar (f)
2297 FRAME_PTR f;
2299 Widget menubar_widget;
2301 menubar_widget = f->output_data.x->menubar_widget;
2303 f->output_data.x->menubar_height = 0;
2305 if (menubar_widget)
2307 #ifdef USE_MOTIF
2308 /* Removing the menu bar magically changes the shell widget's x
2309 and y position of (0, 0) which, when the menu bar is turned
2310 on again, leads to pull-down menuss appearing in strange
2311 positions near the upper-left corner of the display. This
2312 happens only with some window managers like twm and ctwm,
2313 but not with other like Motif's mwm or kwm, because the
2314 latter generate ConfigureNotify events when the menu bar
2315 is switched off, which fixes the shell position. */
2316 Position x0, y0, x1, y1;
2317 #endif
2319 BLOCK_INPUT;
2321 #ifdef USE_MOTIF
2322 if (f->output_data.x->widget)
2323 XtVaGetValues (f->output_data.x->widget, XtNx, &x0, XtNy, &y0, NULL);
2324 #endif
2326 lw_destroy_all_widgets ((LWLIB_ID) f->output_data.x->id);
2327 f->output_data.x->menubar_widget = NULL;
2329 #ifdef USE_MOTIF
2330 if (f->output_data.x->widget)
2332 XtVaGetValues (f->output_data.x->widget, XtNx, &x1, XtNy, &y1, NULL);
2333 if (x1 == 0 && y1 == 0)
2334 XtVaSetValues (f->output_data.x->widget, XtNx, x0, XtNy, y0, NULL);
2336 #endif
2338 UNBLOCK_INPUT;
2341 #endif /* not USE_GTK */
2343 #endif /* USE_X_TOOLKIT || USE_GTK */
2345 /* xmenu_show actually displays a menu using the panes and items in menu_items
2346 and returns the value selected from it.
2347 There are two versions of xmenu_show, one for Xt and one for Xlib.
2348 Both assume input is blocked by the caller. */
2350 /* F is the frame the menu is for.
2351 X and Y are the frame-relative specified position,
2352 relative to the inside upper left corner of the frame F.
2353 FOR_CLICK is nonzero if this menu was invoked for a mouse click.
2354 KEYMAPS is 1 if this menu was specified with keymaps;
2355 in that case, we return a list containing the chosen item's value
2356 and perhaps also the pane's prefix.
2357 TITLE is the specified menu title.
2358 ERROR is a place to store an error message string in case of failure.
2359 (We return nil on failure, but the value doesn't actually matter.) */
2361 #if defined (USE_X_TOOLKIT) || defined (USE_GTK)
2363 /* The item selected in the popup menu. */
2364 static Lisp_Object *volatile menu_item_selection;
2366 #ifdef USE_GTK
2368 /* Used when position a popup menu. See menu_position_func and
2369 create_and_show_popup_menu below. */
2370 struct next_popup_x_y
2372 FRAME_PTR f;
2373 int x;
2374 int y;
2377 /* The menu position function to use if we are not putting a popup
2378 menu where the pointer is.
2379 MENU is the menu to pop up.
2380 X and Y shall on exit contain x/y where the menu shall pop up.
2381 PUSH_IN is not documented in the GTK manual.
2382 USER_DATA is any data passed in when calling gtk_menu_popup.
2383 Here it points to a struct next_popup_x_y where the coordinates
2384 to store in *X and *Y are as well as the frame for the popup.
2386 Here only X and Y are used. */
2387 static void
2388 menu_position_func (menu, x, y, push_in, user_data)
2389 GtkMenu *menu;
2390 gint *x;
2391 gint *y;
2392 gboolean *push_in;
2393 gpointer user_data;
2395 struct next_popup_x_y* data = (struct next_popup_x_y*)user_data;
2396 GtkRequisition req;
2397 int disp_width = FRAME_X_DISPLAY_INFO (data->f)->width;
2398 int disp_height = FRAME_X_DISPLAY_INFO (data->f)->height;
2400 *x = data->x;
2401 *y = data->y;
2403 /* Check if there is room for the menu. If not, adjust x/y so that
2404 the menu is fully visible. */
2405 gtk_widget_size_request (GTK_WIDGET (menu), &req);
2406 if (data->x + req.width > disp_width)
2407 *x -= data->x + req.width - disp_width;
2408 if (data->y + req.height > disp_height)
2409 *y -= data->y + req.height - disp_height;
2412 static void
2413 popup_selection_callback (widget, client_data)
2414 GtkWidget *widget;
2415 gpointer client_data;
2417 xg_menu_item_cb_data *cb_data = (xg_menu_item_cb_data*) client_data;
2419 if (xg_crazy_callback_abort) return;
2420 if (cb_data) menu_item_selection = (Lisp_Object *) cb_data->call_data;
2423 static Lisp_Object
2424 pop_down_menu (arg)
2425 Lisp_Object arg;
2427 struct Lisp_Save_Value *p = XSAVE_VALUE (arg);
2429 popup_activated_flag = 0;
2430 BLOCK_INPUT;
2431 gtk_widget_destroy (GTK_WIDGET (p->pointer));
2432 UNBLOCK_INPUT;
2433 return Qnil;
2436 /* Pop up the menu for frame F defined by FIRST_WV at X/Y and loop until the
2437 menu pops down.
2438 menu_item_selection will be set to the selection. */
2439 static void
2440 create_and_show_popup_menu (f, first_wv, x, y, for_click)
2441 FRAME_PTR f;
2442 widget_value *first_wv;
2443 int x;
2444 int y;
2445 int for_click;
2447 int i;
2448 GtkWidget *menu;
2449 GtkMenuPositionFunc pos_func = 0; /* Pop up at pointer. */
2450 struct next_popup_x_y popup_x_y;
2451 int specpdl_count = SPECPDL_INDEX ();
2453 xg_crazy_callback_abort = 1;
2454 menu = xg_create_widget ("popup", first_wv->name, f, first_wv,
2455 G_CALLBACK (popup_selection_callback),
2456 G_CALLBACK (popup_deactivate_callback),
2457 G_CALLBACK (menu_highlight_callback));
2458 xg_crazy_callback_abort = 0;
2460 for (i = 0; i < 5; i++)
2461 if (FRAME_X_DISPLAY_INFO (f)->grabbed & (1 << i))
2462 break;
2464 if (! for_click)
2466 /* Not invoked by a click. pop up at x/y. */
2467 pos_func = menu_position_func;
2469 /* Adjust coordinates to be root-window-relative. */
2470 x += f->left_pos + FRAME_OUTER_TO_INNER_DIFF_X (f);
2471 y += f->top_pos + FRAME_OUTER_TO_INNER_DIFF_Y (f);
2473 popup_x_y.x = x;
2474 popup_x_y.y = y;
2475 popup_x_y.f = f;
2478 /* Display the menu. */
2479 gtk_widget_show_all (menu);
2480 gtk_menu_popup (GTK_MENU (menu), 0, 0, pos_func, &popup_x_y, i, 0);
2482 record_unwind_protect (pop_down_menu, make_save_value (menu, 0));
2484 /* Set this to one. popup_widget_loop increases it by one, so it becomes
2485 two. show_help_echo uses this to detect popup menus. */
2486 popup_activated_flag = 1;
2487 /* Process events that apply to the menu. */
2488 popup_widget_loop (1, menu);
2490 unbind_to (specpdl_count, Qnil);
2492 /* Must reset this manually because the button release event is not passed
2493 to Emacs event loop. */
2494 FRAME_X_DISPLAY_INFO (f)->grabbed = 0;
2497 #else /* not USE_GTK */
2499 /* We need a unique id for each widget handled by the Lucid Widget
2500 library.
2502 For the main windows, and popup menus, we use this counter,
2503 which we increment each time after use. This starts from 1<<16.
2505 For menu bars, we use numbers starting at 0, counted in
2506 next_menubar_widget_id. */
2507 LWLIB_ID widget_id_tick;
2509 static void
2510 popup_selection_callback (widget, id, client_data)
2511 Widget widget;
2512 LWLIB_ID id;
2513 XtPointer client_data;
2515 menu_item_selection = (Lisp_Object *) client_data;
2518 /* ARG is the LWLIB ID of the dialog box, represented
2519 as a Lisp object as (HIGHPART . LOWPART). */
2521 static Lisp_Object
2522 pop_down_menu (arg)
2523 Lisp_Object arg;
2525 LWLIB_ID id = (XINT (XCAR (arg)) << 4 * sizeof (LWLIB_ID)
2526 | XINT (XCDR (arg)));
2528 BLOCK_INPUT;
2529 lw_destroy_all_widgets (id);
2530 UNBLOCK_INPUT;
2531 popup_activated_flag = 0;
2533 return Qnil;
2536 /* Pop up the menu for frame F defined by FIRST_WV at X/Y and loop until the
2537 menu pops down.
2538 menu_item_selection will be set to the selection. */
2539 static void
2540 create_and_show_popup_menu (f, first_wv, x, y, for_click)
2541 FRAME_PTR f;
2542 widget_value *first_wv;
2543 int x;
2544 int y;
2545 int for_click;
2547 int i;
2548 Arg av[2];
2549 int ac = 0;
2550 XButtonPressedEvent dummy;
2551 LWLIB_ID menu_id;
2552 Widget menu;
2554 menu_id = widget_id_tick++;
2555 menu = lw_create_widget ("popup", first_wv->name, menu_id, first_wv,
2556 f->output_data.x->widget, 1, 0,
2557 popup_selection_callback,
2558 popup_deactivate_callback,
2559 menu_highlight_callback);
2561 dummy.type = ButtonPress;
2562 dummy.serial = 0;
2563 dummy.send_event = 0;
2564 dummy.display = FRAME_X_DISPLAY (f);
2565 dummy.time = CurrentTime;
2566 dummy.root = FRAME_X_DISPLAY_INFO (f)->root_window;
2567 dummy.window = dummy.root;
2568 dummy.subwindow = dummy.root;
2569 dummy.x = x;
2570 dummy.y = y;
2572 /* Adjust coordinates to be root-window-relative. */
2573 x += f->left_pos + FRAME_OUTER_TO_INNER_DIFF_X (f);
2574 y += f->top_pos + FRAME_OUTER_TO_INNER_DIFF_Y (f);
2576 dummy.x_root = x;
2577 dummy.y_root = y;
2579 dummy.state = 0;
2580 dummy.button = 0;
2581 for (i = 0; i < 5; i++)
2582 if (FRAME_X_DISPLAY_INFO (f)->grabbed & (1 << i))
2583 dummy.button = i;
2585 /* Don't allow any geometry request from the user. */
2586 XtSetArg (av[ac], XtNgeometry, 0); ac++;
2587 XtSetValues (menu, av, ac);
2589 /* Display the menu. */
2590 lw_popup_menu (menu, (XEvent *) &dummy);
2591 popup_activated_flag = 1;
2594 int fact = 4 * sizeof (LWLIB_ID);
2595 int specpdl_count = SPECPDL_INDEX ();
2596 record_unwind_protect (pop_down_menu,
2597 Fcons (make_number (menu_id >> (fact)),
2598 make_number (menu_id & ~(-1 << (fact)))));
2600 /* Process events that apply to the menu. */
2601 popup_get_selection ((XEvent *) 0, FRAME_X_DISPLAY_INFO (f), menu_id, 1, 0);
2603 unbind_to (specpdl_count, Qnil);
2607 #endif /* not USE_GTK */
2609 static Lisp_Object
2610 xmenu_show (f, x, y, for_click, keymaps, title, error)
2611 FRAME_PTR f;
2612 int x;
2613 int y;
2614 int for_click;
2615 int keymaps;
2616 Lisp_Object title;
2617 char **error;
2619 int i;
2620 widget_value *wv, *save_wv = 0, *first_wv = 0, *prev_wv = 0;
2621 widget_value **submenu_stack
2622 = (widget_value **) alloca (menu_items_used * sizeof (widget_value *));
2623 Lisp_Object *subprefix_stack
2624 = (Lisp_Object *) alloca (menu_items_used * sizeof (Lisp_Object));
2625 int submenu_depth = 0;
2627 int first_pane;
2629 *error = NULL;
2631 if (menu_items_used <= MENU_ITEMS_PANE_LENGTH)
2633 *error = "Empty menu";
2634 return Qnil;
2637 /* Create a tree of widget_value objects
2638 representing the panes and their items. */
2639 wv = xmalloc_widget_value ();
2640 wv->name = "menu";
2641 wv->value = 0;
2642 wv->enabled = 1;
2643 wv->button_type = BUTTON_TYPE_NONE;
2644 wv->help =Qnil;
2645 first_wv = wv;
2646 first_pane = 1;
2648 /* Loop over all panes and items, filling in the tree. */
2649 i = 0;
2650 while (i < menu_items_used)
2652 if (EQ (XVECTOR (menu_items)->contents[i], Qnil))
2654 submenu_stack[submenu_depth++] = save_wv;
2655 save_wv = prev_wv;
2656 prev_wv = 0;
2657 first_pane = 1;
2658 i++;
2660 else if (EQ (XVECTOR (menu_items)->contents[i], Qlambda))
2662 prev_wv = save_wv;
2663 save_wv = submenu_stack[--submenu_depth];
2664 first_pane = 0;
2665 i++;
2667 else if (EQ (XVECTOR (menu_items)->contents[i], Qt)
2668 && submenu_depth != 0)
2669 i += MENU_ITEMS_PANE_LENGTH;
2670 /* Ignore a nil in the item list.
2671 It's meaningful only for dialog boxes. */
2672 else if (EQ (XVECTOR (menu_items)->contents[i], Qquote))
2673 i += 1;
2674 else if (EQ (XVECTOR (menu_items)->contents[i], Qt))
2676 /* Create a new pane. */
2677 Lisp_Object pane_name, prefix;
2678 char *pane_string;
2680 pane_name = AREF (menu_items, i + MENU_ITEMS_PANE_NAME);
2681 prefix = AREF (menu_items, i + MENU_ITEMS_PANE_PREFIX);
2683 #ifndef HAVE_MULTILINGUAL_MENU
2684 if (STRINGP (pane_name) && STRING_MULTIBYTE (pane_name))
2686 pane_name = ENCODE_SYSTEM (pane_name);
2687 AREF (menu_items, i + MENU_ITEMS_PANE_NAME) = pane_name;
2689 #endif
2690 pane_string = (NILP (pane_name)
2691 ? "" : (char *) SDATA (pane_name));
2692 /* If there is just one top-level pane, put all its items directly
2693 under the top-level menu. */
2694 if (menu_items_n_panes == 1)
2695 pane_string = "";
2697 /* If the pane has a meaningful name,
2698 make the pane a top-level menu item
2699 with its items as a submenu beneath it. */
2700 if (!keymaps && strcmp (pane_string, ""))
2702 wv = xmalloc_widget_value ();
2703 if (save_wv)
2704 save_wv->next = wv;
2705 else
2706 first_wv->contents = wv;
2707 wv->name = pane_string;
2708 if (keymaps && !NILP (prefix))
2709 wv->name++;
2710 wv->value = 0;
2711 wv->enabled = 1;
2712 wv->button_type = BUTTON_TYPE_NONE;
2713 wv->help = Qnil;
2714 save_wv = wv;
2715 prev_wv = 0;
2717 else if (first_pane)
2719 save_wv = wv;
2720 prev_wv = 0;
2722 first_pane = 0;
2723 i += MENU_ITEMS_PANE_LENGTH;
2725 else
2727 /* Create a new item within current pane. */
2728 Lisp_Object item_name, enable, descrip, def, type, selected, help;
2729 item_name = AREF (menu_items, i + MENU_ITEMS_ITEM_NAME);
2730 enable = AREF (menu_items, i + MENU_ITEMS_ITEM_ENABLE);
2731 descrip = AREF (menu_items, i + MENU_ITEMS_ITEM_EQUIV_KEY);
2732 def = AREF (menu_items, i + MENU_ITEMS_ITEM_DEFINITION);
2733 type = AREF (menu_items, i + MENU_ITEMS_ITEM_TYPE);
2734 selected = AREF (menu_items, i + MENU_ITEMS_ITEM_SELECTED);
2735 help = AREF (menu_items, i + MENU_ITEMS_ITEM_HELP);
2737 #ifndef HAVE_MULTILINGUAL_MENU
2738 if (STRINGP (item_name) && STRING_MULTIBYTE (item_name))
2740 item_name = ENCODE_MENU_STRING (item_name);
2741 AREF (menu_items, i + MENU_ITEMS_ITEM_NAME) = item_name;
2744 if (STRINGP (descrip) && STRING_MULTIBYTE (descrip))
2746 descrip = ENCODE_MENU_STRING (descrip);
2747 AREF (menu_items, i + MENU_ITEMS_ITEM_EQUIV_KEY) = descrip;
2749 #endif /* not HAVE_MULTILINGUAL_MENU */
2751 wv = xmalloc_widget_value ();
2752 if (prev_wv)
2753 prev_wv->next = wv;
2754 else
2755 save_wv->contents = wv;
2756 wv->name = (char *) SDATA (item_name);
2757 if (!NILP (descrip))
2758 wv->key = (char *) SDATA (descrip);
2759 wv->value = 0;
2760 /* If this item has a null value,
2761 make the call_data null so that it won't display a box
2762 when the mouse is on it. */
2763 wv->call_data
2764 = (!NILP (def) ? (void *) &XVECTOR (menu_items)->contents[i] : 0);
2765 wv->enabled = !NILP (enable);
2767 if (NILP (type))
2768 wv->button_type = BUTTON_TYPE_NONE;
2769 else if (EQ (type, QCtoggle))
2770 wv->button_type = BUTTON_TYPE_TOGGLE;
2771 else if (EQ (type, QCradio))
2772 wv->button_type = BUTTON_TYPE_RADIO;
2773 else
2774 abort ();
2776 wv->selected = !NILP (selected);
2778 if (! STRINGP (help))
2779 help = Qnil;
2781 wv->help = help;
2783 prev_wv = wv;
2785 i += MENU_ITEMS_ITEM_LENGTH;
2789 /* Deal with the title, if it is non-nil. */
2790 if (!NILP (title))
2792 widget_value *wv_title = xmalloc_widget_value ();
2793 widget_value *wv_sep1 = xmalloc_widget_value ();
2794 widget_value *wv_sep2 = xmalloc_widget_value ();
2796 wv_sep2->name = "--";
2797 wv_sep2->next = first_wv->contents;
2798 wv_sep2->help = Qnil;
2800 wv_sep1->name = "--";
2801 wv_sep1->next = wv_sep2;
2802 wv_sep1->help = Qnil;
2804 #ifndef HAVE_MULTILINGUAL_MENU
2805 if (STRING_MULTIBYTE (title))
2806 title = ENCODE_MENU_STRING (title);
2807 #endif
2809 wv_title->name = (char *) SDATA (title);
2810 wv_title->enabled = TRUE;
2811 wv_title->button_type = BUTTON_TYPE_NONE;
2812 wv_title->next = wv_sep1;
2813 wv_title->help = Qnil;
2814 first_wv->contents = wv_title;
2817 /* No selection has been chosen yet. */
2818 menu_item_selection = 0;
2820 /* Actually create and show the menu until popped down. */
2821 create_and_show_popup_menu (f, first_wv, x, y, for_click);
2823 /* Free the widget_value objects we used to specify the contents. */
2824 free_menubar_widget_value_tree (first_wv);
2826 /* Find the selected item, and its pane, to return
2827 the proper value. */
2828 if (menu_item_selection != 0)
2830 Lisp_Object prefix, entry;
2832 prefix = entry = Qnil;
2833 i = 0;
2834 while (i < menu_items_used)
2836 if (EQ (XVECTOR (menu_items)->contents[i], Qnil))
2838 subprefix_stack[submenu_depth++] = prefix;
2839 prefix = entry;
2840 i++;
2842 else if (EQ (XVECTOR (menu_items)->contents[i], Qlambda))
2844 prefix = subprefix_stack[--submenu_depth];
2845 i++;
2847 else if (EQ (XVECTOR (menu_items)->contents[i], Qt))
2849 prefix
2850 = XVECTOR (menu_items)->contents[i + MENU_ITEMS_PANE_PREFIX];
2851 i += MENU_ITEMS_PANE_LENGTH;
2853 /* Ignore a nil in the item list.
2854 It's meaningful only for dialog boxes. */
2855 else if (EQ (XVECTOR (menu_items)->contents[i], Qquote))
2856 i += 1;
2857 else
2859 entry
2860 = XVECTOR (menu_items)->contents[i + MENU_ITEMS_ITEM_VALUE];
2861 if (menu_item_selection == &XVECTOR (menu_items)->contents[i])
2863 if (keymaps != 0)
2865 int j;
2867 entry = Fcons (entry, Qnil);
2868 if (!NILP (prefix))
2869 entry = Fcons (prefix, entry);
2870 for (j = submenu_depth - 1; j >= 0; j--)
2871 if (!NILP (subprefix_stack[j]))
2872 entry = Fcons (subprefix_stack[j], entry);
2874 return entry;
2876 i += MENU_ITEMS_ITEM_LENGTH;
2881 return Qnil;
2884 #ifdef USE_GTK
2885 static void
2886 dialog_selection_callback (widget, client_data)
2887 GtkWidget *widget;
2888 gpointer client_data;
2890 /* The EMACS_INT cast avoids a warning. There's no problem
2891 as long as pointers have enough bits to hold small integers. */
2892 if ((int) (EMACS_INT) client_data != -1)
2893 menu_item_selection = (Lisp_Object *) client_data;
2895 popup_activated_flag = 0;
2898 /* Pop up the dialog for frame F defined by FIRST_WV and loop until the
2899 dialog pops down.
2900 menu_item_selection will be set to the selection. */
2901 static void
2902 create_and_show_dialog (f, first_wv)
2903 FRAME_PTR f;
2904 widget_value *first_wv;
2906 GtkWidget *menu;
2908 menu = xg_create_widget ("dialog", first_wv->name, f, first_wv,
2909 G_CALLBACK (dialog_selection_callback),
2910 G_CALLBACK (popup_deactivate_callback),
2913 if (menu)
2915 int specpdl_count = SPECPDL_INDEX ();
2916 record_unwind_protect (pop_down_menu, make_save_value (menu, 0));
2918 /* Display the menu. */
2919 gtk_widget_show_all (menu);
2921 /* Process events that apply to the menu. */
2922 popup_widget_loop (1, menu);
2924 unbind_to (specpdl_count, Qnil);
2928 #else /* not USE_GTK */
2929 static void
2930 dialog_selection_callback (widget, id, client_data)
2931 Widget widget;
2932 LWLIB_ID id;
2933 XtPointer client_data;
2935 /* The EMACS_INT cast avoids a warning. There's no problem
2936 as long as pointers have enough bits to hold small integers. */
2937 if ((int) (EMACS_INT) client_data != -1)
2938 menu_item_selection = (Lisp_Object *) client_data;
2940 BLOCK_INPUT;
2941 lw_destroy_all_widgets (id);
2942 UNBLOCK_INPUT;
2943 popup_activated_flag = 0;
2947 /* Pop up the dialog for frame F defined by FIRST_WV and loop until the
2948 dialog pops down.
2949 menu_item_selection will be set to the selection. */
2950 static void
2951 create_and_show_dialog (f, first_wv)
2952 FRAME_PTR f;
2953 widget_value *first_wv;
2955 LWLIB_ID dialog_id;
2957 dialog_id = widget_id_tick++;
2958 lw_create_widget (first_wv->name, "dialog", dialog_id, first_wv,
2959 f->output_data.x->widget, 1, 0,
2960 dialog_selection_callback, 0, 0);
2961 lw_modify_all_widgets (dialog_id, first_wv->contents, True);
2963 /* Display the dialog box. */
2964 lw_pop_up_all_widgets (dialog_id);
2965 popup_activated_flag = 1;
2967 /* Process events that apply to the dialog box.
2968 Also handle timers. */
2970 int count = SPECPDL_INDEX ();
2971 int fact = 4 * sizeof (LWLIB_ID);
2973 /* xdialog_show_unwind is responsible for popping the dialog box down. */
2974 record_unwind_protect (pop_down_menu,
2975 Fcons (make_number (dialog_id >> (fact)),
2976 make_number (dialog_id & ~(-1 << (fact)))));
2978 popup_get_selection ((XEvent *) 0, FRAME_X_DISPLAY_INFO (f),
2979 dialog_id, 1, 1);
2981 unbind_to (count, Qnil);
2985 #endif /* not USE_GTK */
2987 static char * button_names [] = {
2988 "button1", "button2", "button3", "button4", "button5",
2989 "button6", "button7", "button8", "button9", "button10" };
2991 static Lisp_Object
2992 xdialog_show (f, keymaps, title, error)
2993 FRAME_PTR f;
2994 int keymaps;
2995 Lisp_Object title;
2996 char **error;
2998 int i, nb_buttons=0;
2999 char dialog_name[6];
3001 widget_value *wv, *first_wv = 0, *prev_wv = 0;
3003 /* Number of elements seen so far, before boundary. */
3004 int left_count = 0;
3005 /* 1 means we've seen the boundary between left-hand elts and right-hand. */
3006 int boundary_seen = 0;
3008 *error = NULL;
3010 if (menu_items_n_panes > 1)
3012 *error = "Multiple panes in dialog box";
3013 return Qnil;
3016 /* Create a tree of widget_value objects
3017 representing the text label and buttons. */
3019 Lisp_Object pane_name, prefix;
3020 char *pane_string;
3021 pane_name = XVECTOR (menu_items)->contents[MENU_ITEMS_PANE_NAME];
3022 prefix = XVECTOR (menu_items)->contents[MENU_ITEMS_PANE_PREFIX];
3023 pane_string = (NILP (pane_name)
3024 ? "" : (char *) SDATA (pane_name));
3025 prev_wv = xmalloc_widget_value ();
3026 prev_wv->value = pane_string;
3027 if (keymaps && !NILP (prefix))
3028 prev_wv->name++;
3029 prev_wv->enabled = 1;
3030 prev_wv->name = "message";
3031 prev_wv->help = Qnil;
3032 first_wv = prev_wv;
3034 /* Loop over all panes and items, filling in the tree. */
3035 i = MENU_ITEMS_PANE_LENGTH;
3036 while (i < menu_items_used)
3039 /* Create a new item within current pane. */
3040 Lisp_Object item_name, enable, descrip;
3041 item_name = XVECTOR (menu_items)->contents[i + MENU_ITEMS_ITEM_NAME];
3042 enable = XVECTOR (menu_items)->contents[i + MENU_ITEMS_ITEM_ENABLE];
3043 descrip
3044 = XVECTOR (menu_items)->contents[i + MENU_ITEMS_ITEM_EQUIV_KEY];
3046 if (NILP (item_name))
3048 free_menubar_widget_value_tree (first_wv);
3049 *error = "Submenu in dialog items";
3050 return Qnil;
3052 if (EQ (item_name, Qquote))
3054 /* This is the boundary between left-side elts
3055 and right-side elts. Stop incrementing right_count. */
3056 boundary_seen = 1;
3057 i++;
3058 continue;
3060 if (nb_buttons >= 9)
3062 free_menubar_widget_value_tree (first_wv);
3063 *error = "Too many dialog items";
3064 return Qnil;
3067 wv = xmalloc_widget_value ();
3068 prev_wv->next = wv;
3069 wv->name = (char *) button_names[nb_buttons];
3070 if (!NILP (descrip))
3071 wv->key = (char *) SDATA (descrip);
3072 wv->value = (char *) SDATA (item_name);
3073 wv->call_data = (void *) &XVECTOR (menu_items)->contents[i];
3074 wv->enabled = !NILP (enable);
3075 wv->help = Qnil;
3076 prev_wv = wv;
3078 if (! boundary_seen)
3079 left_count++;
3081 nb_buttons++;
3082 i += MENU_ITEMS_ITEM_LENGTH;
3085 /* If the boundary was not specified,
3086 by default put half on the left and half on the right. */
3087 if (! boundary_seen)
3088 left_count = nb_buttons - nb_buttons / 2;
3090 wv = xmalloc_widget_value ();
3091 wv->name = dialog_name;
3092 wv->help = Qnil;
3093 /* Dialog boxes use a really stupid name encoding
3094 which specifies how many buttons to use
3095 and how many buttons are on the right.
3096 The Q means something also. */
3097 dialog_name[0] = 'Q';
3098 dialog_name[1] = '0' + nb_buttons;
3099 dialog_name[2] = 'B';
3100 dialog_name[3] = 'R';
3101 /* Number of buttons to put on the right. */
3102 dialog_name[4] = '0' + nb_buttons - left_count;
3103 dialog_name[5] = 0;
3104 wv->contents = first_wv;
3105 first_wv = wv;
3108 /* No selection has been chosen yet. */
3109 menu_item_selection = 0;
3111 /* Actually create and show the dialog. */
3112 create_and_show_dialog (f, first_wv);
3114 /* Free the widget_value objects we used to specify the contents. */
3115 free_menubar_widget_value_tree (first_wv);
3117 /* Find the selected item, and its pane, to return
3118 the proper value. */
3119 if (menu_item_selection != 0)
3121 Lisp_Object prefix;
3123 prefix = Qnil;
3124 i = 0;
3125 while (i < menu_items_used)
3127 Lisp_Object entry;
3129 if (EQ (XVECTOR (menu_items)->contents[i], Qt))
3131 prefix
3132 = XVECTOR (menu_items)->contents[i + MENU_ITEMS_PANE_PREFIX];
3133 i += MENU_ITEMS_PANE_LENGTH;
3135 else if (EQ (XVECTOR (menu_items)->contents[i], Qquote))
3137 /* This is the boundary between left-side elts and
3138 right-side elts. */
3139 ++i;
3141 else
3143 entry
3144 = XVECTOR (menu_items)->contents[i + MENU_ITEMS_ITEM_VALUE];
3145 if (menu_item_selection == &XVECTOR (menu_items)->contents[i])
3147 if (keymaps != 0)
3149 entry = Fcons (entry, Qnil);
3150 if (!NILP (prefix))
3151 entry = Fcons (prefix, entry);
3153 return entry;
3155 i += MENU_ITEMS_ITEM_LENGTH;
3160 return Qnil;
3163 #else /* not USE_X_TOOLKIT && not USE_GTK */
3165 /* The frame of the last activated non-toolkit menu bar.
3166 Used to generate menu help events. */
3168 static struct frame *menu_help_frame;
3171 /* Show help HELP_STRING, or clear help if HELP_STRING is null.
3173 PANE is the pane number, and ITEM is the menu item number in
3174 the menu (currently not used).
3176 This cannot be done with generating a HELP_EVENT because
3177 XMenuActivate contains a loop that doesn't let Emacs process
3178 keyboard events. */
3180 static void
3181 menu_help_callback (help_string, pane, item)
3182 char *help_string;
3183 int pane, item;
3185 extern Lisp_Object Qmenu_item;
3186 Lisp_Object *first_item;
3187 Lisp_Object pane_name;
3188 Lisp_Object menu_object;
3190 first_item = XVECTOR (menu_items)->contents;
3191 if (EQ (first_item[0], Qt))
3192 pane_name = first_item[MENU_ITEMS_PANE_NAME];
3193 else if (EQ (first_item[0], Qquote))
3194 /* This shouldn't happen, see xmenu_show. */
3195 pane_name = empty_string;
3196 else
3197 pane_name = first_item[MENU_ITEMS_ITEM_NAME];
3199 /* (menu-item MENU-NAME PANE-NUMBER) */
3200 menu_object = Fcons (Qmenu_item,
3201 Fcons (pane_name,
3202 Fcons (make_number (pane), Qnil)));
3203 show_help_echo (help_string ? build_string (help_string) : Qnil,
3204 Qnil, menu_object, make_number (item), 1);
3207 static Lisp_Object
3208 pop_down_menu (arg)
3209 Lisp_Object arg;
3211 struct Lisp_Save_Value *p1 = XSAVE_VALUE (Fcar (arg));
3212 struct Lisp_Save_Value *p2 = XSAVE_VALUE (Fcdr (arg));
3214 FRAME_PTR f = p1->pointer;
3215 XMenu *menu = p2->pointer;
3217 BLOCK_INPUT;
3218 #ifndef MSDOS
3219 XUngrabPointer (FRAME_X_DISPLAY (f), CurrentTime);
3220 XUngrabKeyboard (FRAME_X_DISPLAY (f), CurrentTime);
3221 #endif
3222 XMenuDestroy (FRAME_X_DISPLAY (f), menu);
3224 #ifdef HAVE_X_WINDOWS
3225 /* Assume the mouse has moved out of the X window.
3226 If it has actually moved in, we will get an EnterNotify. */
3227 x_mouse_leave (FRAME_X_DISPLAY_INFO (f));
3229 /* State that no mouse buttons are now held.
3230 (The oldXMenu code doesn't track this info for us.)
3231 That is not necessarily true, but the fiction leads to reasonable
3232 results, and it is a pain to ask which are actually held now. */
3233 FRAME_X_DISPLAY_INFO (f)->grabbed = 0;
3235 #endif /* HAVE_X_WINDOWS */
3237 UNBLOCK_INPUT;
3239 return Qnil;
3243 static Lisp_Object
3244 xmenu_show (f, x, y, for_click, keymaps, title, error)
3245 FRAME_PTR f;
3246 int x, y;
3247 int for_click;
3248 int keymaps;
3249 Lisp_Object title;
3250 char **error;
3252 Window root;
3253 XMenu *menu;
3254 int pane, selidx, lpane, status;
3255 Lisp_Object entry, pane_prefix;
3256 char *datap;
3257 int ulx, uly, width, height;
3258 int dispwidth, dispheight;
3259 int i, j;
3260 int maxwidth;
3261 int dummy_int;
3262 unsigned int dummy_uint;
3263 int specpdl_count = SPECPDL_INDEX ();
3265 *error = 0;
3266 if (menu_items_n_panes == 0)
3267 return Qnil;
3269 if (menu_items_used <= MENU_ITEMS_PANE_LENGTH)
3271 *error = "Empty menu";
3272 return Qnil;
3275 /* Figure out which root window F is on. */
3276 XGetGeometry (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f), &root,
3277 &dummy_int, &dummy_int, &dummy_uint, &dummy_uint,
3278 &dummy_uint, &dummy_uint);
3280 /* Make the menu on that window. */
3281 menu = XMenuCreate (FRAME_X_DISPLAY (f), root, "emacs");
3282 if (menu == NULL)
3284 *error = "Can't create menu";
3285 return Qnil;
3288 #ifdef HAVE_X_WINDOWS
3289 /* Adjust coordinates to relative to the outer (window manager) window. */
3291 Window child;
3292 int win_x = 0, win_y = 0;
3294 /* Find the position of the outside upper-left corner of
3295 the inner window, with respect to the outer window. */
3296 if (f->output_data.x->parent_desc != FRAME_X_DISPLAY_INFO (f)->root_window)
3298 BLOCK_INPUT;
3299 XTranslateCoordinates (FRAME_X_DISPLAY (f),
3301 /* From-window, to-window. */
3302 f->output_data.x->window_desc,
3303 f->output_data.x->parent_desc,
3305 /* From-position, to-position. */
3306 0, 0, &win_x, &win_y,
3308 /* Child of window. */
3309 &child);
3310 UNBLOCK_INPUT;
3311 x += win_x;
3312 y += win_y;
3315 #endif /* HAVE_X_WINDOWS */
3317 /* Adjust coordinates to be root-window-relative. */
3318 x += f->left_pos;
3319 y += f->top_pos;
3321 /* Create all the necessary panes and their items. */
3322 i = 0;
3323 while (i < menu_items_used)
3325 if (EQ (XVECTOR (menu_items)->contents[i], Qt))
3327 /* Create a new pane. */
3328 Lisp_Object pane_name, prefix;
3329 char *pane_string;
3331 pane_name = XVECTOR (menu_items)->contents[i + MENU_ITEMS_PANE_NAME];
3332 prefix = XVECTOR (menu_items)->contents[i + MENU_ITEMS_PANE_PREFIX];
3333 pane_string = (NILP (pane_name)
3334 ? "" : (char *) SDATA (pane_name));
3335 if (keymaps && !NILP (prefix))
3336 pane_string++;
3338 lpane = XMenuAddPane (FRAME_X_DISPLAY (f), menu, pane_string, TRUE);
3339 if (lpane == XM_FAILURE)
3341 XMenuDestroy (FRAME_X_DISPLAY (f), menu);
3342 *error = "Can't create pane";
3343 return Qnil;
3345 i += MENU_ITEMS_PANE_LENGTH;
3347 /* Find the width of the widest item in this pane. */
3348 maxwidth = 0;
3349 j = i;
3350 while (j < menu_items_used)
3352 Lisp_Object item;
3353 item = XVECTOR (menu_items)->contents[j];
3354 if (EQ (item, Qt))
3355 break;
3356 if (NILP (item))
3358 j++;
3359 continue;
3361 width = SBYTES (item);
3362 if (width > maxwidth)
3363 maxwidth = width;
3365 j += MENU_ITEMS_ITEM_LENGTH;
3368 /* Ignore a nil in the item list.
3369 It's meaningful only for dialog boxes. */
3370 else if (EQ (XVECTOR (menu_items)->contents[i], Qquote))
3371 i += 1;
3372 else
3374 /* Create a new item within current pane. */
3375 Lisp_Object item_name, enable, descrip, help;
3376 unsigned char *item_data;
3377 char *help_string;
3379 item_name = XVECTOR (menu_items)->contents[i + MENU_ITEMS_ITEM_NAME];
3380 enable = XVECTOR (menu_items)->contents[i + MENU_ITEMS_ITEM_ENABLE];
3381 descrip
3382 = XVECTOR (menu_items)->contents[i + MENU_ITEMS_ITEM_EQUIV_KEY];
3383 help = XVECTOR (menu_items)->contents[i + MENU_ITEMS_ITEM_HELP];
3384 help_string = STRINGP (help) ? SDATA (help) : NULL;
3386 if (!NILP (descrip))
3388 int gap = maxwidth - SBYTES (item_name);
3389 #ifdef C_ALLOCA
3390 Lisp_Object spacer;
3391 spacer = Fmake_string (make_number (gap), make_number (' '));
3392 item_name = concat2 (item_name, spacer);
3393 item_name = concat2 (item_name, descrip);
3394 item_data = SDATA (item_name);
3395 #else
3396 /* if alloca is fast, use that to make the space,
3397 to reduce gc needs. */
3398 item_data
3399 = (unsigned char *) alloca (maxwidth
3400 + SBYTES (descrip) + 1);
3401 bcopy (SDATA (item_name), item_data,
3402 SBYTES (item_name));
3403 for (j = SCHARS (item_name); j < maxwidth; j++)
3404 item_data[j] = ' ';
3405 bcopy (SDATA (descrip), item_data + j,
3406 SBYTES (descrip));
3407 item_data[j + SBYTES (descrip)] = 0;
3408 #endif
3410 else
3411 item_data = SDATA (item_name);
3413 if (XMenuAddSelection (FRAME_X_DISPLAY (f),
3414 menu, lpane, 0, item_data,
3415 !NILP (enable), help_string)
3416 == XM_FAILURE)
3418 XMenuDestroy (FRAME_X_DISPLAY (f), menu);
3419 *error = "Can't add selection to menu";
3420 return Qnil;
3422 i += MENU_ITEMS_ITEM_LENGTH;
3426 /* All set and ready to fly. */
3427 XMenuRecompute (FRAME_X_DISPLAY (f), menu);
3428 dispwidth = DisplayWidth (FRAME_X_DISPLAY (f), FRAME_X_SCREEN_NUMBER (f));
3429 dispheight = DisplayHeight (FRAME_X_DISPLAY (f), FRAME_X_SCREEN_NUMBER (f));
3430 x = min (x, dispwidth);
3431 y = min (y, dispheight);
3432 x = max (x, 1);
3433 y = max (y, 1);
3434 XMenuLocate (FRAME_X_DISPLAY (f), menu, 0, 0, x, y,
3435 &ulx, &uly, &width, &height);
3436 if (ulx+width > dispwidth)
3438 x -= (ulx + width) - dispwidth;
3439 ulx = dispwidth - width;
3441 if (uly+height > dispheight)
3443 y -= (uly + height) - dispheight;
3444 uly = dispheight - height;
3446 if (ulx < 0) x -= ulx;
3447 if (uly < 0) y -= uly;
3449 XMenuSetAEQ (menu, TRUE);
3450 XMenuSetFreeze (menu, TRUE);
3451 pane = selidx = 0;
3453 #ifndef MSDOS
3454 XMenuActivateSetWaitFunction (x_menu_wait_for_event, FRAME_X_DISPLAY (f));
3455 #endif
3457 record_unwind_protect (pop_down_menu,
3458 Fcons (make_save_value (f, 0),
3459 make_save_value (menu, 0)));
3461 /* Help display under X won't work because XMenuActivate contains
3462 a loop that doesn't give Emacs a chance to process it. */
3463 menu_help_frame = f;
3464 status = XMenuActivate (FRAME_X_DISPLAY (f), menu, &pane, &selidx,
3465 x, y, ButtonReleaseMask, &datap,
3466 menu_help_callback);
3468 switch (status)
3470 case XM_SUCCESS:
3471 #ifdef XDEBUG
3472 fprintf (stderr, "pane= %d line = %d\n", panes, selidx);
3473 #endif
3475 /* Find the item number SELIDX in pane number PANE. */
3476 i = 0;
3477 while (i < menu_items_used)
3479 if (EQ (XVECTOR (menu_items)->contents[i], Qt))
3481 if (pane == 0)
3482 pane_prefix
3483 = XVECTOR (menu_items)->contents[i + MENU_ITEMS_PANE_PREFIX];
3484 pane--;
3485 i += MENU_ITEMS_PANE_LENGTH;
3487 else
3489 if (pane == -1)
3491 if (selidx == 0)
3493 entry
3494 = XVECTOR (menu_items)->contents[i + MENU_ITEMS_ITEM_VALUE];
3495 if (keymaps != 0)
3497 entry = Fcons (entry, Qnil);
3498 if (!NILP (pane_prefix))
3499 entry = Fcons (pane_prefix, entry);
3501 break;
3503 selidx--;
3505 i += MENU_ITEMS_ITEM_LENGTH;
3508 break;
3510 case XM_FAILURE:
3511 *error = "Can't activate menu";
3512 case XM_IA_SELECT:
3513 case XM_NO_SELECT:
3514 entry = Qnil;
3515 break;
3518 unbind_to (specpdl_count, Qnil);
3520 return entry;
3523 #endif /* not USE_X_TOOLKIT */
3525 #endif /* HAVE_MENUS */
3527 void
3528 syms_of_xmenu ()
3530 staticpro (&menu_items);
3531 menu_items = Qnil;
3532 menu_items_inuse = Qnil;
3534 Qdebug_on_next_call = intern ("debug-on-next-call");
3535 staticpro (&Qdebug_on_next_call);
3537 DEFVAR_LISP ("menu-updating-frame", &Vmenu_updating_frame,
3538 doc: /* Frame for which we are updating a menu.
3539 The enable predicate for a menu command should check this variable. */);
3540 Vmenu_updating_frame = Qnil;
3542 #ifdef USE_X_TOOLKIT
3543 widget_id_tick = (1<<16);
3544 next_menubar_widget_id = 1;
3545 #endif
3547 defsubr (&Sx_popup_menu);
3548 #ifdef HAVE_MENUS
3549 defsubr (&Sx_popup_dialog);
3550 #endif
3553 /* arch-tag: 92ea573c-398e-496e-ac73-2436f7d63242
3554 (do not change this comment) */