home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
wpentk.zip
/
WBPENTK2.DSK
/
WPLOCPEN.IDL
< prev
next >
Wrap
Text File
|
1994-09-28
|
3KB
|
130 lines
//# This file was generated by the SOM Compiler.
//# FileName: wplocpen.id2.
//# Generated using:
//# SOM Precompiler somopc: 2.7
//# SOM Emitter emitidl: 2.22
// 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
//
#ifndef wplocpen_idl
#define wplocpen_idl
#include "wplocatr.idl"
#include <somcls.idl>
interface M_PenLocatorPen;
interface PenLocatorPen : PenLocator
//# Comment for parent PenLocator:
//---Symbol parentComment is undefined---
//
// 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.
//
{
#ifdef __SOMIDL__
implementation {
//# Class Modifiers
local;
functionprefix = lcp_;
majorversion = 1;
minorversion = 1;
filestem = wplocpen;
metaclass = M_PenLocatorPen;
callstyle = oidl;
#ifdef __PRIVATE__
passthru C_ih_before = ""
"#include \"wplocatr.ih\""
""
"#define LOCATOR_PEN_VERSION_MAJOR 1"
"#define LOCATOR_PEN_VERSION_MINOR 1"
""
"/* help res ids */"
""
"#define PENLOCPEN_DEFAULTHELP 40068"
"";
#endif /* __PRIVATE__ */
//
//#include "wplocatr.ph"
//
//#define LOCATOR_PEN_VERSION_MAJOR 1
//#define LOCATOR_PEN_VERSION_MINOR 1
//
///* help res ids */
//
//#define PENLOCPEN_DEFAULTHELP 40068
//
};
#endif /* __SOMIDL__ */
};
interface M_PenLocatorPen
//# Comment for parent PenLocator:
//---Symbol parentComment is undefined---
{
#ifdef __SOMIDL__
implementation {
//# Class Modifiers
local;
functionprefix = lcpM_;
majorversion = 1;
minorversion = 1;
filestem = wplocpen;
callstyle = oidl;
//# Method Modifiers
wpclsQueryTitle: override;
wpclsQueryIconData: override;
wpclsQueryDefaultHelp: override;
penclsQueryDefaultPause: override;
penclsQueryPauseEnableDefault: override;
#ifdef __PRIVATE__
//# Data Modifiers
penclsQueryPauseId: override;
penclsQueryPauseEnableId: override;
#endif
};
#endif /* __SOMIDL__ */
};
#endif /* wplocpen_idl */