comparison src/menubar.c @ 377:d883f39b8495 r21-2b4

Import from CVS: tag r21-2b4
author cvs
date Mon, 13 Aug 2007 11:05:42 +0200
parents cc15677e0335
children 8626e4521993
comparison
equal deleted inserted replaced
376:e2295b4d9f2e 377:d883f39b8495
499 changes the current buffer, window, or frame. It 499 changes the current buffer, window, or frame. It
500 also should not raise, lower, or iconify any frames. 500 also should not raise, lower, or iconify any frames.
501 Basically, the filter function should have no 501 Basically, the filter function should have no
502 side-effects. 502 side-effects.
503 503
504 :key-sequence keys Used in FSF Emacs as an hint to an equivalent keybinding.
505 Ignored by XEnacs for easymenu.el compatability.
506
507 :label <form> (unimplemented!) Like :suffix, but replaces label
508 completely.
509 (might be added in 21.2).
510
504 For example: 511 For example:
505 512
506 ("File" 513 ("File"
507 :filter file-menu-filter ; file-menu-filter is a function that takes 514 :filter file-menu-filter ; file-menu-filter is a function that takes
508 ; one argument (a list of menu items) and 515 ; one argument (a list of menu items) and