Go to the first, previous, next, last section, table of contents.

Index of ScrollView functionality


data ScrollView {- abstract -}

scrollView  :: (Size -> Size)
	    -> Component (a, DisplayHandle)
	    -> Component ((a, Viewport), DisplayHandle)
scrollViewH :: (Unit -> Unit)
            -> Bool
	    -> Component (a, DisplayHandle)
	    -> Component ((a, ScrollView), DisplayHandle)
scrollViewV :: (Unit -> Unit)
            -> Bool
	    -> Component (a, DisplayHandle)
	    -> Component ((a, ScrollView), DisplayHandle)

getViewScrollbar :: ScrollView -> Axis -> Maybe (Scrollbar Double)
getViewport :: ScrollView -> Viewport


Go to the first, previous, next, last section, table of contents.