comparison man/widget.texi @ 124:9b50b4588a93 r20-1b15

Import from CVS: tag r20-1b15
author cvs
date Mon, 13 Aug 2007 09:26:39 +0200
parents cca96a509cfe
children 34a5b81f86ba
comparison
equal deleted inserted replaced
123:c77884c6318d 124:9b50b4588a93
1 \input texinfo.tex 1 \input texinfo.tex
2
3 @c $Id: widget.texi,v 1.12 1997/04/10 05:56:22 steve Exp $
4 2
5 @c %**start of header 3 @c %**start of header
6 @setfilename widget 4 @setfilename widget
7 @settitle The Emacs Widget Library 5 @settitle The Emacs Widget Library
8 @iftex 6 @iftex
13 11
14 @node Top, Introduction, (dir), (dir) 12 @node Top, Introduction, (dir), (dir)
15 @comment node-name, next, previous, up 13 @comment node-name, next, previous, up
16 @top The Emacs Widget Library 14 @top The Emacs Widget Library
17 15
18 Version: 1.74 16 Version: 1.84
19 17
20 @menu 18 @menu
21 * Introduction:: 19 * Introduction::
22 * User Interface:: 20 * User Interface::
23 * Programming Example:: 21 * Programming Example::
1050 1048
1051 The @var{value}, if present, is used to initialize the @code{:value} 1049 The @var{value}, if present, is used to initialize the @code{:value}
1052 property and must be an expression of the same type as the widget. 1050 property and must be an expression of the same type as the widget.
1053 I.e. the string widget can only be initialized with a string. 1051 I.e. the string widget can only be initialized with a string.
1054 1052
1055 All the atom widgets take the same keyword arguments as the @code{editable-field} 1053 All the atom widgets take the same keyword arguments as the
1056 widget. 1054 @code{editable-field} widget.
1057 1055
1058 @deffn Widget string 1056 @deffn Widget string
1059 Allows you to edit a string in an editable field. 1057 Allows you to edit a string in an editable field.
1058 @end deffn
1059
1060 @deffn Widget character
1061 Allows you to enter a character in an editable field.
1060 @end deffn 1062 @end deffn
1061 1063
1062 @deffn Widget file 1064 @deffn Widget file
1063 Allows you to edit a file name in an editable field. You you activate 1065 Allows you to edit a file name in an editable field. You you activate
1064 the tag button, you can edit the file name in the mini-buffer with 1066 the tag button, you can edit the file name in the mini-buffer with