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.DOMDOMSelection

Contents

Description

 

Synopsis

Exported types

Methods

addRange

dOMDOMSelectionAddRange Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMDOMSelection a, IsDOMRange b) 
=> a

self: A DOMDOMSelection

-> b

range: A DOMRange

-> m () 

No description available in the introspection data.

collapse

dOMDOMSelectionCollapse Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMDOMSelection a, IsDOMNode b) 
=> a

self: A DOMDOMSelection

-> b

node: A DOMNode

-> CLong

index: A glong

-> m ()

(Can throw GError)

No description available in the introspection data.

collapseToEnd

dOMDOMSelectionCollapseToEnd Source #

Arguments

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

self: A DOMDOMSelection

-> m ()

(Can throw GError)

No description available in the introspection data.

collapseToStart

dOMDOMSelectionCollapseToStart Source #

Arguments

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

self: A DOMDOMSelection

-> m ()

(Can throw GError)

No description available in the introspection data.

containsNode

dOMDOMSelectionContainsNode Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMDOMSelection a, IsDOMNode b) 
=> a

self: A DOMDOMSelection

-> b

node: A DOMNode

-> Bool

allowPartial: A Bool

-> m Bool

Returns: A Bool

No description available in the introspection data.

deleteFromDocument

dOMDOMSelectionDeleteFromDocument Source #

Arguments

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

self: A DOMDOMSelection

-> m () 

No description available in the introspection data.

empty

dOMDOMSelectionEmpty Source #

Arguments

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

self: A DOMDOMSelection

-> m () 

No description available in the introspection data.

extend

dOMDOMSelectionExtend Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMDOMSelection a, IsDOMNode b) 
=> a

self: A DOMDOMSelection

-> b

node: A DOMNode

-> CLong

offset: A glong

-> m ()

(Can throw GError)

No description available in the introspection data.

getAnchorNode

dOMDOMSelectionGetAnchorNode Source #

Arguments

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

self: A DOMDOMSelection

-> m DOMNode

Returns: A DOMNode

No description available in the introspection data.

getAnchorOffset

dOMDOMSelectionGetAnchorOffset Source #

Arguments

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

self: A DOMDOMSelection

-> m CLong

Returns: A glong

No description available in the introspection data.

getBaseNode

dOMDOMSelectionGetBaseNode Source #

Arguments

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

self: A DOMDOMSelection

-> m DOMNode

Returns: A DOMNode

No description available in the introspection data.

getBaseOffset

dOMDOMSelectionGetBaseOffset Source #

Arguments

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

self: A DOMDOMSelection

-> m CLong

Returns: A glong

No description available in the introspection data.

getExtentNode

dOMDOMSelectionGetExtentNode Source #

Arguments

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

self: A DOMDOMSelection

-> m DOMNode

Returns: A DOMNode

No description available in the introspection data.

getExtentOffset

dOMDOMSelectionGetExtentOffset Source #

Arguments

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

self: A DOMDOMSelection

-> m CLong

Returns: A glong

No description available in the introspection data.

getFocusNode

dOMDOMSelectionGetFocusNode Source #

Arguments

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

self: A DOMDOMSelection

-> m DOMNode

Returns: A DOMNode

No description available in the introspection data.

getFocusOffset

dOMDOMSelectionGetFocusOffset Source #

Arguments

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

self: A DOMDOMSelection

-> m CLong

Returns: A glong

No description available in the introspection data.

getIsCollapsed

dOMDOMSelectionGetIsCollapsed Source #

Arguments

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

self: A DOMDOMSelection

-> m Bool

Returns: A Bool

No description available in the introspection data.

getRangeAt

dOMDOMSelectionGetRangeAt Source #

Arguments

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

self: A DOMDOMSelection

-> CLong

index: A glong

-> m DOMRange

Returns: A DOMRange (Can throw GError)

No description available in the introspection data.

getRangeCount

dOMDOMSelectionGetRangeCount Source #

Arguments

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

self: A DOMDOMSelection

-> m CLong

Returns: A glong

No description available in the introspection data.

modify

dOMDOMSelectionModify Source #

Arguments

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

self: A DOMDOMSelection

-> Text

alter: A gchar

-> Text

direction: A gchar

-> Text

granularity: A gchar

-> m () 

No description available in the introspection data.

removeAllRanges

dOMDOMSelectionRemoveAllRanges Source #

Arguments

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

self: A DOMDOMSelection

-> m () 

No description available in the introspection data.

selectAllChildren

dOMDOMSelectionSelectAllChildren Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMDOMSelection a, IsDOMNode b) 
=> a

self: A DOMDOMSelection

-> b

node: A DOMNode

-> m ()

(Can throw GError)

No description available in the introspection data.

setBaseAndExtent

dOMDOMSelectionSetBaseAndExtent Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMDOMSelection a, IsDOMNode b, IsDOMNode c) 
=> a

self: A DOMDOMSelection

-> b

baseNode: A DOMNode

-> CLong

baseOffset: A glong

-> c

extentNode: A DOMNode

-> CLong

extentOffset: A glong

-> m ()

(Can throw GError)

No description available in the introspection data.

setPosition

dOMDOMSelectionSetPosition Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMDOMSelection a, IsDOMNode b) 
=> a

self: A DOMDOMSelection

-> b

node: A DOMNode

-> CLong

offset: A glong

-> m ()

(Can throw GError)

No description available in the introspection data.

Properties

anchorNode

anchorOffset

baseNode

baseOffset

extentNode

extentOffset

focusNode

focusOffset

isCollapsed

rangeCount

type