home *** CD-ROM | disk | FTP | other *** search
-
- # This file was generated by the SOM Compiler.
- # FileName: wplocpen.sc.
- # Generated using:
- # SOM Precompiler spc: 1.22
- # SOM Emitter emitcsc: 1.10
-
- /*
- * SCC: @(#) 96 4/16/93 19:53:12 1.6 @(#)
- * Module Header
- *
- * Module Name: WPLOCPEN
- *
- * OS/2 Presentation Manager Workplace class definitions
- *
- * Copyright (c) International Business Machines Corporation 1992
- *
- */
-
- #include "wplocatr.sc"
-
- class: PenLocatorPen,
- external stem = WPlcp, local, external prefix = lcp_,
- classprefix = lcpM_, major version = 1, minor version = 1,
- file stem = wplocpen;
-
- --
- -- CLASS: PenLocatorPen
- --
- -- CLASS HIERARCHY:
- -- SOMObject
- -- └── WPObject
- -- └── WPAbstract
- -- └── PenLocator
- -- └── PenLocatorPen
- --
- -- DESCRIPTION:
- -- This is the Locator object class for the Pen.
- --
- -- An instance of this class can be created as a Workplace object.
- --
- -- An instance of this class is created initially by the system.
- -- It has the title, "Locator" and resides in the "System Setup" folder.
- --
-
-
- parent class: PenLocator;
-
- methods:
-
-
- override wpclsQueryTitle, class;
-
- --
- -- REMARKS:
- -- Returns the Locator Title.
- --
-
- override wpclsQueryIconData, class;
-
- --
- -- REMARKS:
- -- Return the class icon
- --
-
- override wpclsQueryDefaultHelp, class;
-
- --
- -- REMARKS:
- --
-
- override penclsQueryDefaultPause, class;
-
- --
- -- METHOD: penclsQueryDefaultPause ( ) PRIVATE
- -- (X) PUBLIC
- -- PURPOSE:
- -- Return the default system setting for Pause
- --
-
- override penclsQueryPauseEnableDefault, class;
-
- --
- -- METHOD: penclsQueryPauseEnableDefault ( ) PRIVATE
- -- (X) PUBLIC
- -- PURPOSE:
- -- Return the default system setting for Pause Enable
- --
-
-