| 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.TextRange
Description
A structure used to describe a text range.
- newtype TextRange = TextRange (ForeignPtr TextRange)
- noTextRange :: Maybe TextRange
- textRangeReadBounds :: TextRange -> IO TextRectangle
- textRangeReadContent :: TextRange -> IO Text
- textRangeReadEndOffset :: TextRange -> IO Int32
- textRangeReadStartOffset :: TextRange -> IO Int32