 | Win32-2.1.0.0: A binding to part of the Win32 library | Contents | Index |
|
| Graphics.Win32.GDI.Path | | Portability | portable | | Stability | provisional | | Maintainer | Esa Ilari Vuokko <ei@vuokko.info> |
|
|
|
| Description |
| A collection of FFI declarations for interfacing with Win32.
|
|
|
| Documentation |
|
| beginPath :: HDC -> IO () |
|
| closeFigure :: HDC -> IO () |
|
| endPath :: HDC -> IO () |
|
| fillPath :: HDC -> IO () |
|
| flattenPath :: HDC -> IO () |
|
| pathToRegion :: HDC -> IO HRGN |
|
| strokeAndFillPath :: HDC -> IO () |
|
| strokePath :: HDC -> IO () |
|
| widenPath :: HDC -> IO () |
|
| Produced by Haddock version 0.8 |