Portability | portable |
---|---|
Stability | provisional |
Maintainer | Esa Ilari Vuokko <ei@vuokko.info> |
Safe Haskell | Trustworthy |
A collection of FFI declarations for interfacing with Win32.
Documentation
badRegion :: RegionType -> BoolSource
combineRgn :: HRGN -> HRGN -> HRGN -> ClippingMode -> IO RegionTypeSource
c_CombineRgn :: PRGN -> PRGN -> PRGN -> ClippingMode -> IO RegionTypeSource
c_OffsetRgn :: PRGN -> INT -> INT -> IO RegionTypeSource
c_GetRgnBox :: PRGN -> LPRECT -> IO RegionTypeSource
createPolygonRgn :: [POINT] -> PolyFillMode -> IO HRGNSource
c_CreatePolygonRgn :: Ptr POINT -> Int -> PolyFillMode -> IO PRGNSource