comparison man/widget.texi @ 120:cca96a509cfe r20-1b12

Import from CVS: tag r20-1b12
author cvs
date Mon, 13 Aug 2007 09:25:29 +0200
parents 7d55a9ba150c
children 9b50b4588a93
comparison
equal deleted inserted replaced
119:d101af7320b8 120:cca96a509cfe
1 \input texinfo.tex 1 \input texinfo.tex
2 2
3 @c $Id: widget.texi,v 1.11 1997/04/05 18:08:23 steve Exp $ 3 @c $Id: widget.texi,v 1.12 1997/04/10 05:56:22 steve Exp $
4 4
5 @c %**start of header 5 @c %**start of header
6 @setfilename widget 6 @setfilename widget
7 @settitle The Emacs Widget Library 7 @settitle The Emacs Widget Library
8 @iftex 8 @iftex
13 13
14 @node Top, Introduction, (dir), (dir) 14 @node Top, Introduction, (dir), (dir)
15 @comment node-name, next, previous, up 15 @comment node-name, next, previous, up
16 @top The Emacs Widget Library 16 @top The Emacs Widget Library
17 17
18 Version: 1.69 18 Version: 1.74
19 19
20 @menu 20 @menu
21 * Introduction:: 21 * Introduction::
22 * User Interface:: 22 * User Interface::
23 * Programming Example:: 23 * Programming Example::
641 641
642 The @var{value}, if present, is used to initialize the @code{:value} 642 The @var{value}, if present, is used to initialize the @code{:value}
643 property. The value should be a string, which will be inserted in the 643 property. The value should be a string, which will be inserted in the
644 buffer. 644 buffer.
645 645
646 The following extra properties are recognized.
647
648 @table @code
649 @item :text-format
650 The format string used when the push button cannot be displayed
651 graphically. There are two escapes, @code{%s}, which must be present
652 exactly once, will be substituted with the tag, and @code{%%} will be
653 substituted with a singe @samp{%}.
654 @end table
655
656 By default the tag will be shown in brackets.
657
646 @node editable-field, text, push-button, Basic Types 658 @node editable-field, text, push-button, Basic Types
647 @comment node-name, next, previous, up 659 @comment node-name, next, previous, up
648 @subsection The @code{editable-field} Widget 660 @subsection The @code{editable-field} Widget
649 661
650 Syntax: 662 Syntax: