Mercurial > hg > xemacs-beta
diff man/widget.texi @ 110:fe104dbd9147 r20-1b7
Import from CVS: tag r20-1b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:19:45 +0200 |
parents | 360340f9fd5f |
children | 48d667d6f17f |
line wrap: on
line diff
--- a/man/widget.texi Mon Aug 13 09:18:41 2007 +0200 +++ b/man/widget.texi Mon Aug 13 09:19:45 2007 +0200 @@ -1,6 +1,6 @@ \input texinfo.tex -@c $Id: widget.texi,v 1.6 1997/03/08 23:27:27 steve Exp $ +@c $Id: widget.texi,v 1.7 1997/03/16 03:06:11 steve Exp $ @c %**start of header @setfilename widget @@ -15,7 +15,7 @@ @comment node-name, next, previous, up @top The Emacs Widget Library -Version: 1.59 +Version: 1.63 @menu * Introduction:: @@ -530,9 +530,28 @@ return the widget containing the invalid data, and set that widgets @code{:error} property to a string explaining the error. +@item :tab-order +Specify the order in which widgets are traversed with +@code{widget-forward} or @code{widget-backward}. This is only partially +implemented. + +@enumerate a +@item +Widgets with tabbing order @code{-1} are ignored. + +@item +(Unimplemented) When on a widget with tabbing order @var{n}, go to the +next widget in the buffer with tabbing order @var{n+1} or @code{nil}, +whichever comes first. + +@item +When on a widget with no tabbing order specified, go to the next widget +in the buffer with a positive tabbing order, or @code{nil} +@end enumerate + @item :parent -The parent of a nested widget (e.g. a @code{menu-choice} item or an element of a -@code{editable-list} widget). +The parent of a nested widget (e.g. a @code{menu-choice} item or an +element of a @code{editable-list} widget). @item :sibling-args This keyword is only used for members of a @code{radio-button-choice} or