comparison src/xmenu.c @ 30299:f2cd2bf063c9

(menu_help_callback): Call show_help_echo with new arguments.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 18 Jul 2000 18:19:37 +0000
parents 4e401f4a55aa
children 8f11e306dc02
comparison
equal deleted inserted replaced
30298:c7b56104dc09 30299:f2cd2bf063c9
2471 } 2471 }
2472 } 2472 }
2473 2473
2474 return Qnil; 2474 return Qnil;
2475 } 2475 }
2476
2476 #else /* not USE_X_TOOLKIT */ 2477 #else /* not USE_X_TOOLKIT */
2477 2478
2478 /* The frame of the last activated non-toolkit menu bar. 2479 /* The frame of the last activated non-toolkit menu bar.
2479 Used to generate menu help events. */ 2480 Used to generate menu help events. */
2480 2481
2487 2488
2488 static void 2489 static void
2489 menu_help_callback (help_string) 2490 menu_help_callback (help_string)
2490 char *help_string; 2491 char *help_string;
2491 { 2492 {
2492 show_help_echo (help_string ? build_string (help_string) : Qnil, 1); 2493 show_help_echo (help_string ? build_string (help_string) : Qnil,
2494 Qnil, Qnil, 0, 1);
2493 } 2495 }
2494 2496
2495 2497
2496 static Lisp_Object 2498 static Lisp_Object
2497 xmenu_show (f, x, y, for_click, keymaps, title, error) 2499 xmenu_show (f, x, y, for_click, keymaps, title, error)