Documentation
class IDeletable a => ITAttLine a whereSource
getLineColor :: a -> IO IntSource
getLineStyle :: a -> IO IntSource
getLineWidth :: a -> IO IntSource
resetAttLine :: a -> String -> IO ()Source
setLineAttributes :: a -> IO ()Source
setLineColor :: a -> Int -> IO ()Source
setLineStyle :: a -> Int -> IO ()Source
setLineWidth :: a -> Int -> IO ()Source
upcastTAttLine :: (FPtr a, ITAttLine a) => a -> TAttLineSource