gi-atk-2.0.6: Atk bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Atk.Structs.TextRange

Contents

Description

A structure used to describe a text range.

Synopsis

Exported types

newtype TextRange Source #

Instances

BoxedObject TextRange Source # 

Methods

boxedType :: TextRange -> IO GType

(~) AttrOpTag tag AttrSet => Constructible TextRange tag Source # 

Methods

new :: MonadIO m => (ForeignPtr TextRange -> TextRange) -> [AttrOp TextRange tag] -> m TextRange

((~) * info (ResolveTextRangeMethod t TextRange), MethodInfo * info TextRange p) => IsLabel t (TextRange -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> TextRange -> p #

((~) * info (ResolveTextRangeMethod t TextRange), MethodInfo * info TextRange p) => IsLabelProxy t (TextRange -> p) Source # 

Methods

fromLabelProxy :: Proxy Symbol t -> TextRange -> p

HasAttributeList * TextRange Source # 
type AttributeList TextRange Source # 
type AttributeList TextRange

newZeroTextRange :: MonadIO m => m TextRange Source #

Construct a TextRange struct initialized to zero.

Properties

Bounds

textRangeBounds :: AttrLabelProxy "bounds" Source #

Content

textRangeContent :: AttrLabelProxy "content" Source #

EndOffset

textRangeEndOffset :: AttrLabelProxy "endOffset" Source #

StartOffset

textRangeStartOffset :: AttrLabelProxy "startOffset" Source #