Win32-2.2.0.1: A binding to part of the Win32 librarySource codeContentsIndex
Graphics.Win32.GDI.Brush
Portabilityportable
Stabilityprovisional
MaintainerEsa Ilari Vuokko <ei@vuokko.info>
Description
A collection of FFI declarations for interfacing with Win32.
Documentation
createSolidBrush :: COLORREF -> IO HBRUSHSource
c_CreateSolidBrush :: COLORREF -> IO HBRUSHSource
createHatchBrush :: HatchStyle -> COLORREF -> IO HBRUSHSource
c_CreateHatchBrush :: HatchStyle -> COLORREF -> IO HBRUSHSource
createPatternBrush :: HBITMAP -> IO HBRUSHSource
c_CreatePatternBrush :: HBITMAP -> IO HBRUSHSource
deleteBrush :: HBRUSH -> IO ()Source
c_DeleteBrush :: HBRUSH -> IO BoolSource
type StockBrush = INTSource
wHITE_BRUSH :: StockBrushSource
lTGRAY_BRUSH :: StockBrushSource
gRAY_BRUSH :: StockBrushSource
dKGRAY_BRUSH :: StockBrushSource
bLACK_BRUSH :: StockBrushSource
nULL_BRUSH :: StockBrushSource
getStockBrush :: StockBrush -> IO HBRUSHSource
hOLLOW_BRUSH :: StockBrushSource
c_GetStockBrush :: StockBrush -> IO HBRUSHSource
Produced by Haddock version 2.6.0