| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
HROOT.Core.TAttText.RawType
Documentation
data RawTAttText Source #
Instances
| Castable TAttText (Ptr RawTAttText) Source # | |
Defined in HROOT.Core.TAttText.Cast | |
| (ITAttText a, FPtr a) => Castable a (Ptr RawTAttText) Source # | |
Defined in HROOT.Core.TAttText.Cast | |
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 | |