Generic FunctionPackage: common-graphicsToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1

droppable-p

Arguments: dropped-on-widget drag-from-widget

Returns true if drag-from-widget is dropable on dropped-on-widget.

The default droppable-p method returns nil, so an application needs to add droppable-p methods that return true for those cases where dropping should be allowed. In the IDE, only the Inspector allows values to be dropped into it. (To initiate a drag in the IDE, hold the Alt key and then left-click and drag a value.)

Note: in releases prior to 6.0, the default method often returned true, but starting in release 6.0, it returns nil in all cases.


Copyright (c) 1998-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. This page was not revised from the 6.1 page.
Created 2002.2.26.

ToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1