/*
**      Newton Developer Technical Support Sample Code
**
**      DragonDrop, a drag and drop example
**
**      by J. Christopher Bell and James Speir, Newton Developer Technical Support
**
**      Copyright  1994-5 by Apple Computer, Inc.  All rights reserved.
**
**      You may incorporate this sample code into your applications without
**      restriction.  This sample code has been provided "AS IS" and the
**      responsibility for its operation is 100% yours.  You are not
**      permitted to modify and redistribute the source as "DTS Sample Code."
**      If you are going to re-distribute the source, we require that you
**      make it clear in the source that the code was descended from
**      Apple-provided sample code, but that you've made changes.
*/


// drag signature
constant kDragonSignature := '|DragonDrop:PIEDTS|;

// text for text converted dragon 
constant kTextDragon := "Text-converted Dragon";

// version of this dragon
constant kVersion := 1;

// class for the dragon view
constant kDragonViewClass := '|view.Dragon:PIEDTS| ;

// drag types accepted by the DragonDropView proto

constant	kDragonDropViewDropTypesArray := '[picture, text]; 
