| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 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-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.2 page.
Created 2012.5.30.
| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |