]> git.saurik.com Git - wxWidgets.git/blame - include/wx/msw/curico.h
no more SetAppName/SetVendor in the config classes
[wxWidgets.git] / include / wx / msw / curico.h
CommitLineData
2bda0e17
KB
1/////////////////////////////////////////////////////////////////////////////
2// Name: curico.h
3// Purpose: Icon and cursor functions
4// Author: Julian Smart
5// Modified by:
6// Created: 01/02/97
7// RCS-ID: $Id$
bbcdf8bc
JS
8// Copyright: (c) Julian Smart
9// Licence: wxWindows licence
2bda0e17
KB
10/////////////////////////////////////////////////////////////////////////////
11
12HICON ReadIconFile( char *szFileName, HINSTANCE hInst,
13 int *W = 0, int *H = 0);
14HCURSOR ReadCursorFile( char *szFileName, HINSTANCE hInst,
15 int *W = 0, int *H = 0, int *XHot = 0, int *YHot = 0);
16HCURSOR IconToCursor( char *szFileName, HINSTANCE hInst, int XHot, int YHot,
17 int *W = 0, int *H = 0);
18HICON CursorToIcon( char *szFileName, HINSTANCE hInst,
19 int *W = 0, int *H = 0);
20
21HCURSOR MakeCursorFromBitmap(HINSTANCE hInst, HBITMAP hBitmap, POINT *pPoint);
22HICON MakeIconFromBitmap(HINSTANCE hInst, HBITMAP hBitmap);