comparison man/widget.texi @ 52269:b4f51d656553

(Basic Types): The argument to `:help-echo' can now be a form that evaluates to a string.
author Luc Teirlinck <teirllm@auburn.edu>
date Wed, 20 Aug 2003 03:45:18 +0000
parents 23a1cea22d13
children 9bdd2608958e
comparison
equal deleted inserted replaced
52268:afd336074a55 52269:b4f51d656553
571 @vindex help-echo@r{ keyword} 571 @vindex help-echo@r{ keyword}
572 @item :help-echo 572 @item :help-echo
573 Specifies how to display a message whenever you move to the widget with 573 Specifies how to display a message whenever you move to the widget with
574 either @code{widget-forward} or @code{widget-backward} or move the mouse 574 either @code{widget-forward} or @code{widget-backward} or move the mouse
575 over it (using the standard @code{help-echo} mechanism). The argument 575 over it (using the standard @code{help-echo} mechanism). The argument
576 is either a string to display or a function of one argument, the widget, 576 is either a string to display, a function of one argument, the widget,
577 which should return a string to display. 577 which should return a string to display, or a form that evaluates to
578 such a string.
578 579
579 @vindex indent@r{ keyword} 580 @vindex indent@r{ keyword}
580 @item :indent 581 @item :indent
581 An integer indicating the absolute number of spaces to indent children 582 An integer indicating the absolute number of spaces to indent children
582 of this widget. 583 of this widget.