Documentation
newtype TAttMarker Source
TAttMarker (ForeignPtr RawTAttMarker) |
class IDeletable a => ITAttMarker a whereSource
getMarkerColor :: a -> IO IntSource
getMarkerStyle :: a -> IO IntSource
getMarkerSize :: a -> IO DoubleSource
resetAttMarker :: a -> String -> IO ()Source
setMarkerAttributes :: a -> IO ()Source
setMarkerColor :: a -> Int -> IO ()Source
setMarkerStyle :: a -> Int -> IO ()Source
setMarkerSize :: a -> Int -> IO ()Source
upcastTAttMarker :: (FPtr a, ITAttMarker a) => a -> TAttMarkerSource
newTAttMarker :: Int -> Int -> Int -> IO TAttMarkerSource