Mercurial > hg > xemacs-beta
comparison src/menubar.c @ 321:19dcec799385 r21-0-58
Import from CVS: tag r21-0-58
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:46:44 +0200 |
parents | c5d627a313b1 |
children | cc15677e0335 |
comparison
equal
deleted
inserted
replaced
320:73c75c43c1f2 | 321:19dcec799385 |
---|---|
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 |