home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / source / wpshidl / samples / wpsamps / readme < prev   
Encoding:
Text File  |  1993-11-18  |  2.2 KB  |  56 lines

  1. ******************************************************************************
  2.  
  3. *                 OS/2* 2.1 Workplace Shell* .IDL files BETA                 *
  4.  
  5. *           (C) Copyright IBM Corp. 1993 All Rights Reserved                 *
  6.  
  7. *                    IBM is a registered trademark of the                    *
  8.  
  9. *                International Business Machines Corporation                 *
  10.  
  11. *  U.S. Government Users Restricted Rights - Use, duplication or disclosure  *
  12.  
  13. *           restricted by GSA ADP Schedule Contract with IBM Corp.           *
  14.  
  15. ******************************************************************************
  16.  
  17.  
  18.   This README document contains information that describes how the
  19.   Beta .IDL files for the Workplace Shell are to be used.
  20.  
  21.   These files are pre-release versions and are provided on an as-is basis
  22.   for evaluation and demonstration.  They are not intended for use with
  23.   production code.
  24.  
  25.   The files included in this beta have been provided for evaluation by
  26.   developers who have the SOMobjects Toolkit* and want to write their
  27.   Workplace Shell subclasses using the Interface Definition Language
  28.   (IDL) described in the SOMobjects Toolkit.
  29.  
  30.  
  31. The following classes demonstrate the following:
  32.  
  33. DRAGEXAM and DRAGFOLD: together, these two classes illustrate how
  34. to create a class (DRAGEXAM) whose objects can only be dropped on
  35. objects of class DRAGFOLD.
  36.  
  37. MYFOLDER: this separate class demonstrates how to manipulate an object's
  38. USEITEM list so that you have control over, for example, what open views
  39. of an object are to be closed on demand.
  40.  
  41. This class also behaves such that upon first opening a MYFOLDER folder,
  42. any subfolders that may reside in the folder are deleted.  This may be
  43. useful if you wanted to have a folder delete certain of its contents upon
  44. the first open after a boot.
  45.  
  46. MAKEFILE - builds each class into a separate DLL.  You will have to edit the
  47.            makefile to customize it to your development environment.
  48.  
  49. INSTALL.CMD - copies the DLLs and SYMs to C:\OS2\DLL, and creates an instance
  50.               of each of the three classes on the desktop.  Edit this file
  51.               if your boot drive is not C:
  52.  
  53.  
  54.  
  55.  
  56.