gi-gdk-0.3.18.13: 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

((~) * info (ResolvePointMethod t Point), MethodInfo * info Point p) => IsLabel t (Point -> p) Source 

Methods

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

((~) * info (ResolvePointMethod t Point), MethodInfo * info Point p) => IsLabelProxy t (Point -> p) Source 

Methods

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

newZeroPoint :: MonadIO m => m Point Source

Construct a Point struct initialized to zero.

Properties

X

Y