gi-webkit-3.0.14: WebKit 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.WebKit.Objects.DOMWebKitPoint

Contents

Description

 

Synopsis

Exported types

Methods

getX

dOMWebKitPointGetX Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMWebKitPoint a) 
=> a

self: A DOMWebKitPoint

-> m Float

Returns: A gfloat

No description available in the introspection data.

getY

dOMWebKitPointGetY Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMWebKitPoint a) 
=> a

self: A DOMWebKitPoint

-> m Float

Returns: A gfloat

No description available in the introspection data.

setX

dOMWebKitPointSetX Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMWebKitPoint a) 
=> a

self: A DOMWebKitPoint

-> Float

value: A gfloat

-> m () 

No description available in the introspection data.

setY

dOMWebKitPointSetY Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMWebKitPoint a) 
=> a

self: A DOMWebKitPoint

-> Float

value: A gfloat

-> m () 

No description available in the introspection data.

Properties

x

y