Win32-2.14.1.0: A binding to Windows Win32 API.
Copyright(c) Alastair Reid 1997-2003
LicenseBSD-style (see the file libraries/base/LICENSE)
MaintainerEsa Ilari Vuokko <ei@vuokko.info>
Stabilityprovisional
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

Graphics.Win32.Icon

Description

A collection of FFI declarations for interfacing with Win32.

Documentation

createIcon :: HINSTANCE -> Int -> Int -> BYTE -> BYTE -> Ptr BYTE -> Ptr BYTE -> IO HICON Source #

c_CreateIcon :: HINSTANCE -> Int -> Int -> BYTE -> BYTE -> Ptr BYTE -> Ptr BYTE -> IO HICON Source #

drawIcon :: HDC -> Int -> Int -> HICON -> IO () Source #

c_DrawIcon :: HDC -> Int -> Int -> HICON -> IO Bool Source #

c_DestroyIcon :: HICON -> IO Bool Source #