home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wpentk.zip / WBPENTK2.DSK / WPLOCPEN.SC < prev   
Text File  |  1994-10-07  |  2KB  |  91 lines

  1.  
  2. # This file was generated by the SOM Compiler.
  3. # FileName: wplocpen.sc.
  4. # Generated using:
  5. #     SOM Precompiler somopc: 2.7
  6. #     SOM Emitter emitsc: 2.22
  7.  
  8. /*
  9.  *  SCC: @(#) 96 4/16/93 19:53:12 1.6 @(#)
  10.  *  Module Header
  11.  * 
  12.  *  Module Name: WPLOCPEN
  13.  * 
  14.  *  OS/2 Presentation Manager Workplace class definitions
  15.  * 
  16.  *  Copyright (c) International Business Machines Corporation 1992
  17.  * 
  18.  */
  19.  
  20. #include <wplocatr.sc>
  21.  
  22. class: PenLocatorPen, 
  23.     external stem = WPlcp, local, 
  24.     external prefix = lcp_, classprefix = lcpM_, 
  25.     major version = 1, minor version = 1, 
  26.     file stem = wplocpen;
  27.  
  28.     -- 
  29.     --  CLASS: PenLocatorPen
  30.     -- 
  31.     --  CLASS HIERARCHY:
  32.     --     SOMObject
  33.     --       └── WPObject
  34.     --             └── WPAbstract
  35.     --                   └── PenLocator
  36.     --                         └── PenLocatorPen
  37.     -- 
  38.     --  DESCRIPTION:
  39.     --     This is the Locator object class for the Pen.
  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, "Locator" and resides in the "System Setup" folder.
  45.     -- 
  46.  
  47.  
  48. parent class: PenLocator;
  49.  
  50. methods:
  51.  
  52.  
  53.     override wpclsQueryTitle, class;
  54.  
  55.     -- 
  56.     --  REMARKS:
  57.     --  Returns the Locator Title.
  58.     -- 
  59.  
  60.     override wpclsQueryIconData, class;
  61.  
  62.     -- 
  63.     --  REMARKS:
  64.     --    Return the class icon
  65.     -- 
  66.  
  67.     override wpclsQueryDefaultHelp, class;
  68.  
  69.     -- 
  70.     --  REMARKS:
  71.     -- 
  72.  
  73.     override penclsQueryDefaultPause, class;
  74.  
  75.     -- 
  76.     --  METHOD: penclsQueryDefaultPause                        ( ) PRIVATE
  77.     --                                                         (X) PUBLIC
  78.     --  PURPOSE:
  79.     --    Return the default system setting for Pause
  80.     -- 
  81.  
  82.     override penclsQueryPauseEnableDefault, class;
  83.  
  84.     -- 
  85.     --  METHOD: penclsQueryPauseEnableDefault                  ( ) PRIVATE
  86.     --                                                         (X) PUBLIC
  87.     --  PURPOSE:
  88.     --    Return the default system setting for Pause Enable
  89.     -- 
  90.  
  91.