gi-webkit2webextension-4.0.12: WebKit2-WebExtension 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.WebKit2WebExtension.Objects.DOMDOMWindow

Contents

Description

 

Synopsis

Exported types

Methods

alert

data DOMDOMWindowAlertMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMDOMWindow a) => MethodInfo * DOMDOMWindowAlertMethodInfo a signature Source # 

dOMDOMWindowAlert Source #

Arguments

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

self: A DOMDOMWindow

-> Text

message: A gchar

-> m () 

No description available in the introspection data.

Since: 2.16

blur

data DOMDOMWindowBlurMethodInfo Source #

Instances

((~) * signature (m ()), MonadIO m, IsDOMDOMWindow a) => MethodInfo * DOMDOMWindowBlurMethodInfo a signature Source # 

dOMDOMWindowBlur Source #

Arguments

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

self: A DOMDOMWindow

-> m () 

No description available in the introspection data.

Since: 2.16

captureEvents

dOMDOMWindowCaptureEvents Source #

Arguments

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

self: A DOMDOMWindow

-> m () 

No description available in the introspection data.

Since: 2.16

close

dOMDOMWindowClose Source #

Arguments

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

self: A DOMDOMWindow

-> m () 

No description available in the introspection data.

Since: 2.16

confirm

dOMDOMWindowConfirm Source #

Arguments

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

self: A DOMDOMWindow

-> Text

message: A gchar

-> m Bool

Returns: A Bool

No description available in the introspection data.

Since: 2.16

find

data DOMDOMWindowFindMethodInfo Source #

Instances

((~) * signature (Text -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> m Bool), MonadIO m, IsDOMDOMWindow a) => MethodInfo * DOMDOMWindowFindMethodInfo a signature Source # 

dOMDOMWindowFind Source #

Arguments

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

self: A DOMDOMWindow

-> Text

string: A gchar

-> Bool

caseSensitive: A Bool

-> Bool

backwards: A Bool

-> Bool

wrap: A Bool

-> Bool

wholeWord: A Bool

-> Bool

searchInFrames: A Bool

-> Bool

showDialog: A Bool

-> m Bool

Returns: A Bool

No description available in the introspection data.

Since: 2.16

focus

dOMDOMWindowFocus Source #

Arguments

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

self: A DOMDOMWindow

-> m () 

No description available in the introspection data.

Since: 2.16

getClosed

dOMDOMWindowGetClosed Source #

Arguments

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

self: A DOMDOMWindow

-> m Bool

Returns: A Bool

No description available in the introspection data.

Since: 2.16

getComputedStyle

dOMDOMWindowGetComputedStyle Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMDOMWindow a, IsDOMElement b) 
=> a

self: A DOMDOMWindow

-> b

element: A DOMElement

-> Maybe Text

pseudoElement: A gchar

-> m DOMCSSStyleDeclaration

Returns: A DOMCSSStyleDeclaration

No description available in the introspection data.

Since: 2.16

getDefaultStatus

dOMDOMWindowGetDefaultStatus Source #

Arguments

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

self: A DOMDOMWindow

-> m Text

Returns: A gchar

No description available in the introspection data.

Since: 2.16

getDevicePixelRatio

dOMDOMWindowGetDevicePixelRatio Source #

Arguments

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

self: A DOMDOMWindow

-> m Double

Returns: A gdouble

No description available in the introspection data.

Since: 2.16

getDocument

dOMDOMWindowGetDocument Source #

Arguments

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

self: A DOMDOMWindow

-> m DOMDocument

Returns: A DOMDocument

No description available in the introspection data.

Since: 2.16

getFrameElement

dOMDOMWindowGetFrameElement Source #

Arguments

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

self: A DOMDOMWindow

-> m DOMElement

Returns: A DOMElement

No description available in the introspection data.

Since: 2.16

getFrames

dOMDOMWindowGetFrames Source #

Arguments

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

self: A DOMDOMWindow

-> m DOMDOMWindow

Returns: A DOMDOMWindow

No description available in the introspection data.

Since: 2.16

getInnerHeight

dOMDOMWindowGetInnerHeight Source #

Arguments

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

self: A DOMDOMWindow

-> m CLong

Returns: A glong

No description available in the introspection data.

Since: 2.16

getInnerWidth

dOMDOMWindowGetInnerWidth Source #

Arguments

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

self: A DOMDOMWindow

-> m CLong

Returns: A glong

No description available in the introspection data.

Since: 2.16

getLength

dOMDOMWindowGetLength Source #

Arguments

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

self: A DOMDOMWindow

-> m CULong

Returns: A gulong

No description available in the introspection data.

Since: 2.16

getName

dOMDOMWindowGetName Source #

Arguments

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

self: A DOMDOMWindow

-> m Text

Returns: A gchar

No description available in the introspection data.

Since: 2.16

