home *** CD-ROM | disk | FTP | other *** search
-
- # This file was generated by the SOM Compiler.
- # FileName: wpmousep.sc.
- # Generated using:
- # SOM Precompiler spc: 1.22
- # SOM Emitter emitcsc: 1.10
-
- /*
- * SCC: @(#) 55 1/28/93 15:49:37 1.4 @(#)
- * Module Header
- *
- * Module Name: WPMOUSEP
- *
- * OS/2 Presentation Manager Workplace class definitions
- *
- * Copyright (c) International Business Machines Corporation 1991, 1992
- *
- */
-
- #include "wpmouse.sc"
-
- class: PenMouse,
- external stem = WPmsp, local, external prefix = msp_,
- classprefix = mspM_, major version = 1, minor version = 2,
- file stem = wpmousep;
-
- --
- -- CLASS: PenMouse
- --
- -- CLASS HIERARCHY:
- -- SOMObject
- -- └── WPObject
- -- └── WPAbstract
- -- └── WPMouse
- -- └── PenMouse
- --
- -- DESCRIPTION:
- -- This is the mouse for pen object class.
- --
- -- 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, "Mouse" and resides in the "System Setup" folder.
- --
- -- This class will replace its parent class in the workplace
- -- hierarchy
- --
-
-
- parent class: WPMouse;
-
-
- release order:
- penAddMousePenTimingPage, penclsPenMouseDummyMethod;
-
- methods:
-
-
- ULONG penAddMousePenTimingPage(HWND hwndNotebook);
-
- --
- -- METHOD: penAddMousePenTimingPage ( ) PRIVATE
- -- (X) PUBLIC
- -- PURPOSE:
- -- Add the pen subsystem specific mouse settings
- --
-
- override wpAddSettingsPages;
-
- --
- -- METHOD: wpAddSettingsPages ( ) PRIVATE
- -- (X) PUBLIC
- -- PURPOSE:
- --
-
- override wpInsertSettingsPage;
-
- --
- -- METHOD: wpInsertSettingsPage ( ) PRIVATE
- -- (X) PUBLIC
- -- PURPOSE:
- -- Add the BKA_STATUSTEXTON attribute to the page style
- --
-
- override wpAddMouseTimingPage;
-
- --
- -- METHOD: wpAddMouseTimingPage ( ) PRIVATE
- -- (X) PUBLIC
- -- PURPOSE:
- -- Add our own settings page to let the user change the mouse
- -- pause rate.
- --
-
- VOID penclsPenMouseDummyMethod(), class;
-
-