| Win32-2.1.0.0: A binding to part of the Win32 library | Contents | Index |
|
Graphics.Win32.Icon | Portability | portable | Stability | provisional | Maintainer | Esa Ilari Vuokko <ei@vuokko.info> |
|
|
|
Description |
A collection of FFI declarations for interfacing with Win32.
|
|
|
Documentation |
|
copyIcon :: HICON -> IO HICON |
|
c_CopyIcon :: HICON -> IO HICON |
|
drawIcon :: HDC -> Int -> Int -> HICON -> IO () |
|
c_DrawIcon :: HDC -> Int -> Int -> HICON -> IO Bool |
|
destroyIcon :: HICON -> IO () |
|
c_DestroyIcon :: HICON -> IO Bool |
|
Produced by Haddock version 0.8 |