You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
804 B
28 lines
804 B
/* File: C:|WACKER\TDLL\BV_TEXT.H (Created: 11-JAN-1994)
|
|
* Created from:
|
|
* File: C:\HA5G\ha5g\s_text.h (Created: 27-SEP-1991)
|
|
*
|
|
* Copyright 1994 by Hilgraeve Inc. -- Monroe, MI
|
|
* All rights reserved
|
|
*
|
|
* $Revision: 2 $
|
|
* $Date: 10/27/00 1:23p $
|
|
*/
|
|
|
|
#define WM_STXT_SET_BK (WM_USER+0x380)
|
|
#define WM_STXT_SET_TXT (WM_USER+0x381)
|
|
#define WM_STXT_SET_UE (WM_USER+0x382)
|
|
#define WM_STXT_SET_LE (WM_USER+0x383)
|
|
#define WM_STXT_SET_DEPTH (WM_USER+0x384)
|
|
#define WM_STXT_OWNERDRAW (WM_USER+0x385)
|
|
|
|
#define STXT_DEF_DEPTH 2
|
|
|
|
extern BOOL RegisterBeveledTextClass(HANDLE hInstance);
|
|
|
|
extern LONG CALLBACK BeveledTextWndProc(HWND hWnd,
|
|
UINT wMsg,
|
|
WPARAM wPar,
|
|
LPARAM lPar);
|
|
|
|
extern BOOL UnregisterBeveledTextClass(HANDLE hInstance);
|