Next: The function-link Widget, Previous: The url-link Widget, Up: Basic Types [Contents][Index]
info-link WidgetSyntax:
type ::= (info-link [keyword argument]... address)
A widget to represent a link to an info file. Its super is the
link widget.
It overrides the :action property, to a function to start the
built-in Info reader on address, when invoked.
Example:
(widget-create 'info-link :button-prefix "" :button-suffix "" :tag "Browse this manual" "(widget) info-link")))