cdesktopenv/cde/examples/dtdnd
Peter Howkins c884521619 Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
..
Dtdnddemo Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
Makefile.hp Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
Makefile.ibm Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
Makefile.simple Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
Makefile.sun Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
Makefile.usl Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
Makefile.uxp Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
README Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
buff.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
buff.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
demo.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
demo.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
file.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
file.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
icon.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
icon.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
text.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
text.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00

README

/* $XConsortium: README /main/2 1996/07/15 14:00:00 drk $ */


This directory contains demonstrations of the Dnd Drag and Drop API

dtdnddemo -	The Drag-n-Drop Demo program demonstrates the
		Dt DnD functions in the Desktop Services library:

			DtDndDragStart.3x
			DtDndDropRegister.3x

		The demo consists of a row of three different
		sources for text, filename and app-named data drags.
		It also has a type-in field that can accept either
		text or filename drops.  Finally there is a data
		area that accepts filename or data drops.