gi-gdk-0.3.18.15: Gdk 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.Gdk.Structs.Point

Contents

Description

Defines the x and y coordinates of a point.

Synopsis

Exported types

newtype Point Source

Constructors

Point (ForeignPtr Point) 

Instances

WrappedPtr Point 
(~) AttrOpTag tag AttrSet => Constructible Point tag 
((~) * info (ResolvePointMethod t Point), MethodInfo * info Point p) => IsLabelProxy t (Point -> p) 
type AttributeList Point 

newZeroPoint :: MonadIO m => m Point Source

Construct a Point struct initialized to zero.

Properties

X

pointWriteX :: MonadIO m => Point -> Int32 -> m () Source

Y

pointWriteY :: MonadIO m => Point -> Int32 -> m () Source