home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
wpentk.zip
/
WBPENTK2.DSK
/
PENSOUND.SC
< prev
next >
Wrap
Text File
|
1994-10-07
|
3KB
|
107 lines
# This file was generated by the SOM Compiler.
# FileName: pensound.sc.
# Generated using:
# SOM Precompiler somopc: 2.7
# SOM Emitter emitsc: 2.22
/*
* SCC: @(#) 01 3/11/93 10:48:59 1.4 @(#)
* Module Header
*
* Module Name: PENSOUND
*
* OS/2 Presentation Manager Workplace class definitions
*
* Copyright (c) International Business Machines Corporation 1991, 1992
*
*/
#include <wpsound.sc>
class: PenSound,
external stem = Psnd, local,
external prefix = snd_, classprefix = sndM_,
major version = 1, minor version = 2,
file stem = pensound;
--
-- CLASS: PenSound
--
-- CLASS HIERARCHY:
-- SOMObject
-- └── WPObject
-- └── WPAbstract
-- └── WPSound
-- └── PenSound
--
-- DESCRIPTION:
-- This is the sound 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, "Sound" and resides in the "System Setup" folder.
--
-- This class will replace its parent class in the workplace
-- hierarchy
--
parent class: WPSound;
release order:
penAddPenPauseBeepPage, penGetPauseFreqSliderPos,
penSetPauseFreqSliderPos, penclsPenSoundDummyMethod;
methods:
ULONG penAddPenPauseBeepPage(HWND hwndNotebook);
--
-- METHOD: penAddPenPauseBeepPage ( ) PRIVATE
-- (X) PUBLIC
-- PURPOSE:
-- Add the the configuration page to the pen sound settings notebook
-- that allows the user to set the beep frequency.
--
override wpInitData;
--
-- METHOD: wpInitData ( ) PRIVATE
-- (X) PUBLIC
-- PURPOSE:
--
override wpSaveState;
--
-- METHOD: wpSaveState ( ) PRIVATE
-- (X) PUBLIC
-- PURPOSE:
--
override wpRestoreState;
--
-- METHOD: wpRestoreState ( ) PRIVATE
-- (X) PUBLIC
-- PURPOSE:
--
override wpAddSettingsPages;
--
-- METHOD: wpAddSettingsPages ( ) PRIVATE
-- (X) PUBLIC
-- PURPOSE:
-- Add our own settings page to let the user change the pause beep
-- frequency.
--
VOID penclsPenSoundDummyMethod(), class;