home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / devtools / gik2 / ewyio2eu.d2x / EWYNA.DEF < prev    next >
Encoding:
Text File  |  1993-08-04  |  2.4 KB  |  57 lines

  1. ; GIK/2 1.0.1 EWYNA.DEF 5621-432 (C) COPYRIGHT IBM CORP 1993.  ALL RIGHTS RESERVED.  LICENSED MATERIALS - PROPERTY OF IBM.
  2. ;/**********************************************************************/
  3. ;/*                                                                    */
  4. ;/*                     MODULE PROLOGUE                                */
  5. ;/*                                                                    */
  6. ;/* COMPONENT NAME:   AIRPLANE EXAMPLE                                 */
  7. ;/*                                                                    */
  8. ;/* MODULE NAME:      EWYNA.DEF                                        */
  9. ;/*                                                                    */
  10. ;/* DESCRIPTIVE NAME: Graphics Interface Kit/2 - Airplane Example      */
  11. ;/*                                                                    */
  12. ;/* PURPOSE:          Definition file                                  */
  13. ;/*                                                                    */
  14. ;/* COPYRIGHT:        (C) 1993 IBM Corporation                         */
  15. ;/*                                                                    */
  16. ;/* DISCLAIMER OF WARRANTIES.  The following [enclosed] code is        */
  17. ;/* sample code created by IBM Corporation. This sample code is not    */
  18. ;/* part of any standard or IBM product and is provided to you solely  */
  19. ;/* for the purpose of assisting you in the development of your        */
  20. ;/* applications.  The code is provided "AS IS", without               */
  21. ;/* warranty of any kind.  IBM shall not be liable for any damages     */
  22. ;/* arising out of your use of the sample code, even if they have been */
  23. ;/* advised of the possibility of such damages.                        */
  24. ;/*                                                                    */
  25. ;/**********************************************************************/
  26.  
  27. LIBRARY ewyna INITINSTANCE
  28.  
  29. DESCRIPTION 'GIK/2 1.0.1 EWYNA.DLL 5621-432 (C) COPYRIGHT IBM CORP 1993.  ALL RIGHTS RESERVED.  LICENSED MATERIALS - PROPERTY OF IBM.'
  30.  
  31. DATA MULTIPLE NONSHARED
  32.  
  33. PROTMODE
  34.  
  35. EXPORTS
  36.    ActionHandler
  37.    EvClick
  38.    EvDeltaSym
  39.    EvDoubleClick
  40.    EvDragAddNode
  41.    EvDragMove
  42.    EvDragPaste
  43.    EvEndAdd
  44.    EvEndMove
  45.    EvEndPaste
  46.    EvInit
  47.    EvMenu
  48.    EvNew
  49.    EvOpen
  50.    EvStartMove
  51.    EvStartPaste
  52.    EvExitEnd
  53.    EvDragOver
  54.    EvDrop
  55.    EvStartDrag
  56.    EvStartDragOver
  57.