getOffscreenBuffering

dOMDOMWindowGetOffscreenBuffering Source #

Arguments

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

self: A DOMDOMWindow

-> m Bool

Returns: A Bool

No description available in the introspection data.

Since: 2.16

getOpener

dOMDOMWindowGetOpener Source #

Arguments

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

self: A DOMDOMWindow

-> m DOMDOMWindow

Returns: A DOMDOMWindow

No description available in the introspection data.

Since: 2.16

getOrientation

dOMDOMWindowGetOrientation Source #

Arguments

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

self: A DOMDOMWindow

-> m CLong

Returns: A glong

No description available in the introspection data.

Since: 2.16

getOuterHeight

dOMDOMWindowGetOuterHeight Source #

Arguments

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

self: A DOMDOMWindow

-> m CLong

Returns: A glong

No description available in the introspection data.

Since: 2.16

getOuterWidth

dOMDOMWindowGetOuterWidth Source #

Arguments

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

self: A DOMDOMWindow

-> m CLong

Returns: A glong

No description available in the introspection data.

Since: 2.16

getPageXOffset

dOMDOMWindowGetPageXOffset Source #

Arguments

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

self: A DOMDOMWindow

-> m CLong

Returns: A glong

No description available in the introspection data.

Since: 2.16

getPageYOffset

dOMDOMWindowGetPageYOffset Source #

Arguments

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

self: A DOMDOMWindow

-> m CLong

Returns: A glong

No description available in the introspection data.

Since: 2.16

getParent

dOMDOMWindowGetParent Source #

Arguments

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

self: A DOMDOMWindow

-> m DOMDOMWindow

Returns: A DOMDOMWindow

No description available in the introspection data.

Since: 2.16

getScreenLeft

dOMDOMWindowGetScreenLeft Source #

Arguments

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

self: A DOMDOMWindow

-> m CLong

Returns: A glong

No description available in the introspection data.

Since: 2.16

getScreenTop

dOMDOMWindowGetScreenTop Source #

Arguments

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

self: A DOMDOMWindow

-> m CLong

Returns: A glong

No description available in the introspection data.

Since: 2.16

getScreenX

dOMDOMWindowGetScreenX Source #

Arguments

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

self: A DOMDOMWindow

-> m CLong

Returns: A glong

No description available in the introspection data.

Since: 2.16

getScreenY

dOMDOMWindowGetScreenY Source #

Arguments

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

self: A DOMDOMWindow

-> m CLong

Returns: A glong

No description available in the introspection data.

Since: 2.16

getScrollX

dOMDOMWindowGetScrollX Source #

Arguments

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

self: A DOMDOMWindow

-> m CLong

Returns: A glong

No description available in the introspection data.

Since: 2.16

getScrollY

dOMDOMWindowGetScrollY Source #

Arguments

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

self: A DOMDOMWindow

-> m CLong

Returns: A glong

No description available in the introspection data.

Since: 2.16

getSelection

dOMDOMWindowGetSelection Source #

Arguments

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

self: A DOMDOMWindow

-> m DOMDOMSelection

Returns: A DOMDOMSelection

No description available in the introspection data.

Since: 2.16

getSelf

dOMDOMWindowGetSelf Source #

Arguments

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

self: A DOMDOMWindow

-> m DOMDOMWindow

Returns: A DOMDOMWindow

No description available in the introspection data.

Since: 2.16

getStatus

dOMDOMWindowGetStatus Source #

Arguments

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

self: A DOMDOMWindow

-> m Text

Returns: A gchar

No description available in the introspection data.

Since: 2.16

getTop

dOMDOMWindowGetTop Source #

Arguments

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

self: A DOMDOMWindow

-> m DOMDOMWindow

Returns: A DOMDOMWindow

No description available in the introspection data.

Since: 2.16

getWindow

dOMDOMWindowGetWindow Source #

Arguments

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

self: A DOMDOMWindow

-> m DOMDOMWindow

Returns: A DOMDOMWindow

No description available in the introspection data.

Since: 2.16

moveBy

dOMDOMWindowMoveBy Source #

Arguments

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

self: A DOMDOMWindow

-> Float

x: A gfloat

-> Float

y: A gfloat

-> m () 

No description available in the introspection data.

Since: 2.16

moveTo

dOMDOMWindowMoveTo Source #

Arguments

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

self: A DOMDOMWindow

-> Float

x: A gfloat

-> Float

y: A gfloat

-> m () 

No description available in the introspection data.

Since: 2.16

print

dOMDOMWindowPrint Source #

Arguments

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

self: A DOMDOMWindow

-> m () 

No description available in the introspection data.

Since: 2.16

prompt

dOMDOMWindowPrompt Source #

Arguments

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

self: A DOMDOMWindow

-> Text

message: A gchar

-> Text

defaultValue: A gchar

-> m Text

