gi-atk-2.0.10: 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.TextRectangle

Contents

Description

A structure used to store a rectangle used by AtkText.

Synopsis

Exported types

newtype TextRectangle Source #

Constructors

TextRectangle (ManagedPtr TextRectangle) 

Instances

WrappedPtr TextRectangle Source # 
(~) AttrOpTag tag AttrSet => Constructible TextRectangle tag Source # 

Methods

new :: MonadIO m => (ManagedPtr TextRectangle -> TextRectangle) -> [AttrOp TextRectangle tag] -> m TextRectangle

((~) * info (ResolveTextRectangleMethod t TextRectangle), MethodInfo * info TextRectangle p) => IsLabel t (TextRectangle -> p) Source # 

Methods

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

((~) * info (ResolveTextRectangleMethod t TextRectangle), MethodInfo * info TextRectangle p) => IsLabelProxy t (TextRectangle -> p) Source # 
HasAttributeList * TextRectangle Source # 
type AttributeList TextRectangle Source # 
type AttributeList TextRectangle

newZeroTextRectangle :: MonadIO m => m TextRectangle Source #

Construct a TextRectangle struct initialized to zero.

Properties

height

textRectangle_height :: AttrLabelProxy "height" Source #

width

textRectangle_width :: AttrLabelProxy "width" Source #

x

textRectangle_x :: AttrLabelProxy "x" Source #

y

textRectangle_y :: AttrLabelProxy "y" Source #