| ||||||||
| ||||||||
Description | ||||||||
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 | ||||||||
wHITE_BRUSH :: StockBrush | ||||||||
lTGRAY_BRUSH :: StockBrush | ||||||||
gRAY_BRUSH :: StockBrush | ||||||||
dKGRAY_BRUSH :: StockBrush | ||||||||
bLACK_BRUSH :: StockBrush | ||||||||
nULL_BRUSH :: StockBrush | ||||||||
hOLLOW_BRUSH :: StockBrush | ||||||||
getStockBrush :: StockBrush -> IO HBRUSH | ||||||||
c_GetStockBrush :: StockBrush -> IO HBRUSH | ||||||||
Produced by Haddock version 0.8 |