home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / mod201j.zip / modula2.exe / os2api / winstddl.def < prev    next >
Text File  |  1995-02-21  |  688b  |  22 lines

  1. DEFINITION MODULE WINSTDDLGS;
  2.  
  3. (************************************************************************
  4.   OS/2 2.x/3.0 interface for all components of the Presentation Manager
  5.                CUA controls and dialogs
  6.  
  7.   Copyright (c) 1995 by Juergen Neuhoff
  8. *************************************************************************)
  9.  
  10. (*$XL+ language extensions: '_' for identifiers, extended import syntax *)
  11.  
  12. IMPORT FROM WINSTDBOOK      ;
  13. IMPORT FROM WINSTDCNR       ;
  14. IMPORT FROM WINSTDDRAG      ;
  15. IMPORT FROM WINSTDFILE      ;
  16. IMPORT FROM WINSTDFONT      ;
  17. IMPORT FROM WINSTDSLIDER    ;
  18. IMPORT FROM WINSTDSPIN      ;
  19. IMPORT FROM WINSTDVALSET    ;
  20.  
  21. END WINSTDDLGS.
  22.