Mercurial > hg > xemacs-beta
diff man/widget.texi @ 108:360340f9fd5f r20-1b6
Import from CVS: tag r20-1b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:18:39 +0200 |
parents | 8ff55ebd4be9 |
children | fe104dbd9147 |
line wrap: on
line diff
--- a/man/widget.texi Mon Aug 13 09:17:27 2007 +0200 +++ b/man/widget.texi Mon Aug 13 09:18:39 2007 +0200 @@ -1,6 +1,6 @@ \input texinfo.tex -@c $Id: widget.texi,v 1.5 1997/03/04 08:01:33 steve Exp $ +@c $Id: widget.texi,v 1.6 1997/03/08 23:27:27 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.50 +Version: 1.59 @menu * Introduction:: @@ -401,7 +401,7 @@ There is a standard widget keymap which you might find useful. @defvr Const widget-keymap -A keymap with the global keymap as its parent.@br +A keymap with the global keymap as its parent.@* @key{TAB} and @kbd{C-@key{TAB}} are bound to @code{widget-forward} and @code{widget-backward}, respectively. @kbd{@key{RET}} and @kbd{mouse-2} are bound to @code{widget-button-press} and @@ -533,6 +533,13 @@ @item :parent 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 +@code{checklist}. The value should be a list of extra keyword +arguments, which will be used when creating the @code{radio-button} or +@code{checkbox} associated with this item. + @end table @deffn {User Option} widget-glyph-directory @@ -635,7 +642,7 @@ @table @code @item :size -The width of the editable field.@br +The width of the editable field.@* By default the field will reach to the end of the line. @item :value-face @@ -754,6 +761,10 @@ Insert a literal @samp{%}. @end table +@item button-args +A list of keywords to pass to the radio buttons. Useful for setting +e.g. the @samp{:help-echo} for each button. + @item :buttons The widgets representing the radio buttons. @@ -881,6 +892,10 @@ Insert a literal @samp{%}. @end table +@item button-args +A list of keywords to pass to the checkboxes. Useful for setting +e.g. the @samp{:help-echo} for each checkbox. + @item :buttons The widgets representing the checkboxes. @@ -922,6 +937,16 @@ Insert a literal @samp{%}. @end table +@item :insert-button-args +A list of keyword arguments to pass to the insert buttons. + +@item :delete-button-args +A list of keyword arguments to pass to the delete buttons. + +@item :append-button-args +A list of keyword arguments to pass to the trailing insert button. + + @item :buttons The widgets representing the insert and delete buttons.