| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: rich-edit
Returns (or sets with setf) the value of the on-format-change event property of
rich-edit, which should be an instance of the
rich-edit
control class. The value should be a function object or a function
name (a symbol naming a function). This function is called whenever a
formating change is made to the rich-edit
control. The value can also be nil
, in which
case no function is called.
The function should take three arguments: (1) widget --- the rich-edit control, (2) type --- either the symbol :character or the symbol :paragraph, indicating which type of format change occurred, and (3) args --- the list of keyword arguments that were passed either to set-character-format or set-paragraph-format
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 |