| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |
Arguments: outline item-value &key no-redisplay
Deletes the outline-item whose value is item-value from outline. (If multiple items have the indicated value, then only the first is deleted. Use remove-outline-item instead to avoid this ambiguity.) If the deleted item has any descendent items, they are deleted as well.
If no-redisplay is true, then the changed part of the outline is not redrawn automatically as usual. This may be useful for efficiency if multiple items are being deleted, where remove-outline-item-value can be called several times with no-redisplay specified as true, and then invalidate called a single time on the outline widget to redraw it once only.
See also add-outline-item-value and outline-item-removed.
Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |