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] - Diff between revs 27 and 174

Only display areas with differences | Details | Blame | View Log

Rev 27 Rev 174
/*
/*
 * wintools.h - MS Windows tools library header
 * wintools.h - MS Windows tools library header
 *
 *
 * WINGEN       General Purpose Library
 * WINGEN       General Purpose Library
 * WINMEM       Windows Memory Mgmt Library
 * WINMEM       Windows Memory Mgmt Library
 * WINFX        Special Effects Library
 * WINFX        Special Effects Library
 * WINDRAW      Draw Library
 * WINDRAW      Draw Library
 * WINCTL       Custom Control Library
 * WINCTL       Custom Control Library
 * WIN Class Procedures: ToolsTips, AutoMove, AutoEdit
 * WIN Class Procedures: ToolsTips, AutoMove, AutoEdit
 * WINVID       Windows Digital Video
 * WINVID       Windows Digital Video
 *
 *
 * original version 1/6/95 by g haerr
 * original version 1/6/95 by g haerr
 */
 */
 
 
void WINAPI     Draw3dShadow(HDC hDC,int x,int y,int w,int h,COLORREF crTop,
void WINAPI     Draw3dShadow(HDC hDC,int x,int y,int w,int h,COLORREF crTop,
                        COLORREF crBottom);
                        COLORREF crBottom);
void WINAPI     Draw3dBox(HDC hDC,int x,int y,int w,int h,COLORREF crTop,
void WINAPI     Draw3dBox(HDC hDC,int x,int y,int w,int h,COLORREF crTop,
                        COLORREF crBottom);
                        COLORREF crBottom);
void WINAPI     Draw3dInset(HDC hDC,int x,int y,int w,int h);
void WINAPI     Draw3dInset(HDC hDC,int x,int y,int w,int h);
void WINAPI     Draw3dOutset(HDC hDC,int x,int y,int w,int h);
void WINAPI     Draw3dOutset(HDC hDC,int x,int y,int w,int h);
void WINAPI     Draw3dPushDown(HDC hDC, int x, int y, int w, int h);
void WINAPI     Draw3dPushDown(HDC hDC, int x, int y, int w, int h);
void WINAPI     Draw3dUpDownState(HDC hDC, int x, int y, int w, int h,
void WINAPI     Draw3dUpDownState(HDC hDC, int x, int y, int w, int h,
                        BOOL fDown);
                        BOOL fDown);
void WINAPI     Draw3dUpFrame(HDC hDC, int l, int t, int r, int b);
void WINAPI     Draw3dUpFrame(HDC hDC, int l, int t, int r, int b);
void WINAPI     FastFillRect(HDC hdc,LPRECT lprect,COLORREF cr);
void WINAPI     FastFillRect(HDC hdc,LPRECT lprect,COLORREF cr);
void WINAPI     InsetR(LPRECT lprc,int h,int v);
void WINAPI     InsetR(LPRECT lprc,int h,int v);
BOOL WINAPI     PtInsideWindow(HWND hwnd,UINT x,UINT y);
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.