| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: window-or-widge
Deletes the selected object (if any) in
window-or-widget, if it knows how to do so for
the particular window or widget. Returns true if a deletion was done,
and nil
otherwise.
window-or-widget should be an instance of a
basic-pane
subclass or a dialog-item
subclass.
The default method always does nothing (and therefore returns nil
). Otherwise the methods behave the same cut-selection.
See cg-clipboard.htm.
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 |