X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/8dbc532e462f384899acfa1f17d687a2fdef6400..1b17f81a8b602403202c10c0ecbaf275794c543e:/man/widget.texi diff --git a/man/widget.texi b/man/widget.texi index 7e1d920cc6..8a49fd3dad 100644 --- a/man/widget.texi +++ b/man/widget.texi @@ -10,11 +10,12 @@ @c %**end of header @copying -Copyright @copyright{} 2000, 2002, 2003 Free Software Foundation, Inc. +Copyright @copyright{} 2000, 2002, 2003, 2004, 2005, +2006 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document -under the terms of the GNU Free Documentation License, Version 1.1 or +under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with the Invariant Sections being ``The GNU Manifesto'', ``Distribution'' and ``GNU GENERAL PUBLIC LICENSE'', with the Front-Cover texts being ``A GNU @@ -140,7 +141,7 @@ extended to use the GUI features. This means that your code using the widget library will also use the new graphic features automatically. @end enumerate -In order to minimize the code that is loaded by users who does not +In order to minimize the code that is loaded by users who do not create any widgets, the code has been split in two files: @cindex widget library, files @@ -315,7 +316,8 @@ buffer, plus you will have these additional commands: @deffn Command widget-forward &optional count Move point @var{count} buttons or editing fields forward. @end deffn -@item @key{M-TAB} +@item @kbd{M-@key{TAB}} +@itemx @kbd{S-@key{TAB}} @deffn Command widget-backward &optional count Move point @var{count} buttons or editing fields backward. @end deffn @@ -593,6 +595,11 @@ is either a string to display, a function of one argument, the widget, which should return a string to display, or a form that evaluates to such a string. +@vindex follow-link@r{ keyword} +@item :follow-link +Specifies how to interpret a @key{mouse-1} click on the widget. +@xref{Links and Mouse-1,,, elisp, the Emacs Lisp Reference Manual}. + @vindex indent@r{ keyword} @item :indent An integer indicating the absolute number of spaces to indent children @@ -1277,9 +1284,7 @@ Allows you to enter a character in an editable field. @end deffn @deffn Widget file -Allows you to edit a file name in an editable field. If you invoke -the tag button, you can edit the file name in the mini-buffer with -completion. +Allows you to edit a file name in an editable field. Keywords: @table @code