home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / xwplascr.zip / XWPL0208.ZIP / idl / wps / wpmouse.idl < prev    next >
Text File  |  2002-08-05  |  2KB  |  89 lines

  1. //  Module Header
  2. //
  3. //  Module Name: WPMOUSE
  4. //
  5. //  OS/2 Presentation Manager Workplace class definitions
  6. //
  7. //  Copyright (c) International Business Machines Corporation 1991, 1992
  8. //
  9. #ifndef wpmouse_idl
  10. #define wpmouse_idl
  11. #include "wpabs.idl"
  12. #include <somcls.idl>
  13. interface M_WPMouse;
  14. interface WPMouse : WPAbstract
  15. {
  16.     ULONG wpAddMouseMappingsPage(in HWND hwndNotebook);
  17.  
  18.     ULONG wpAddMouseTimingPage(in HWND hwndNotebook);
  19.  
  20.     ULONG wpAddMouseTypePage(in HWND hwndNotebook);
  21.  
  22.     ULONG wpAddMousePtrPage (in HWND hwndNotebook);
  23.  
  24.     ULONG wpAddMouseCometPage (in HWND hwndNotebook);
  25. #ifdef __SOMIDL__
  26.   implementation {
  27.     releaseorder: wpAddMouseMappingsPage,
  28.                   wpAddMouseTimingPage,
  29.                   wpAddMouseTypePage,
  30.                   wpAddMousePtrPage,
  31.                   wpAddMouseCometPage;
  32.     externalstem = WPmse;
  33.     local;
  34.     externalprefix = mse_;
  35.     majorversion = 1;
  36.     minorversion = 2;
  37.     filestem = wpmouse;
  38.     metaclass = M_WPMouse;
  39.     callstyle = oidl;
  40.     dllname = "wpconfig.dll";
  41.     passthru C_h =     ""
  42. ""
  43. "/**********************************************************/"
  44. "/* Defines for wpclsQuerySetting and wpclsSetSetting      */"
  45. "/**********************************************************/"
  46. ""
  47. "#define DOUBLECLICK_DEFAULT         0"
  48. "#define TRACKING_DEFAULT            0"
  49. "#define BUTTONS_RIGHTHANDED         0"
  50. "#define BUTTONS_LEFTHANDED          1"
  51. "#define BUTTONS_DEFAULT             2"
  52. "#define WINDOWLISTBUTTON_DEFAULT    0"
  53. "#define POPUPBUTTON_DEFAULT         0"
  54. "#define DRAGBUTTON_DEFAULT          0"
  55. "#define TEXTEDITBUTTON_DEFAULT      0"
  56. ""
  57. "";
  58.     wpAddSettingsPages: override;
  59.     wpAddObjectWindowPage: override;
  60.     wpFilterPopupMenu: override;
  61.     somDefaultInit: override;
  62.     somDestruct:    override;
  63.   };
  64. #endif /* __SOMIDL__ */
  65. };
  66. interface M_WPMouse : M_WPAbstract
  67. {
  68. #ifdef __SOMIDL__
  69.   implementation {
  70.     externalstem = WPmse;
  71.     local;
  72.     externalprefix = mseM_;
  73.     majorversion = 1;
  74.     minorversion = 2;
  75.     filestem = wpmouse;
  76.     callstyle = oidl;
  77.     dllname = "wpconfig.dll";
  78.     wpclsQueryTitle: override;
  79.     wpclsQueryDefaultHelp: override;
  80.     wpclsQueryDefaultView: override;
  81.     wpclsQueryStyle: override;
  82.     wpclsQueryIconData: override;
  83.     wpclsQuerySetting: override;
  84.     wpclsSetSetting: override;
  85.   };
  86. #endif /* __SOMIDL__ */
  87. };
  88. #endif  /* wpmouse_idl */
  89.