Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
class IDeletable a => IGraphAttributes a where Source #
boundingBox :: a -> IO DRect Source #
Instances
upcastGraphAttributes :: forall a. (FPtr a, IGraphAttributes a) => a -> GraphAttributes Source #
downcastGraphAttributes :: forall a. (FPtr a, IGraphAttributes a) => GraphAttributes -> a Source #