| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: rich-edit-pane link
This generic function is called when the user clicks on a link that
has earlier been found by find-links and cached as the links
property of rich-edit-pane, which must be a rich-edit-pane
. The link argument
is a list of starting-index, ending-index, and the string for the link
that was clicked on.
The default jump-to-link method calls pathname-for-link to convert the link string into the path of an .rtf rich text file to link to. If jump-to-link returns an existing file, then rich-edit-open is called on it to display it in the window.
See cg-rich-text.htm for information about rich text editing in Common Graphics.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |