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

Index of TickGroup functionality


data Gauge

tickGroup :: [(Picture,a)]
           -> Component (Gauge [(a,Int)], DisplayHandle)

constrainedTickGroup :: ( (a,Int) -> Bool -> [(a,Int)] -> Bool)
                       -> [(Picture,a)] 
                       -> Component (Gauge [(a,Int)], DisplayHandle)


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