Win32-2.2.0.0: A binding to part of the Win32 library
Source code
Contents
Index
Graphics.Win32.GDI.Brush
Portability
portable
Stability
provisional
Maintainer
Esa Ilari Vuokko <ei@vuokko.info>
Description
A collection of FFI declarations for interfacing with Win32.
Documentation
createSolidBrush
::
COLORREF
->
IO
HBRUSH
Source
c_CreateSolidBrush
::
COLORREF
->
IO
HBRUSH
Source
createHatchBrush
::
HatchStyle
->
COLORREF
->
IO
HBRUSH
Source
c_CreateHatchBrush
::
HatchStyle
->
COLORREF
->
IO
HBRUSH
Source
createPatternBrush
::
HBITMAP
->
IO
HBRUSH
Source
c_CreatePatternBrush
::
HBITMAP
->
IO
HBRUSH
Source
deleteBrush
::
HBRUSH
->
IO
()
Source
c_DeleteBrush
::
HBRUSH
->
IO
Bool
Source
type
StockBrush
=
INT
Source
wHITE_BRUSH
::
StockBrush
Source
lTGRAY_BRUSH
::
StockBrush
Source
gRAY_BRUSH
::
StockBrush
Source
dKGRAY_BRUSH
::
StockBrush
Source
bLACK_BRUSH
::
StockBrush
Source
nULL_BRUSH
::
StockBrush
Source
getStockBrush
::
StockBrush
->
IO
HBRUSH
Source
hOLLOW_BRUSH
::
StockBrush
Source
c_GetStockBrush
::
StockBrush
->
IO
HBRUSH
Source
Produced by
Haddock
version 2.4.2