For example, I inserted many link
widgets like this:
(widget-create `(link :tag "Test link"
:button-prefix ""
:button-suffix ""
:button-face nil
:format "%[%t\n%]"
:help-echo ""
:action nil
'test))
Later I want to retrieve a specific link widget at point to modify some of its values, is it possible?