| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |
Arguments: rich-edit-pane
Calls color-string-at-index on rich-edit-pane, passing the current text cursor position as the index argument. The current text cursor position may be found with
(cl:file-position rich-edit-pane)
The returned string will be the one around the text cursor which is in the color of the character just before the text cursor. The color is returned as a second value, as with color-string-at-index.
See cg-rich-text.htm for information about rich text editing in Common Graphics.
Copyright (c) 1998-2015, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 10.0. This page was not revised from the 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |