| Win32-2.1.0.0: A binding to part of the Win32 library | Contents | Index |
|
Graphics.Win32.GDI.Palette | Portability | portable | Stability | provisional | Maintainer | Esa Ilari Vuokko <ei@vuokko.info> |
|
|
|
Description |
A collection of FFI declarations for interfacing with Win32.
|
|
|
Documentation |
|
type StockPalette = WORD |
|
dEFAULT_PALETTE :: StockPalette |
|
getStockPalette :: StockPalette -> IO HPALETTE |
|
c_GetStockPalette :: StockPalette -> IO HPALETTE |
|
deletePalette :: HPALETTE -> IO () |
|
c_DeletePalette :: HPALETTE -> IO Bool |
|
Produced by Haddock version 0.8 |