Copyright | (c) Alastair Reid, 1997-2003 |
---|---|
License | BSD-style (see the file libraries/base/LICENSE) |
Maintainer | Esa Ilari Vuokko <ei@vuokko.info> |
Stability | provisional |
Portability | portable |
Safe Haskell | Trustworthy |
Language | Haskell98 |
A collection of FFI declarations for interfacing with Win32.
Documentation
createSolidBrush :: COLORREF -> IO HBRUSH Source
c_CreateSolidBrush :: COLORREF -> IO HBRUSH Source
createHatchBrush :: HatchStyle -> COLORREF -> IO HBRUSH Source
c_CreateHatchBrush :: HatchStyle -> COLORREF -> IO HBRUSH Source
createPatternBrush :: HBITMAP -> IO HBRUSH Source
deleteBrush :: HBRUSH -> IO () Source
c_DeleteBrush :: HBRUSH -> IO Bool Source
type StockBrush = INT Source
getStockBrush :: StockBrush -> IO HBRUSH Source
c_GetStockBrush :: StockBrush -> IO HBRUSH Source