gi-webkit-3.0.11: 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

data DOMWebKitPointXPropertyInfo Source #

Instances

AttrInfo DOMWebKitPointXPropertyInfo Source # 
type AttrOrigin DOMWebKitPointXPropertyInfo Source # 
type AttrLabel DOMWebKitPointXPropertyInfo Source # 
type AttrGetType DOMWebKitPointXPropertyInfo Source # 
type AttrBaseTypeConstraint DOMWebKitPointXPropertyInfo Source # 
type AttrSetTypeConstraint DOMWebKitPointXPropertyInfo Source # 
type AttrAllowedOps DOMWebKitPointXPropertyInfo Source # 

y

data DOMWebKitPointYPropertyInfo Source #

Instances

AttrInfo DOMWebKitPointYPropertyInfo Source # 
type AttrOrigin DOMWebKitPointYPropertyInfo Source # 
type AttrLabel DOMWebKitPointYPropertyInfo Source # 
type AttrGetType DOMWebKitPointYPropertyInfo Source # 
type AttrBaseTypeConstraint DOMWebKitPointYPropertyInfo Source # 
type AttrSetTypeConstraint DOMWebKitPointYPropertyInfo Source # 
type AttrAllowedOps DOMWebKitPointYPropertyInfo Source #