Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
2296:a58ea4d0d0cd | 2297:13a418960a88 |
---|---|
637 @code{widget}. | 637 @code{widget}. |
638 | 638 |
639 @item tab-control | 639 @item tab-control |
640 A tab widget; a series of user selectable tabs. Can only be instanced | 640 A tab widget; a series of user selectable tabs. Can only be instanced |
641 as @code{widget}. | 641 as @code{widget}. |
642 | |
643 The required keyword is @code{:items}. Its value should be a list of | |
644 vectors, whose first element is a string, the second element is a | |
645 callback (a Lisp expression to be eval'ed), and the remaining elements | |
646 are key-value pairs. The most important keyword is @code{:selected} (a | |
647 Boolean); exactly one of the elements should have a value of @code{t} | |
648 for the @code{:selected} property. Other keywords accepted include | |
649 @code{:descriptor} (a string), @code{:face} (a symbol naming a face), | |
650 @code{:orientation} (a symbol, one of @code{top}, @code{center}, | |
651 @code{bottom}, @code{left}, or @code{right}), and @code{:pixel-width} | |
652 and @code{:pixel-height} (positive integers). | |
653 | |
654 (The above is incomplete and may be inaccurate.) | |
642 | 655 |
643 @item tree-view | 656 @item tree-view |
644 A folding widget. Can only be instanced as @code{widget}. | 657 A folding widget. Can only be instanced as @code{widget}. |
645 | 658 |
646 @item scrollbar | 659 @item scrollbar |