Safe Haskell | None |
---|
Documentation
class IDeletable a => ITAttLine a whereSource
getLineColor :: a -> IO CIntSource
getLineStyle :: a -> IO CIntSource
getLineWidth :: a -> IO CIntSource
resetAttLine :: a -> CString -> IO ()Source
setLineAttributes :: a -> IO ()Source
setLineColor :: a -> CInt -> IO ()Source
setLineStyle :: a -> CInt -> IO ()Source
setLineWidth :: a -> CInt -> IO ()Source
upcastTAttLine :: (FPtr a, ITAttLine a) => a -> TAttLineSource
downcastTAttLine :: (FPtr a, ITAttLine a) => TAttLine -> aSource