home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / source / wpshidl / idl / wpctry.idl < prev    next >
Encoding:
Text File  |  1993-11-17  |  1.9 KB  |  97 lines

  1.  
  2. //# This file was generated by the SOM Compiler.
  3. //# FileName: wpctry.id2.
  4. //# Generated using:
  5. //#     SOM Precompiler somopc: 2.2
  6. //#     SOM Emitter emitidl: 2.7
  7.  
  8. //  Module Header
  9. //
  10. //  Module Name: WPCTRY
  11. //
  12. //  OS/2 Presentation Manager Workplace class definitions
  13. //
  14. //  Copyright (c) International Business Machines Corporation 1991, 1992
  15. //
  16.  
  17. #ifndef wpctry_idl
  18. #define wpctry_idl
  19.  
  20. #include "wpabs.idl"
  21. #include <somcls.idl>
  22.  
  23. interface M_WPCountry;
  24.  
  25. interface WPCountry : WPAbstract
  26.  
  27. {
  28.   ULONG wpAddCountryTimePage(in HWND hwndNotebook);
  29.  
  30.   ULONG wpAddCountryDatePage(in HWND hwndNotebook);
  31.  
  32.   ULONG wpAddCountryNumbersPage(in HWND hwndNotebook);
  33.  
  34.   ULONG wpAddCountryPage(in HWND hwndNotebook);
  35.  
  36.  
  37.  
  38.  
  39. #ifdef __SOMIDL__
  40.   implementation {
  41.  
  42.     releaseorder: wpAddCountryTimePage,wpAddCountryDatePage,withdrawn,
  43.                   wpAddCountryPage,wpAddCountryNumbersPage;
  44.  
  45.     //# Class Modifiers
  46.     externalstem = WPcou;
  47.     local;
  48.     externalprefix = cou_;
  49.     majorversion = 1;
  50.     minorversion = 2;
  51.     filestem = wpctry;
  52.     metaclass = M_WPCountry;
  53.     callstyle = oidl;
  54.     dllname = "wpconfig.dll";
  55.  
  56.  
  57.  
  58.     //# Method Modifiers
  59.     wpAddSettingsPages: override;
  60.     wpAddObjectWindowPage: override;
  61.     wpFilterPopupMenu: override;
  62.     wpInitData: override;
  63.  
  64.  
  65.   };
  66. #endif /* __SOMIDL__ */
  67. };
  68.  
  69. interface M_WPCountry
  70. {
  71.  
  72. #ifdef __SOMIDL__
  73.   implementation {
  74.  
  75.     //# Class Modifiers
  76.     externalstem = WPcou;
  77.     local;
  78.     externalprefix = couM_;
  79.     majorversion = 1;
  80.     minorversion = 2;
  81.     filestem = wpctry;
  82.     callstyle = oidl;
  83.     dllname = "wpconfig.dll";
  84.  
  85.     //# Method Modifiers
  86.     wpclsQueryTitle: override;
  87.     wpclsQueryDefaultHelp: override;
  88.     wpclsQueryDefaultView: override;
  89.     wpclsQueryStyle: override;
  90.     wpclsQueryIconData: override;
  91.  
  92.   };
  93. #endif /* __SOMIDL__ */
  94. };
  95.  
  96. #endif  /* wpctry_idl */
  97.