gi-cairo-1.0.6: 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 #

Instances

BoxedObject RectangleInt Source # 

Methods

boxedType :: RectangleInt -> IO GType

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

Methods

new :: MonadIO m => (ForeignPtr 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

rectangleIntHeight :: AttrLabelProxy "height" Source #

Width

rectangleIntWidth :: AttrLabelProxy "width" Source #

X

rectangleIntX :: AttrLabelProxy "x" Source #

Y

rectangleIntY :: AttrLabelProxy "y" Source #