1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00
cde/cde/examples
Marcin Cieslak 77ec7b56b8 2 warnings fixed (64-bit)
Fix XtVaGetValues() output for 64-bit
Fix filename comparison in Dts.c
2012-09-24 18:35:24 -06:00
..
dtaction Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
dtbuilder Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
dtcalendar Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
dtdnd Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
dtdts Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
dtprint 157 warnings: remove -DXK_MISCELLANY from Makefiles 2012-09-24 18:30:21 -06:00
dtscreen Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
dtsession Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
dtterm Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
dtwidget Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
dtwsm Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
motif Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
template Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
tt 2 warnings fixed (64-bit) 2012-09-24 18:35:24 -06:00
README Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00

/* $XConsortium: README /main/2 1996/07/15 13:58:13 drk $ */

This directory contains example source for the Dt development
environment components:

dtaction -	DtAction action invocation.
dtbuilder -	Application builder examples.
dtcalendar -	xcsa calendar interface.
dtdnd -		DtDnd drag and drop.
dtdts -		DtDts datatyping.
dthelp -	DtHelp help display and navigation.
dtscreen -	DtSaver screen saver.
dtsession -	DtSession session management.
dtterm - 	DtTerm terminal emulator widgets.
dtwidget - 	libDtWidget additional Motif widgets.
dtwsm -		DtWsm workspace management.
motif -		Motif user interface toolkit.
template -	Template application.
tt -		ToolTalk messaging.

The template application is a complete example of a fully
integrated Dt desktop application. The other directories contain
simple code examples of individual development environment components.