| |||||||||||
| |||||||||||
| Description | |||||||||||
| Ruler widget. It can be used together with the Timeline widget, for example. | |||||||||||
| Documentation | |||||||||||
| class FromDouble t where | |||||||||||
| |||||||||||
| data Base | |||||||||||
| |||||||||||
| data RulerWidget t | |||||||||||
| |||||||||||
| makeRuler :: (Real t, FromDouble t, Show t) => Window a -> Int -> (t, t) -> [Prop (RulerWidget t)] -> IO (RulerWidget t) | |||||||||||
| class RulerDisplay ruler t | ruler -> t where | |||||||||||
| |||||||||||
| Produced by Haddock version 2.4.1 |