| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: pane &key path allowed-types
Reads a new file (specified by path) into
the rich-edit-pane
pane for editing.
path may be a pathname, a path namestring,
or nil
. When nil
,
ask-user-for-existing-pathname
is called to ask for the file to edit.
allowed-types may be a value to pass as
the allowed-types argument to ask-user-for-existing-pathname (if it is
called), or nil
to default to
(("Rich text" . "*.rtf"))
.
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 |