Returns: A gchar

No description available in the introspection data.

Since: 2.16

releaseEvents

dOMDOMWindowReleaseEvents Source #

Arguments

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

self: A DOMDOMWindow

-> m () 

No description available in the introspection data.

Since: 2.16

resizeBy

dOMDOMWindowResizeBy Source #

Arguments

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

self: A DOMDOMWindow

-> Float

x: A gfloat

-> Float

y: A gfloat

-> m () 

No description available in the introspection data.

Since: 2.16

resizeTo

dOMDOMWindowResizeTo Source #

Arguments

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

self: A DOMDOMWindow

-> Float

width: A gfloat

-> Float

height: A gfloat

-> m () 

No description available in the introspection data.

Since: 2.16

scrollBy

dOMDOMWindowScrollBy Source #

Arguments

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

self: A DOMDOMWindow

-> Double

x: A gdouble

-> Double

y: A gdouble

-> m () 

No description available in the introspection data.

Since: 2.16

scrollTo

dOMDOMWindowScrollTo Source #

Arguments

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

self: A DOMDOMWindow

-> Double

x: A gdouble

-> Double

y: A gdouble

-> m () 

No description available in the introspection data.

Since: 2.16

setDefaultStatus

dOMDOMWindowSetDefaultStatus Source #

Arguments

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

self: A DOMDOMWindow

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

Since: 2.16

setName

dOMDOMWindowSetName Source #

Arguments

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

self: A DOMDOMWindow

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

Since: 2.16

setStatus

dOMDOMWindowSetStatus Source #

Arguments

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

self: A DOMDOMWindow

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

Since: 2.16

stop

data DOMDOMWindowStopMethodInfo Source #

Instances

((~) * signature (m ()), MonadIO m, IsDOMDOMWindow a) => MethodInfo * DOMDOMWindowStopMethodInfo a signature Source # 

dOMDOMWindowStop Source #

Arguments

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

self: A DOMDOMWindow

-> m () 

No description available in the introspection data.

Since: 2.16

webkitMessageHandlersPostMessage

dOMDOMWindowWebkitMessageHandlersPostMessage :: (HasCallStack, MonadIO m, IsDOMDOMWindow a) => a -> Text -> Text -> m Bool Source #

No description available in the introspection data.

Properties

closed

data DOMDOMWindowClosedPropertyInfo Source #

Instances

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

defaultStatus

data DOMDOMWindowDefaultStatusPropertyInfo Source #

Instances

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

devicePixelRatio

data DOMDOMWindowDevicePixelRatioPropertyInfo Source #

Instances

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

document

data DOMDOMWindowDocumentPropertyInfo Source #

Instances

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

frameElement

data DOMDOMWindowFrameElementPropertyInfo Source #

Instances

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

frames

data DOMDOMWindowFramesPropertyInfo Source #

Instances

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

innerHeight

data DOMDOMWindowInnerHeightPropertyInfo Source #

Instances

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

innerWidth

data DOMDOMWindowInnerWidthPropertyInfo Source #

Instances

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

length

data DOMDOMWindowLengthPropertyInfo Source #

Instances

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

name

data DOMDOMWindowNamePropertyInfo Source #

Instances

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

offscreenBuffering

data DOMDOMWindowOffscreenBufferingPropertyInfo Source #

Instances

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

opener

data DOMDOMWindowOpenerPropertyInfo Source #

Instances

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

orientation

data DOMDOMWindowOrientationPropertyInfo Source #

Instances

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

outerHeight

data DOMDOMWindowOuterHeightPropertyInfo Source #

Instances

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

outerWidth

data DOMDOMWindowOuterWidthPropertyInfo Source #

Instances

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

pageXOffset

data DOMDOMWindowPageXOffsetPropertyInfo Source #

Instances

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

pageYOffset

data DOMDOMWindowPageYOffsetPropertyInfo Source #

Instances

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

parent

data DOMDOMWindowParentPropertyInfo Source #

Instances

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

screenLeft

data DOMDOMWindowScreenLeftPropertyInfo Source #

Instances

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

screenTop

data DOMDOMWindowScreenTopPropertyInfo Source #

Instances

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

screenX

data DOMDOMWindowScreenXPropertyInfo Source #

Instances

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

screenY

data DOMDOMWindowScreenYPropertyInfo Source #

Instances

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

scrollX

data DOMDOMWindowScrollXPropertyInfo Source #

Instances

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

scrollY

data DOMDOMWindowScrollYPropertyInfo Source #

Instances

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

self

data DOMDOMWindowSelfPropertyInfo Source #

Instances

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

status

data DOMDOMWindowStatusPropertyInfo Source #

Instances

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

top

data DOMDOMWindowTopPropertyInfo Source #

Instances

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

window

data DOMDOMWindowWindowPropertyInfo Source #

Instances

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