| Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Atk.Structs.TextRectangle
Description
A structure used to store a rectangle used by AtkText.
- newtype TextRectangle = TextRectangle (ForeignPtr TextRectangle)
- newZeroTextRectangle :: MonadIO m => m TextRectangle
- noTextRectangle :: Maybe TextRectangle
- textRectangleReadHeight :: TextRectangle -> IO Int32
- textRectangleReadWidth :: TextRectangle -> IO Int32
- textRectangleReadX :: TextRectangle -> IO Int32
- textRectangleReadY :: TextRectangle -> IO Int32
Exported types
newtype TextRectangle Source
Constructors
| TextRectangle (ForeignPtr TextRectangle) |
Instances
| ((~) * info (ResolveTextRectangleMethod t TextRectangle), MethodInfo * info TextRectangle p) => IsLabel t (TextRectangle -> p) Source | |
| ((~) * info (ResolveTextRectangleMethod t TextRectangle), MethodInfo * info TextRectangle p) => IsLabelProxy t (TextRectangle -> p) Source | |
newZeroTextRectangle :: MonadIO m => m TextRectangle Source
Construct a TextRectangle struct initialized to zero.