| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: rich-edit-pane link-string
Takes a link-string that was clicked on in rich-edit-pane (which must
be an instance of the rich-edit-pane
class) and should
return the path of an .rtf file that should be opened for that link.
The default method merely maps the link-string to an .rtf file in the
same directory as the current file of the rich-edit-pane. To do more
complex link mappings, an application should supply a pathname-for-link method
for its subclass of rich-edit-pane
.
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 |