home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / warptlk3.zip / TOOLKIT / IDL / WPCTRY.IDL < prev    next >
Text File  |  1995-08-30  |  2KB  |  61 lines

  1. //  Module Header
  2. //
  3. //  Module Name: WPCTRY
  4. //
  5. //  OS/2 Presentation Manager Workplace class definitions
  6. //
  7. //  Copyright (c) International Business Machines Corporation 1991, 1992
  8. //
  9. #ifndef wpctry_idl
  10. #define wpctry_idl
  11. #include "wpabs.idl"
  12. #include <somcls.idl>
  13. interface M_WPCountry;
  14. interface WPCountry : WPAbstract
  15. {
  16.   ULONG wpAddCountryTimePage(in HWND hwndNotebook);
  17.   ULONG wpAddCountryDatePage(in HWND hwndNotebook);
  18.   ULONG wpAddCountryNumbersPage(in HWND hwndNotebook);
  19.   ULONG wpAddCountryPage(in HWND hwndNotebook);
  20. #ifdef __SOMIDL__
  21.   implementation {
  22.     releaseorder: wpAddCountryTimePage,wpAddCountryDatePage,withdrawn,
  23.                   wpAddCountryPage,wpAddCountryNumbersPage;
  24.     externalstem = WPcou;
  25.     local;
  26.     externalprefix = cou_;
  27.     majorversion = 1;
  28.     minorversion = 2;
  29.     filestem = wpctry;
  30.     metaclass = M_WPCountry;
  31.     callstyle = oidl;
  32.     dllname = "wpconfig.dll";
  33.     wpAddSettingsPages: override;
  34.     wpAddObjectWindowPage: override;
  35.     wpFilterPopupMenu: override;
  36.     wpInitData: override;
  37.     somDefaultInit: override;                 somDestruct:    override;               };
  38. #endif /* __SOMIDL__ */
  39. };
  40. interface M_WPCountry : M_WPAbstract
  41. {
  42. #ifdef __SOMIDL__
  43.   implementation {
  44.     externalstem = WPcou;
  45.     local;
  46.     externalprefix = couM_;
  47.     majorversion = 1;
  48.     minorversion = 2;
  49.     filestem = wpctry;
  50.     callstyle = oidl;
  51.     dllname = "wpconfig.dll";
  52.     wpclsQueryTitle: override;
  53.     wpclsQueryDefaultHelp: override;
  54.     wpclsQueryDefaultView: override;
  55.     wpclsQueryStyle: override;
  56.     wpclsQueryIconData: override;
  57.   };
  58. #endif /* __SOMIDL__ */
  59. };
  60. #endif  /* wpctry_idl */
  61.