Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

syscolor.h

Go to the documentation of this file.
00001 /* $Id: syscolor.h,v 1.15 2001/11/30 13:53:50 sandervl Exp $ */
00002 
00003 /*
00004  * WINE:
00005  * System color objects
00006  *
00007  * Copyright  Alexandre Julliard, 1994
00008  * Copyright 1999 Christoph Bratschi
00009  */
00010 
00011 #ifndef __WINE_SYSCOLOR_H
00012 #define __WINE_SYSCOLOR_H
00013 
00014 HBRUSH WIN32API GetOS2ColorBrush(int nIndex);
00015 
00016 extern void SYSCOLOR_Init(int fOverride = -1);
00017 extern void SYSCOLOR_Save(void);
00018 
00019 extern INT SYSCOLOR_GetLastColor(VOID);
00020 extern INT SYSCOLOR_GetNumColors(VOID);
00021 extern BOOL SYSCOLOR_GetUseWinColors(VOID);
00022 
00023 HBRUSH WIN32API GetControlBrush(HWND hwnd, HDC hdc, DWORD ctlType);
00024 
00025 #endif  /* __WINE_SYSCOLOR_H */

Generated on Wed Jan 23 23:17:43 2002 for ODIN-user32 by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001