Mercurial > hg > xemacs-beta
diff man/widget.texi @ 652:2cf5d151eeb9
[xemacs-hg @ 2001-08-26 10:25:11 by stephent]
Update docs for widgets and lisp/README. <15240.52706.361788.550139@turnbull.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Sun, 26 Aug 2001 10:25:14 +0000 |
parents | 576fb035e263 |
children | 955603004a04 |
line wrap: on
line diff
--- a/man/widget.texi Sun Aug 26 09:42:24 2001 +0000 +++ b/man/widget.texi Sun Aug 26 10:25:14 2001 +0000 @@ -542,7 +542,9 @@ The function is called with two or three arguments. The first argument is the widget itself, the second argument is the widget that was changed, and the third argument is the event leading to the change, if -any. +any. In editable fields, this includes all insertions, deletions, +@emph{etc}. To watch only for ``final'' actions, redefine the +@code{:action} callback. @item :menu-tag Tag used in the menu when the widget is used as an option in a @@ -1469,7 +1471,9 @@ @item :action Function to handle user initiated events. By default, @code{:notify} -the parent. +the parent. Actions normally do not include mere edits, but refer to +things like invoking buttons or hitting enter in an editable field. To +watch for any change, redefine the @code{:notify} callback. The following predefined function can be used here: