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 | Safe |
Language | Haskell2010 |
A collection of FFI declarations for interfacing with Win32.
Documentation
createSolidBrush :: COLORREF -> IO HBRUSH #
c_CreateSolidBrush :: COLORREF -> IO HBRUSH #
createHatchBrush :: HatchStyle -> COLORREF -> IO HBRUSH #
c_CreateHatchBrush :: HatchStyle -> COLORREF -> IO HBRUSH #
createPatternBrush :: HBITMAP -> IO HBRUSH #
c_CreatePatternBrush :: HBITMAP -> IO HBRUSH #
deleteBrush :: HBRUSH -> IO () #
c_DeleteBrush :: HBRUSH -> IO Bool #
type StockBrush = INT #
getStockBrush :: StockBrush -> IO HBRUSH #
c_GetStockBrush :: StockBrush -> IO HBRUSH #