Copyright | (c) 2011-2016 Ian-Woo Kim |
---|---|
License | BSD3 |
Maintainer | Ian-Woo Kim <ianwookim@gmail.com> |
Stability | experimental |
Portability | GHC |
Safe Haskell | None |
Language | Haskell98 |
Documentation
updateCanvasInfo :: (forall a. CanvasInfo a -> CanvasInfo a) -> CanvasId -> MainCoroutine () Source #
updateCanvasInfo2 :: (CanvasInfo SinglePage -> CanvasInfo SinglePage) -> (CanvasInfo ContinuousPage -> CanvasInfo ContinuousPage) -> CanvasId -> MainCoroutine () Source #
moveViewPortBy :: MainCoroutine () -> CanvasId -> ((Double, Double) -> (Double, Double)) -> MainCoroutine () Source #
hscrollBarMoved :: CanvasId -> Double -> MainCoroutine () Source #
vscrollBarMoved :: CanvasId -> Double -> MainCoroutine () Source #
vscrollStart :: CanvasId -> Double -> MainCoroutine () Source #
vscrollMove :: CanvasId -> Double -> MainCoroutine () Source #
smoothScroll :: CanvasId -> CanvasGeometry -> Double -> Double -> MainCoroutine () Source #