Mercurial > hg > xemacs-beta
diff man/lispref/glyphs.texi @ 2297:13a418960a88
[xemacs-hg @ 2004-09-22 02:05:42 by stephent]
various doc patches <87isa7awrh.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Wed, 22 Sep 2004 02:06:52 +0000 |
parents | c91543697b09 |
children | c7d4a681eb2c |
line wrap: on
line diff
--- a/man/lispref/glyphs.texi Wed Sep 22 01:10:57 2004 +0000 +++ b/man/lispref/glyphs.texi Wed Sep 22 02:06:52 2004 +0000 @@ -640,6 +640,19 @@ A tab widget; a series of user selectable tabs. Can only be instanced as @code{widget}. +The required keyword is @code{:items}. Its value should be a list of +vectors, whose first element is a string, the second element is a +callback (a Lisp expression to be eval'ed), and the remaining elements +are key-value pairs. The most important keyword is @code{:selected} (a +Boolean); exactly one of the elements should have a value of @code{t} +for the @code{:selected} property. Other keywords accepted include +@code{:descriptor} (a string), @code{:face} (a symbol naming a face), +@code{:orientation} (a symbol, one of @code{top}, @code{center}, +@code{bottom}, @code{left}, or @code{right}), and @code{:pixel-width} +and @code{:pixel-height} (positive integers). + +(The above is incomplete and may be inaccurate.) + @item tree-view A folding widget. Can only be instanced as @code{widget}.