| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |
Arguments: rich-edit-pane index
Returns two values:
(1) the string that surrounds the character at index in rich-edit-pane and which is in the color of the rich-edit-pane at that position (in other words, the color of the character just before the index position).
(2) the color of the string as an RGB color object.
If the text just before index is black, then it is assumed that the
cursor is not in a special color string, and nil
is returned immediately to avoid searching
through a lot of non-color text. Otherwise the two values mentioned
above will be returned.
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 |