Mercurial > hg > xemacs-beta
comparison src/menubar.c @ 371:cc15677e0335 r21-2b1
Import from CVS: tag r21-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:03:08 +0200 |
parents | 19dcec799385 |
children | d883f39b8495 |
comparison
equal
deleted
inserted
replaced
370:bd866891f083 | 371:cc15677e0335 |
---|---|
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 | |
511 For example: | 504 For example: |
512 | 505 |
513 ("File" | 506 ("File" |
514 :filter file-menu-filter ; file-menu-filter is a function that takes | 507 :filter file-menu-filter ; file-menu-filter is a function that takes |
515 ; one argument (a list of menu items) and | 508 ; one argument (a list of menu items) and |