| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
HROOT.Core.TAttText
Documentation
Constructors
| TAttText (Ptr RawTAttText) |
Instances
| ITAttText TAttText Source # | |
Defined in HROOT.Core.TAttText.Implementation Methods getTextAlign :: TAttText -> IO CShort Source # getTextAngle :: TAttText -> IO CFloat Source # getTextColor :: TAttText -> IO CShort Source # getTextFont :: TAttText -> IO CShort Source # getTextSize :: TAttText -> IO CFloat Source # resetAttText :: Castable c0 CString => TAttText -> c0 -> IO () Source # setTextAttributes :: TAttText -> IO () Source # setTextAlign :: TAttText -> CShort -> IO () Source # setTextAngle :: TAttText -> CFloat -> IO () Source # setTextColor :: TAttText -> CInt -> IO () Source # setTextFont :: TAttText -> CShort -> IO () Source # | |
| Show TAttText Source # | |
| FPtr TAttText Source # | |
| Eq TAttText Source # | |
| Ord TAttText Source # | |
Defined in HROOT.Core.TAttText.RawType | |
| IDeletable TAttText Source # | |
Defined in HROOT.Core.TAttText.Implementation | |
| Castable TAttText (Ptr RawTAttText) Source # | |
Defined in HROOT.Core.TAttText.Cast | |
| type Raw TAttText Source # | |
Defined in HROOT.Core.TAttText.RawType | |
class IDeletable a => ITAttText a where Source #
Methods
getTextAlign :: a -> IO CShort Source #
getTextAngle :: a -> IO CFloat Source #
getTextColor :: a -> IO CShort Source #
getTextFont :: a -> IO CShort Source #
getTextSize :: a -> IO CFloat Source #
resetAttText :: Castable c0 CString => a -> c0 -> IO () Source #
setTextAttributes :: a -> IO () Source #
setTextAlign :: a -> CShort -> IO () Source #
setTextAngle :: a -> CFloat -> IO () Source #
setTextColor :: a -> CInt -> IO () Source #
setTextFont :: a -> CShort -> IO () Source #
setTextSize :: a -> CFloat -> IO () Source #
setTextSizePixels :: a -> CInt -> IO () Source #