OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [services/] [gfx/] [mw/] [v2_0/] [include/] [microwin/] [wintools.h] - Blame information for rev 174

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 27 unneback
/*
2
 * wintools.h - MS Windows tools library header
3
 *
4
 * WINGEN       General Purpose Library
5
 * WINMEM       Windows Memory Mgmt Library
6
 * WINFX        Special Effects Library
7
 * WINDRAW      Draw Library
8
 * WINCTL       Custom Control Library
9
 * WIN Class Procedures: ToolsTips, AutoMove, AutoEdit
10
 * WINVID       Windows Digital Video
11
 *
12
 * original version 1/6/95 by g haerr
13
 */
14
 
15
void WINAPI     Draw3dShadow(HDC hDC,int x,int y,int w,int h,COLORREF crTop,
16
                        COLORREF crBottom);
17
void WINAPI     Draw3dBox(HDC hDC,int x,int y,int w,int h,COLORREF crTop,
18
                        COLORREF crBottom);
19
void WINAPI     Draw3dInset(HDC hDC,int x,int y,int w,int h);
20
void WINAPI     Draw3dOutset(HDC hDC,int x,int y,int w,int h);
21
void WINAPI     Draw3dPushDown(HDC hDC, int x, int y, int w, int h);
22
void WINAPI     Draw3dUpDownState(HDC hDC, int x, int y, int w, int h,
23
                        BOOL fDown);
24
void WINAPI     Draw3dUpFrame(HDC hDC, int l, int t, int r, int b);
25
void WINAPI     FastFillRect(HDC hdc,LPRECT lprect,COLORREF cr);
26
void WINAPI     InsetR(LPRECT lprc,int h,int v);
27
BOOL WINAPI     PtInsideWindow(HWND hwnd,UINT x,UINT y);

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.