home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
wpentk.zip
/
WBPENTK1.DSK
/
WPDISPLY.IDL
< prev
next >
Wrap
Text File
|
1994-09-28
|
3KB
|
146 lines
//# This file was generated by the SOM Compiler.
//# FileName: wpdisply.id2.
//# Generated using:
//# SOM Precompiler somopc: 2.7
//# SOM Emitter emitidl: 2.22
// SCC: @(#) 37 4/28/94 10:50:01 1.8 @(#)
// Module Header
//
// Module Name: WPDISPLY
//
// OS/2 Presentation Manager Workplace class definitions
//
// Copyright (c) International Business Machines Corporation 1992
//
#ifndef wpdisply_idl
#define wpdisply_idl
#include "penbtndv.idl"
#include <somcls.idl>
interface M_PenDisplay;
interface PenDisplay : PenButtonDevice
//# Comment for parent PenButtonDevice:
//---Symbol parentComment is undefined---
//
// CLASS: PenDisplay
//
// CLASS HIERARCHY:
// SOMObject
// └── WPObject
// └── WPAbstract
// └── PenDisplay
//
// DESCRIPTION:
// This is the LCD display for pen object class.
//
// An instance of this class can be created as a Workplace object.
//
{
ULONG penAddDisplayBacklightPage(in HWND hwndNotebook);
//
// METHOD: penAddDisplayBacklightPage ( ) PRIVATE
// (X) PUBLIC
// PURPOSE:
// Add the backlight configuration page to the display settings
//
#ifdef __SOMIDL__
implementation {
releaseorder: penAddDisplayBacklightPage;
//# Class Modifiers
local;
functionprefix = dsp_;
majorversion = 1;
minorversion = 1;
filestem = wpdisply;
metaclass = M_PenDisplay;
callstyle = oidl;
#ifdef __PRIVATE__
passthru C_ih_before = ""
" #define DISPLAY_VERSION_MAJOR 1"
" #define DISPLAY_VERSION_MINOR 1"
""
" #define PPMSVDEFAULT_BL_TIMEOUT 10"
" #define PPMSVDEFAULT_BL_ENABLED TRUE"
""
" #define LONGTICK 6"
" #define SHORTTICK 3"
""
" /* help res ids */"
""
" #define DISPLAY_DEFAULTHELP 40079"
" #define BACKDLG_HELPRES 40080"
"";
#endif /* __PRIVATE__ */
//
// #define DISPLAY_VERSION_MAJOR 1
// #define DISPLAY_VERSION_MINOR 1
//
// #define PPMSVDEFAULT_BL_TIMEOUT 10
// #define PPMSVDEFAULT_BL_ENABLED TRUE
//
// #define LONGTICK 6
// #define SHORTTICK 3
//
// /* help res ids */
//
// #define DISPLAY_DEFAULTHELP 40079
// #define BACKDLG_HELPRES 40080
//
//# Method Modifiers
wpOpen: override;
wpAddSettingsPages: override;
wpAddObjectWindowPage: override;
wpFilterPopupMenu: override;
};
#endif /* __SOMIDL__ */
};
interface M_PenDisplay
//# Comment for parent PenButtonDevice:
//---Symbol parentComment is undefined---
{
#ifdef __SOMIDL__
implementation {
//# Class Modifiers
local;
functionprefix = dspM_;
majorversion = 1;
minorversion = 1;
filestem = wpdisply;
callstyle = oidl;
//# Method Modifiers
wpclsQueryTitle: override;
wpclsQueryDefaultHelp: override;
wpclsQueryDefaultView: override;
wpclsQueryStyle: override;
wpclsQueryIconData: override;
};
#endif /* __SOMIDL__ */
};
#endif /* wpdisply_idl */