1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00
cde/cde/examples/dtaction
2018-05-20 12:13:07 -06:00
..
actions.c Fix typo in license headers 2018-04-28 12:30:20 -06: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.sun 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

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

This directory contains demonstrations of the Action API

actions -	Example of using the Action API to invoke actions on a file.

		The application displays two text entry fields. Enter an
		action name in the first field. To apply the action to a file,
		move focus to the next text field and enter a file name.
		Press <Return> to invoke the action. The front panel indicator
		will flash as the action is being processed.

		Use the dtdts/datatyping demo to display the supported actions
		for a file or group of files.