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

data DOMDOMSelectionAnchorNodePropertyInfo Source #

Instances

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

anchorOffset

data DOMDOMSelectionAnchorOffsetPropertyInfo Source #

Instances

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

baseNode

data DOMDOMSelectionBaseNodePropertyInfo Source #

Instances

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

baseOffset

data DOMDOMSelectionBaseOffsetPropertyInfo Source #

Instances

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

extentNode

data DOMDOMSelectionExtentNodePropertyInfo Source #

Instances

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

extentOffset

data DOMDOMSelectionExtentOffsetPropertyInfo Source #

Instances

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

focusNode

data DOMDOMSelectionFocusNodePropertyInfo Source #

Instances

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

focusOffset

data DOMDOMSelectionFocusOffsetPropertyInfo Source #

Instances

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

isCollapsed

data DOMDOMSelectionIsCollapsedPropertyInfo Source #

Instances

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

rangeCount

data DOMDOMSelectionRangeCountPropertyInfo Source #

Instances

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

type

data DOMDOMSelectionTypePropertyInfo Source #

Instances

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