Portability | portable |
---|---|
Stability | provisional |
Maintainer | Esa Ilari Vuokko <ei@vuokko.info> |
Safe Haskell | Trustworthy |
A collection of FFI declarations for interfacing with Win32.
Documentation
createHatchBrush :: HatchStyle -> COLORREF -> IO HBRUSHSource
c_CreateHatchBrush :: HatchStyle -> COLORREF -> IO HBRUSHSource
deleteBrush :: HBRUSH -> IO ()Source
c_DeleteBrush :: HBRUSH -> IO BoolSource
type StockBrush = INTSource