home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wpentk.zip / WBPENTK1.DSK / WPMOUSEP.SC < prev    next >
Text File  |  1994-10-07  |  3KB  |  98 lines

  1.  
  2. # This file was generated by the SOM Compiler.
  3. # FileName: wpmousep.sc.
  4. # Generated using:
  5. #     SOM Precompiler somopc: 2.7
  6. #     SOM Emitter emitsc: 2.22
  7.  
  8. /*
  9.  *  SCC: @(#) 55 1/28/93 15:49:37 1.4 @(#)
  10.  *  Module Header
  11.  * 
  12.  *  Module Name: WPMOUSEP
  13.  * 
  14.  *  OS/2 Presentation Manager Workplace class definitions
  15.  * 
  16.  *  Copyright (c) International Business Machines Corporation 1991, 1992
  17.  * 
  18.  */
  19.  
  20. #include <wpmouse.sc>
  21.  
  22. class: PenMouse, 
  23.     external stem = WPmsp, local, 
  24.     external prefix = msp_, classprefix = mspM_, 
  25.     major version = 1, minor version = 2, 
  26.     file stem = wpmousep;
  27.  
  28.     -- 
  29.     --  CLASS: PenMouse
  30.     -- 
  31.     --  CLASS HIERARCHY:
  32.     --     SOMObject
  33.     --       └── WPObject
  34.     --             └── WPAbstract
  35.     --                   └── WPMouse
  36.     --                         └── PenMouse
  37.     -- 
  38.     --  DESCRIPTION:
  39.     --     This is the mouse for pen object class.
  40.     -- 
  41.     --     An instance of this class can be created as a Workplace object.
  42.     -- 
  43.     --     An instance of this class is created initially by the system.
  44.     --     It has the title, "Mouse" and resides in the "System Setup" folder.
  45.     -- 
  46.     --     This class will replace its parent class in the workplace
  47.     --     hierarchy
  48.     -- 
  49.  
  50.  
  51. parent class: WPMouse;
  52.  
  53.  
  54. release order:
  55.     penAddMousePenTimingPage, penclsPenMouseDummyMethod;
  56.  
  57. methods:
  58.  
  59.  
  60.     ULONG    penAddMousePenTimingPage(HWND hwndNotebook);
  61.  
  62.     -- 
  63.     --  METHOD: penAddMousePenTimingPage                       ( ) PRIVATE
  64.     --                                                         (X) PUBLIC
  65.     --  PURPOSE:
  66.     --    Add the pen subsystem specific mouse settings
  67.     -- 
  68.  
  69.     override wpAddSettingsPages;
  70.  
  71.     -- 
  72.     --  METHOD: wpAddSettingsPages                             ( ) PRIVATE
  73.     --                                                         (X) PUBLIC
  74.     --  PURPOSE:
  75.     -- 
  76.  
  77.     override wpInsertSettingsPage;
  78.  
  79.     -- 
  80.     --  METHOD: wpInsertSettingsPage                           ( ) PRIVATE
  81.     --                                                         (X) PUBLIC
  82.     --  PURPOSE:
  83.     --    Add the BKA_STATUSTEXTON attribute to the page style
  84.     -- 
  85.  
  86.     override wpAddMouseTimingPage;
  87.  
  88.     -- 
  89.     --  METHOD: wpAddMouseTimingPage                           ( ) PRIVATE
  90.     --                                                         (X) PUBLIC
  91.     --  PURPOSE:
  92.     --    Add our own settings page to let the user change the mouse
  93.     --    pause rate.
  94.     -- 
  95.  
  96.     VOID    penclsPenMouseDummyMethod(), class;
  97.  
  98.