gi-cairo-1.0.10: Cairo 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.Cairo.Structs.RectangleInt

Contents

Description

 

Synopsis

Exported types

newtype RectangleInt Source #

Constructors

RectangleInt (ManagedPtr RectangleInt) 

Instances

BoxedObject RectangleInt Source # 

Methods

boxedType :: RectangleInt -> IO GType

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

Methods

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

((~) * info (ResolveRectangleIntMethod t RectangleInt), MethodInfo * info RectangleInt p) => IsLabel t (RectangleInt -> p) Source # 

Methods

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

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

newZeroRectangleInt :: MonadIO m => m RectangleInt Source #

Construct a RectangleInt struct initialized to zero.

Properties

height

rectangleInt_height :: AttrLabelProxy "height" Source #

width

rectangleInt_width :: AttrLabelProxy "width" Source #

x

rectangleInt_x :: AttrLabelProxy "x" Source #

y

rectangleInt_y :: AttrLabelProxy "y" Source #