LispWorks CAPI Reference Manual > 1 CAPI Reference Entries

NextPrevUpTopContentsIndex

set-drop-object-supported-formats

Function
Summary

Sets the list of formats for a drop object

Package

capi

Signature

set-drop-object-supported-formats drop-object formats

Arguments

drop-object

A drop-object , as passed to the drop-callback

formats

A list of format keywords

Description

The function set-drop-object-supported-formats sets the list of formats that the drop object drop-object wants to receive.

The :string format can be used to receive a string from another application and the :filename-list format can be used to receive a list of filenames from another application such as the Macintosh Finder or the Windows Explorer.

Any other keyword in formats is assumed to be a private format that can only be used to receive objects from with the same Lisp image.

Note: set-drop-object-supported-formats should only be called within a drop-callback . See simple-pane for information about drop callbacks.

Example

See examples/capi/output-panes/drag-and-drop.lisp

See also

drop-object-provides-format
simple-pane


LispWorks CAPI Reference Manual - 21 Dec 2009

NextPrevUpTopContentsIndex