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
badRegion :: RegionType -> Bool Source #
combineRgn :: HRGN -> HRGN -> HRGN -> ClippingMode -> IO RegionType Source #
c_CombineRgn :: PRGN -> PRGN -> PRGN -> ClippingMode -> IO RegionType Source #
c_OffsetRgn :: PRGN -> INT -> INT -> IO RegionType Source #
c_GetRgnBox :: PRGN -> LPRECT -> IO RegionType Source #
createEllipticRgnIndirect :: LPRECT -> IO HRGN Source #
c_CreateEllipticRgnIndirect :: LPRECT -> IO PRGN Source #
createRectRgnIndirect :: LPRECT -> IO HRGN Source #
c_CreateRectRgnIndirect :: LPRECT -> IO PRGN Source #
createPolygonRgn :: [POINT] -> PolyFillMode -> IO HRGN Source #
c_CreatePolygonRgn :: Ptr POINT -> Int -> PolyFillMode -> IO PRGN Source #
c_InvertRgn :: HDC -> PRGN -> IO Bool Source #
c_PaintRgn :: HDC -> PRGN -> IO Bool Source #
ptInRegion :: HRGN -> Int -> Int -> IO Bool Source #
c_PtInRegion :: PRGN -> Int -> Int -> IO Bool Source #
rectInRegion :: HRGN -> RECT -> IO Bool Source #
c_RectInRegion :: PRGN -> Ptr RECT -> IO Bool Source #