comparison man/widget.texi @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents 28f395d8dc7a
children 85ec50267440
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
11 11
12 @node Top, Introduction, (dir), (dir) 12 @node Top, Introduction, (dir), (dir)
13 @comment node-name, next, previous, up 13 @comment node-name, next, previous, up
14 @top The Emacs Widget Library 14 @top The Emacs Widget Library
15 15
16 Version: 1.9916 16 Version: 1.9931
17 17
18 @menu 18 @menu
19 * Introduction:: 19 * Introduction::
20 * User Interface:: 20 * User Interface::
21 * Programming Example:: 21 * Programming Example::
1603 @kbd{C-h} in @code{widget-prompt-value} should give type specific help. 1603 @kbd{C-h} in @code{widget-prompt-value} should give type specific help.
1604 1604
1605 @item 1605 @item
1606 A mailto widget. 1606 A mailto widget.
1607 1607
1608 @item
1609 @kbd{C-e e} in a fixed size field should go to the end of the text in
1610 the field, not the end of the field itself.
1611
1612 @item
1613 Use and overlay instead of markers to delimit the widget. Create
1614 accessors for the end points.
1615
1616 @item
1617 Clicking on documentation links should call @code{describe-function} or
1618 @code{widget-browse-other-window} and friends directly, instead of going
1619 through @code{apropos}. If more than one function is valid for the
1620 symbol, it should pop up a menu.
1621
1608 @end itemize 1622 @end itemize
1609 1623
1610 @contents 1624 @contents
1611 @bye 1625 @bye