gi-webkit-3.0.9: 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.DOMDOMWindow

Contents

Description

 

Synopsis

Exported types

newtype DOMDOMWindow Source #

Constructors

DOMDOMWindow (ManagedPtr DOMDOMWindow) 

Instances

GObject DOMDOMWindow Source # 
IsObject DOMDOMWindow Source # 
IsDOMObject DOMDOMWindow Source # 
IsDOMDOMWindow DOMDOMWindow Source # 
IsDOMEventTarget DOMDOMWindow Source # 
((~) * info (ResolveDOMDOMWindowMethod t DOMDOMWindow), MethodInfo * info DOMDOMWindow p) => IsLabel t (DOMDOMWindow -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> DOMDOMWindow -> p #

((~) * info (ResolveDOMDOMWindowMethod t DOMDOMWindow), MethodInfo * info DOMDOMWindow p) => IsLabelProxy t (DOMDOMWindow -> p) Source # 
HasAttributeList * DOMDOMWindow Source # 
type SignalList DOMDOMWindow Source # 
type SignalList DOMDOMWindow
type AttributeList DOMDOMWindow Source # 
type AttributeList DOMDOMWindow

class GObject o => IsDOMDOMWindow o Source #

Instances

(GObject a, UnknownAncestorError Constraint DOMDOMWindow a) => IsDOMDOMWindow a Source # 
IsDOMDOMWindow DOMDOMWindow Source # 

Methods

alert

data DOMDOMWindowAlertMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowAlertMethodInfo a -> signature -> s

dOMDOMWindowAlert :: (MonadIO m, IsDOMDOMWindow a) => a -> Text -> m () Source #

atob

data DOMDOMWindowAtobMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowAtobMethodInfo a -> signature -> s

dOMDOMWindowAtob :: (MonadIO m, IsDOMDOMWindow a) => a -> Text -> m Text Source #

blur

data DOMDOMWindowBlurMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowBlurMethodInfo a -> signature -> s

btoa

data DOMDOMWindowBtoaMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowBtoaMethodInfo a -> signature -> s

dOMDOMWindowBtoa :: (MonadIO m, IsDOMDOMWindow a) => a -> Text -> m Text Source #

cancelAnimationFrame

data DOMDOMWindowCancelAnimationFrameMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowCancelAnimationFrameMethodInfo a -> signature -> s

captureEvents

data DOMDOMWindowCaptureEventsMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowCaptureEventsMethodInfo a -> signature -> s

clearInterval

data DOMDOMWindowClearIntervalMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowClearIntervalMethodInfo a -> signature -> s

clearTimeout

data DOMDOMWindowClearTimeoutMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowClearTimeoutMethodInfo a -> signature -> s

close

data DOMDOMWindowCloseMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowCloseMethodInfo a -> signature -> s

confirm

data DOMDOMWindowConfirmMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowConfirmMethodInfo a -> signature -> s

dispatchEvent

data DOMDOMWindowDispatchEventMethodInfo Source #

Instances

((~) * signature (b -> m ()), MonadIO m, IsDOMDOMWindow a, IsDOMEvent b) => MethodInfo * DOMDOMWindowDispatchEventMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMDOMWindowDispatchEventMethodInfo a -> signature -> s

dOMDOMWindowDispatchEvent :: (MonadIO m, IsDOMDOMWindow a, IsDOMEvent b) => a -> b -> m () Source #

Deprecated: (Since version 2.4)Use webkit_dom_event_target_dispatch_event() instead.

find

data DOMDOMWindowFindMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowFindMethodInfo a -> signature -> s

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

focus

data DOMDOMWindowFocusMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowFocusMethodInfo a -> signature -> s

getApplicationCache

getClientInformation

getClosed

data DOMDOMWindowGetClosedMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetClosedMethodInfo a -> signature -> s

getComputedStyle

data DOMDOMWindowGetComputedStyleMethodInfo Source #

Instances

((~) * signature (b -> Maybe Text -> m DOMCSSStyleDeclaration), MonadIO m, IsDOMDOMWindow a, IsDOMElement b) => MethodInfo * DOMDOMWindowGetComputedStyleMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetComputedStyleMethodInfo a -> signature -> s

getConsole

data DOMDOMWindowGetConsoleMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetConsoleMethodInfo a -> signature -> s

getCss

data DOMDOMWindowGetCssMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetCssMethodInfo a -> signature -> s

getDefaultStatus

data DOMDOMWindowGetDefaultStatusMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetDefaultStatusMethodInfo a -> signature -> s

getDevicePixelRatio

getDocument

data DOMDOMWindowGetDocumentMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetDocumentMethodInfo a -> signature -> s

getFrameElement

data DOMDOMWindowGetFrameElementMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetFrameElementMethodInfo a -> signature -> s

getFrames

data DOMDOMWindowGetFramesMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetFramesMethodInfo a -> signature -> s

getHistory

data DOMDOMWindowGetHistoryMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetHistoryMethodInfo a -> signature -> s

getInnerHeight

data DOMDOMWindowGetInnerHeightMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetInnerHeightMethodInfo a -> signature -> s

getInnerWidth

data DOMDOMWindowGetInnerWidthMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetInnerWidthMethodInfo a -> signature -> s

getLength

data DOMDOMWindowGetLengthMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetLengthMethodInfo a -> signature -> s

getLocalStorage

data DOMDOMWindowGetLocalStorageMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetLocalStorageMethodInfo a -> signature -> s

getLocationbar

data DOMDOMWindowGetLocationbarMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetLocationbarMethodInfo a -> signature -> s

getMenubar

data DOMDOMWindowGetMenubarMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetMenubarMethodInfo a -> signature -> s

getName

data DOMDOMWindowGetNameMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetNameMethodInfo a -> signature -> s

getNavigator

data DOMDOMWindowGetNavigatorMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetNavigatorMethodInfo a -> signature -> s

getOffscreenBuffering

getOpener

data DOMDOMWindowGetOpenerMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetOpenerMethodInfo a -> signature -> s

getOuterHeight

data DOMDOMWindowGetOuterHeightMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetOuterHeightMethodInfo a -> signature -> s

getOuterWidth

data DOMDOMWindowGetOuterWidthMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetOuterWidthMethodInfo a -> signature -> s

getPageXOffset

data DOMDOMWindowGetPageXOffsetMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetPageXOffsetMethodInfo a -> signature -> s

getPageYOffset

data DOMDOMWindowGetPageYOffsetMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetPageYOffsetMethodInfo a -> signature -> s

getParent

data DOMDOMWindowGetParentMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetParentMethodInfo a -> signature -> s

getPerformance

data DOMDOMWindowGetPerformanceMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetPerformanceMethodInfo a -> signature -> s

getPersonalbar

data DOMDOMWindowGetPersonalbarMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetPersonalbarMethodInfo a -> signature -> s

getScreen

data DOMDOMWindowGetScreenMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetScreenMethodInfo a -> signature -> s

getScreenLeft

data DOMDOMWindowGetScreenLeftMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetScreenLeftMethodInfo a -> signature -> s

getScreenTop

data DOMDOMWindowGetScreenTopMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetScreenTopMethodInfo a -> signature -> s

getScreenX

data DOMDOMWindowGetScreenXMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetScreenXMethodInfo a -> signature -> s

getScreenY

data DOMDOMWindowGetScreenYMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetScreenYMethodInfo a -> signature -> s

getScrollX

data DOMDOMWindowGetScrollXMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetScrollXMethodInfo a -> signature -> s

getScrollY

data DOMDOMWindowGetScrollYMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetScrollYMethodInfo a -> signature -> s

getScrollbars

data DOMDOMWindowGetScrollbarsMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetScrollbarsMethodInfo a -> signature -> s

getSelection

data DOMDOMWindowGetSelectionMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetSelectionMethodInfo a -> signature -> s

getSelf

data DOMDOMWindowGetSelfMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetSelfMethodInfo a -> signature -> s

getSessionStorage

data DOMDOMWindowGetSessionStorageMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetSessionStorageMethodInfo a -> signature -> s

getStatus

data DOMDOMWindowGetStatusMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetStatusMethodInfo a -> signature -> s

getStatusbar

data DOMDOMWindowGetStatusbarMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetStatusbarMethodInfo a -> signature -> s

getStyleMedia

data DOMDOMWindowGetStyleMediaMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetStyleMediaMethodInfo a -> signature -> s

getToolbar

data DOMDOMWindowGetToolbarMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetToolbarMethodInfo a -> signature -> s

getTop

data DOMDOMWindowGetTopMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetTopMethodInfo a -> signature -> s

getWebkitStorageInfo

getWindow

data DOMDOMWindowGetWindowMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowGetWindowMethodInfo a -> signature -> s

matchMedia

data DOMDOMWindowMatchMediaMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowMatchMediaMethodInfo a -> signature -> s

moveBy

data DOMDOMWindowMoveByMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowMoveByMethodInfo a -> signature -> s

moveTo

data DOMDOMWindowMoveToMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowMoveToMethodInfo a -> signature -> s

print

data DOMDOMWindowPrintMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowPrintMethodInfo a -> signature -> s

prompt

data DOMDOMWindowPromptMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowPromptMethodInfo a -> signature -> s

dOMDOMWindowPrompt :: (MonadIO m, IsDOMDOMWindow a) => a -> Text -> Text -> m Text Source #

releaseEvents

data DOMDOMWindowReleaseEventsMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowReleaseEventsMethodInfo a -> signature -> s

resizeBy

data DOMDOMWindowResizeByMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowResizeByMethodInfo a -> signature -> s

resizeTo

data DOMDOMWindowResizeToMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowResizeToMethodInfo a -> signature -> s

scroll

data DOMDOMWindowScrollMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowScrollMethodInfo a -> signature -> s

scrollBy

data DOMDOMWindowScrollByMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowScrollByMethodInfo a -> signature -> s

scrollTo

data DOMDOMWindowScrollToMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowScrollToMethodInfo a -> signature -> s

setDefaultStatus

data DOMDOMWindowSetDefaultStatusMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowSetDefaultStatusMethodInfo a -> signature -> s

setName

data DOMDOMWindowSetNameMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowSetNameMethodInfo a -> signature -> s

dOMDOMWindowSetName :: (MonadIO m, IsDOMDOMWindow a) => a -> Text -> m () Source #

setStatus

data DOMDOMWindowSetStatusMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowSetStatusMethodInfo a -> signature -> s

dOMDOMWindowSetStatus :: (MonadIO m, IsDOMDOMWindow a) => a -> Text -> m () Source #

stop

data DOMDOMWindowStopMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDOMWindowStopMethodInfo a -> signature -> s

webkitCancelAnimationFrame

webkitCancelRequestAnimationFrame

webkitConvertPointFromNodeToPage

webkitConvertPointFromPageToNode

Properties

applicationCache

data DOMDOMWindowApplicationCachePropertyInfo Source #

Instances

AttrInfo DOMDOMWindowApplicationCachePropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowApplicationCachePropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowApplicationCachePropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowApplicationCachePropertyInfo Source # 
type AttrLabel DOMDOMWindowApplicationCachePropertyInfo Source # 
type AttrLabel DOMDOMWindowApplicationCachePropertyInfo = "application-cache"
type AttrGetType DOMDOMWindowApplicationCachePropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowApplicationCachePropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowApplicationCachePropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowApplicationCachePropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDOMWindowApplicationCache :: AttrLabelProxy "applicationCache" Source #

clientInformation

data DOMDOMWindowClientInformationPropertyInfo Source #

Instances

AttrInfo DOMDOMWindowClientInformationPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowClientInformationPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowClientInformationPropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowClientInformationPropertyInfo Source # 
type AttrLabel DOMDOMWindowClientInformationPropertyInfo Source # 
type AttrLabel DOMDOMWindowClientInformationPropertyInfo = "client-information"
type AttrGetType DOMDOMWindowClientInformationPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowClientInformationPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowClientInformationPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowClientInformationPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDOMWindowClientInformation :: AttrLabelProxy "clientInformation" Source #

closed

data DOMDOMWindowClosedPropertyInfo Source #

Instances

AttrInfo DOMDOMWindowClosedPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDOMWindowClosedPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDOMWindowClosedPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDOMWindowClosedPropertyInfo :: * -> Constraint

type AttrGetType DOMDOMWindowClosedPropertyInfo :: *

type AttrLabel DOMDOMWindowClosedPropertyInfo :: Symbol

type AttrOrigin DOMDOMWindowClosedPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMDOMWindowClosedPropertyInfo o => Proxy * DOMDOMWindowClosedPropertyInfo -> o -> IO (AttrGetType DOMDOMWindowClosedPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMDOMWindowClosedPropertyInfo o, AttrSetTypeConstraint DOMDOMWindowClosedPropertyInfo b) => Proxy * DOMDOMWindowClosedPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMDOMWindowClosedPropertyInfo o => Proxy * DOMDOMWindowClosedPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMDOMWindowClosedPropertyInfo o, AttrSetTypeConstraint DOMDOMWindowClosedPropertyInfo b) => Proxy * DOMDOMWindowClosedPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMDOMWindowClosedPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowClosedPropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowClosedPropertyInfo Source # 
type AttrLabel DOMDOMWindowClosedPropertyInfo Source # 
type AttrLabel DOMDOMWindowClosedPropertyInfo = "closed"
type AttrGetType DOMDOMWindowClosedPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowClosedPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowClosedPropertyInfo = IsDOMDOMWindow
type AttrAllowedOps DOMDOMWindowClosedPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowClosedPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMDOMWindowClosed :: AttrLabelProxy "closed" Source #

console

data DOMDOMWindowConsolePropertyInfo Source #

Instances

AttrInfo DOMDOMWindowConsolePropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDOMWindowConsolePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDOMWindowConsolePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDOMWindowConsolePropertyInfo :: * -> Constraint

type AttrGetType DOMDOMWindowConsolePropertyInfo :: *

type AttrLabel DOMDOMWindowConsolePropertyInfo :: Symbol

type AttrOrigin DOMDOMWindowConsolePropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMDOMWindowConsolePropertyInfo o => Proxy * DOMDOMWindowConsolePropertyInfo -> o -> IO (AttrGetType DOMDOMWindowConsolePropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMDOMWindowConsolePropertyInfo o, AttrSetTypeConstraint DOMDOMWindowConsolePropertyInfo b) => Proxy * DOMDOMWindowConsolePropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMDOMWindowConsolePropertyInfo o => Proxy * DOMDOMWindowConsolePropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMDOMWindowConsolePropertyInfo o, AttrSetTypeConstraint DOMDOMWindowConsolePropertyInfo b) => Proxy * DOMDOMWindowConsolePropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMDOMWindowConsolePropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowConsolePropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowConsolePropertyInfo Source # 
type AttrLabel DOMDOMWindowConsolePropertyInfo Source # 
type AttrLabel DOMDOMWindowConsolePropertyInfo = "console"
type AttrGetType DOMDOMWindowConsolePropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowConsolePropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowConsolePropertyInfo = IsDOMDOMWindow
type AttrAllowedOps DOMDOMWindowConsolePropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowConsolePropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDOMWindowConsole :: AttrLabelProxy "console" Source #

css

data DOMDOMWindowCssPropertyInfo Source #

Instances

AttrInfo DOMDOMWindowCssPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDOMWindowCssPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDOMWindowCssPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDOMWindowCssPropertyInfo :: * -> Constraint

type AttrGetType DOMDOMWindowCssPropertyInfo :: *

type AttrLabel DOMDOMWindowCssPropertyInfo :: Symbol

type AttrOrigin DOMDOMWindowCssPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMDOMWindowCssPropertyInfo o => Proxy * DOMDOMWindowCssPropertyInfo -> o -> IO (AttrGetType DOMDOMWindowCssPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMDOMWindowCssPropertyInfo o, AttrSetTypeConstraint DOMDOMWindowCssPropertyInfo b) => Proxy * DOMDOMWindowCssPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMDOMWindowCssPropertyInfo o => Proxy * DOMDOMWindowCssPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMDOMWindowCssPropertyInfo o, AttrSetTypeConstraint DOMDOMWindowCssPropertyInfo b) => Proxy * DOMDOMWindowCssPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMDOMWindowCssPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowCssPropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowCssPropertyInfo Source # 
type AttrLabel DOMDOMWindowCssPropertyInfo Source # 
type AttrLabel DOMDOMWindowCssPropertyInfo = "css"
type AttrGetType DOMDOMWindowCssPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowCssPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowCssPropertyInfo = IsDOMDOMWindow
type AttrAllowedOps DOMDOMWindowCssPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowCssPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDOMWindowCss :: AttrLabelProxy "css" Source #

defaultStatus

data DOMDOMWindowDefaultStatusPropertyInfo Source #

Instances

AttrInfo DOMDOMWindowDefaultStatusPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowDefaultStatusPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowDefaultStatusPropertyInfo = * ~ Text
type AttrOrigin DOMDOMWindowDefaultStatusPropertyInfo Source # 
type AttrLabel DOMDOMWindowDefaultStatusPropertyInfo Source # 
type AttrLabel DOMDOMWindowDefaultStatusPropertyInfo = "default-status"
type AttrGetType DOMDOMWindowDefaultStatusPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowDefaultStatusPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowDefaultStatusPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowDefaultStatusPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructDOMDOMWindowDefaultStatus :: IsDOMDOMWindow o => Text -> IO (GValueConstruct o) Source #

dOMDOMWindowDefaultStatus :: AttrLabelProxy "defaultStatus" Source #

devicePixelRatio

data DOMDOMWindowDevicePixelRatioPropertyInfo Source #

Instances

AttrInfo DOMDOMWindowDevicePixelRatioPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowDevicePixelRatioPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowDevicePixelRatioPropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowDevicePixelRatioPropertyInfo Source # 
type AttrLabel DOMDOMWindowDevicePixelRatioPropertyInfo Source # 
type AttrLabel DOMDOMWindowDevicePixelRatioPropertyInfo = "device-pixel-ratio"
type AttrGetType DOMDOMWindowDevicePixelRatioPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowDevicePixelRatioPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowDevicePixelRatioPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowDevicePixelRatioPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMDOMWindowDevicePixelRatio :: AttrLabelProxy "devicePixelRatio" Source #

document

data DOMDOMWindowDocumentPropertyInfo Source #

Instances

AttrInfo DOMDOMWindowDocumentPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDOMWindowDocumentPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDOMWindowDocumentPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDOMWindowDocumentPropertyInfo :: * -> Constraint

type AttrGetType DOMDOMWindowDocumentPropertyInfo :: *

type AttrLabel DOMDOMWindowDocumentPropertyInfo :: Symbol

type AttrOrigin DOMDOMWindowDocumentPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMDOMWindowDocumentPropertyInfo o => Proxy * DOMDOMWindowDocumentPropertyInfo -> o -> IO (AttrGetType DOMDOMWindowDocumentPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMDOMWindowDocumentPropertyInfo o, AttrSetTypeConstraint DOMDOMWindowDocumentPropertyInfo b) => Proxy * DOMDOMWindowDocumentPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMDOMWindowDocumentPropertyInfo o => Proxy * DOMDOMWindowDocumentPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMDOMWindowDocumentPropertyInfo o, AttrSetTypeConstraint DOMDOMWindowDocumentPropertyInfo b) => Proxy * DOMDOMWindowDocumentPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMDOMWindowDocumentPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowDocumentPropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowDocumentPropertyInfo Source # 
type AttrLabel DOMDOMWindowDocumentPropertyInfo Source # 
type AttrLabel DOMDOMWindowDocumentPropertyInfo = "document"
type AttrGetType DOMDOMWindowDocumentPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowDocumentPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowDocumentPropertyInfo = IsDOMDOMWindow
type AttrAllowedOps DOMDOMWindowDocumentPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowDocumentPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDOMWindowDocument :: AttrLabelProxy "document" Source #

frameElement

data DOMDOMWindowFrameElementPropertyInfo Source #

Instances

AttrInfo DOMDOMWindowFrameElementPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowFrameElementPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowFrameElementPropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowFrameElementPropertyInfo Source # 
type AttrLabel DOMDOMWindowFrameElementPropertyInfo Source # 
type AttrLabel DOMDOMWindowFrameElementPropertyInfo = "frame-element"
type AttrGetType DOMDOMWindowFrameElementPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowFrameElementPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowFrameElementPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowFrameElementPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDOMWindowFrameElement :: AttrLabelProxy "frameElement" Source #

frames

data DOMDOMWindowFramesPropertyInfo Source #

Instances

AttrInfo DOMDOMWindowFramesPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDOMWindowFramesPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDOMWindowFramesPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDOMWindowFramesPropertyInfo :: * -> Constraint

type AttrGetType DOMDOMWindowFramesPropertyInfo :: *

type AttrLabel DOMDOMWindowFramesPropertyInfo :: Symbol

type AttrOrigin DOMDOMWindowFramesPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMDOMWindowFramesPropertyInfo o => Proxy * DOMDOMWindowFramesPropertyInfo -> o -> IO (AttrGetType DOMDOMWindowFramesPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMDOMWindowFramesPropertyInfo o, AttrSetTypeConstraint DOMDOMWindowFramesPropertyInfo b) => Proxy * DOMDOMWindowFramesPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMDOMWindowFramesPropertyInfo o => Proxy * DOMDOMWindowFramesPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMDOMWindowFramesPropertyInfo o, AttrSetTypeConstraint DOMDOMWindowFramesPropertyInfo b) => Proxy * DOMDOMWindowFramesPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMDOMWindowFramesPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowFramesPropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowFramesPropertyInfo Source # 
type AttrLabel DOMDOMWindowFramesPropertyInfo Source # 
type AttrLabel DOMDOMWindowFramesPropertyInfo = "frames"
type AttrGetType DOMDOMWindowFramesPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowFramesPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowFramesPropertyInfo = IsDOMDOMWindow
type AttrAllowedOps DOMDOMWindowFramesPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowFramesPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDOMWindowFrames :: AttrLabelProxy "frames" Source #

history

data DOMDOMWindowHistoryPropertyInfo Source #

Instances

AttrInfo DOMDOMWindowHistoryPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDOMWindowHistoryPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDOMWindowHistoryPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDOMWindowHistoryPropertyInfo :: * -> Constraint

type AttrGetType DOMDOMWindowHistoryPropertyInfo :: *

type AttrLabel DOMDOMWindowHistoryPropertyInfo :: Symbol

type AttrOrigin DOMDOMWindowHistoryPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMDOMWindowHistoryPropertyInfo o => Proxy * DOMDOMWindowHistoryPropertyInfo -> o -> IO (AttrGetType DOMDOMWindowHistoryPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMDOMWindowHistoryPropertyInfo o, AttrSetTypeConstraint DOMDOMWindowHistoryPropertyInfo b) => Proxy * DOMDOMWindowHistoryPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMDOMWindowHistoryPropertyInfo o => Proxy * DOMDOMWindowHistoryPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMDOMWindowHistoryPropertyInfo o, AttrSetTypeConstraint DOMDOMWindowHistoryPropertyInfo b) => Proxy * DOMDOMWindowHistoryPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMDOMWindowHistoryPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowHistoryPropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowHistoryPropertyInfo Source # 
type AttrLabel DOMDOMWindowHistoryPropertyInfo Source # 
type AttrLabel DOMDOMWindowHistoryPropertyInfo = "history"
type AttrGetType DOMDOMWindowHistoryPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowHistoryPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowHistoryPropertyInfo = IsDOMDOMWindow
type AttrAllowedOps DOMDOMWindowHistoryPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowHistoryPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDOMWindowHistory :: AttrLabelProxy "history" Source #

innerHeight

data DOMDOMWindowInnerHeightPropertyInfo Source #

Instances

AttrInfo DOMDOMWindowInnerHeightPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDOMWindowInnerHeightPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDOMWindowInnerHeightPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDOMWindowInnerHeightPropertyInfo :: * -> Constraint

type AttrGetType DOMDOMWindowInnerHeightPropertyInfo :: *

type AttrLabel DOMDOMWindowInnerHeightPropertyInfo :: Symbol

type AttrOrigin DOMDOMWindowInnerHeightPropertyInfo :: *

type AttrSetTypeConstraint DOMDOMWindowInnerHeightPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowInnerHeightPropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowInnerHeightPropertyInfo Source # 
type AttrLabel DOMDOMWindowInnerHeightPropertyInfo Source # 
type AttrLabel DOMDOMWindowInnerHeightPropertyInfo = "inner-height"
type AttrGetType DOMDOMWindowInnerHeightPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowInnerHeightPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowInnerHeightPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowInnerHeightPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMDOMWindowInnerHeight :: AttrLabelProxy "innerHeight" Source #

innerWidth

data DOMDOMWindowInnerWidthPropertyInfo Source #

Instances

AttrInfo DOMDOMWindowInnerWidthPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDOMWindowInnerWidthPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDOMWindowInnerWidthPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDOMWindowInnerWidthPropertyInfo :: * -> Constraint

type AttrGetType DOMDOMWindowInnerWidthPropertyInfo :: *

type AttrLabel DOMDOMWindowInnerWidthPropertyInfo :: Symbol

type AttrOrigin DOMDOMWindowInnerWidthPropertyInfo :: *

type AttrSetTypeConstraint DOMDOMWindowInnerWidthPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowInnerWidthPropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowInnerWidthPropertyInfo Source # 
type AttrLabel DOMDOMWindowInnerWidthPropertyInfo Source # 
type AttrLabel DOMDOMWindowInnerWidthPropertyInfo = "inner-width"
type AttrGetType DOMDOMWindowInnerWidthPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowInnerWidthPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowInnerWidthPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowInnerWidthPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMDOMWindowInnerWidth :: AttrLabelProxy "innerWidth" Source #

length

data DOMDOMWindowLengthPropertyInfo Source #

Instances

AttrInfo DOMDOMWindowLengthPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDOMWindowLengthPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDOMWindowLengthPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDOMWindowLengthPropertyInfo :: * -> Constraint

type AttrGetType DOMDOMWindowLengthPropertyInfo :: *

type AttrLabel DOMDOMWindowLengthPropertyInfo :: Symbol

type AttrOrigin DOMDOMWindowLengthPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMDOMWindowLengthPropertyInfo o => Proxy * DOMDOMWindowLengthPropertyInfo -> o -> IO (AttrGetType DOMDOMWindowLengthPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMDOMWindowLengthPropertyInfo o, AttrSetTypeConstraint DOMDOMWindowLengthPropertyInfo b) => Proxy * DOMDOMWindowLengthPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMDOMWindowLengthPropertyInfo o => Proxy * DOMDOMWindowLengthPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMDOMWindowLengthPropertyInfo o, AttrSetTypeConstraint DOMDOMWindowLengthPropertyInfo b) => Proxy * DOMDOMWindowLengthPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMDOMWindowLengthPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowLengthPropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowLengthPropertyInfo Source # 
type AttrLabel DOMDOMWindowLengthPropertyInfo Source # 
type AttrLabel DOMDOMWindowLengthPropertyInfo = "length"
type AttrGetType DOMDOMWindowLengthPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowLengthPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowLengthPropertyInfo = IsDOMDOMWindow
type AttrAllowedOps DOMDOMWindowLengthPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowLengthPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMDOMWindowLength :: AttrLabelProxy "length" Source #

localStorage

data DOMDOMWindowLocalStoragePropertyInfo Source #

Instances

AttrInfo DOMDOMWindowLocalStoragePropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowLocalStoragePropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowLocalStoragePropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowLocalStoragePropertyInfo Source # 
type AttrLabel DOMDOMWindowLocalStoragePropertyInfo Source # 
type AttrLabel DOMDOMWindowLocalStoragePropertyInfo = "local-storage"
type AttrGetType DOMDOMWindowLocalStoragePropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowLocalStoragePropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowLocalStoragePropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowLocalStoragePropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDOMWindowLocalStorage :: AttrLabelProxy "localStorage" Source #

locationbar

data DOMDOMWindowLocationbarPropertyInfo Source #

Instances

AttrInfo DOMDOMWindowLocationbarPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDOMWindowLocationbarPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDOMWindowLocationbarPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDOMWindowLocationbarPropertyInfo :: * -> Constraint

type AttrGetType DOMDOMWindowLocationbarPropertyInfo :: *

type AttrLabel DOMDOMWindowLocationbarPropertyInfo :: Symbol

type AttrOrigin DOMDOMWindowLocationbarPropertyInfo :: *

type AttrSetTypeConstraint DOMDOMWindowLocationbarPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowLocationbarPropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowLocationbarPropertyInfo Source # 
type AttrLabel DOMDOMWindowLocationbarPropertyInfo Source # 
type AttrLabel DOMDOMWindowLocationbarPropertyInfo = "locationbar"
type AttrGetType DOMDOMWindowLocationbarPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowLocationbarPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowLocationbarPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowLocationbarPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDOMWindowLocationbar :: AttrLabelProxy "locationbar" Source #

menubar

data DOMDOMWindowMenubarPropertyInfo Source #

Instances

AttrInfo DOMDOMWindowMenubarPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDOMWindowMenubarPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDOMWindowMenubarPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDOMWindowMenubarPropertyInfo :: * -> Constraint

type AttrGetType DOMDOMWindowMenubarPropertyInfo :: *

type AttrLabel DOMDOMWindowMenubarPropertyInfo :: Symbol

type AttrOrigin DOMDOMWindowMenubarPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMDOMWindowMenubarPropertyInfo o => Proxy * DOMDOMWindowMenubarPropertyInfo -> o -> IO (AttrGetType DOMDOMWindowMenubarPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMDOMWindowMenubarPropertyInfo o, AttrSetTypeConstraint DOMDOMWindowMenubarPropertyInfo b) => Proxy * DOMDOMWindowMenubarPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMDOMWindowMenubarPropertyInfo o => Proxy * DOMDOMWindowMenubarPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMDOMWindowMenubarPropertyInfo o, AttrSetTypeConstraint DOMDOMWindowMenubarPropertyInfo b) => Proxy * DOMDOMWindowMenubarPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMDOMWindowMenubarPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowMenubarPropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowMenubarPropertyInfo Source # 
type AttrLabel DOMDOMWindowMenubarPropertyInfo Source # 
type AttrLabel DOMDOMWindowMenubarPropertyInfo = "menubar"
type AttrGetType DOMDOMWindowMenubarPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowMenubarPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowMenubarPropertyInfo = IsDOMDOMWindow
type AttrAllowedOps DOMDOMWindowMenubarPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowMenubarPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDOMWindowMenubar :: AttrLabelProxy "menubar" Source #

name

data DOMDOMWindowNamePropertyInfo Source #

Instances

AttrInfo DOMDOMWindowNamePropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDOMWindowNamePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDOMWindowNamePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDOMWindowNamePropertyInfo :: * -> Constraint

type AttrGetType DOMDOMWindowNamePropertyInfo :: *

type AttrLabel DOMDOMWindowNamePropertyInfo :: Symbol

type AttrOrigin DOMDOMWindowNamePropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMDOMWindowNamePropertyInfo o => Proxy * DOMDOMWindowNamePropertyInfo -> o -> IO (AttrGetType DOMDOMWindowNamePropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMDOMWindowNamePropertyInfo o, AttrSetTypeConstraint DOMDOMWindowNamePropertyInfo b) => Proxy * DOMDOMWindowNamePropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMDOMWindowNamePropertyInfo o => Proxy * DOMDOMWindowNamePropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMDOMWindowNamePropertyInfo o, AttrSetTypeConstraint DOMDOMWindowNamePropertyInfo b) => Proxy * DOMDOMWindowNamePropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMDOMWindowNamePropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowNamePropertyInfo = * ~ Text
type AttrOrigin DOMDOMWindowNamePropertyInfo Source # 
type AttrLabel DOMDOMWindowNamePropertyInfo Source # 
type AttrLabel DOMDOMWindowNamePropertyInfo = "name"
type AttrGetType DOMDOMWindowNamePropertyInfo Source # 
type AttrGetType DOMDOMWindowNamePropertyInfo = Maybe Text
type AttrBaseTypeConstraint DOMDOMWindowNamePropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowNamePropertyInfo = IsDOMDOMWindow
type AttrAllowedOps DOMDOMWindowNamePropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowNamePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructDOMDOMWindowName :: IsDOMDOMWindow o => Text -> IO (GValueConstruct o) Source #

dOMDOMWindowName :: AttrLabelProxy "name" Source #

setDOMDOMWindowName :: (MonadIO m, IsDOMDOMWindow o) => o -> Text -> m () Source #

navigator

data DOMDOMWindowNavigatorPropertyInfo Source #

Instances

AttrInfo DOMDOMWindowNavigatorPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDOMWindowNavigatorPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDOMWindowNavigatorPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDOMWindowNavigatorPropertyInfo :: * -> Constraint

type AttrGetType DOMDOMWindowNavigatorPropertyInfo :: *

type AttrLabel DOMDOMWindowNavigatorPropertyInfo :: Symbol

type AttrOrigin DOMDOMWindowNavigatorPropertyInfo :: *

type AttrSetTypeConstraint DOMDOMWindowNavigatorPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowNavigatorPropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowNavigatorPropertyInfo Source # 
type AttrLabel DOMDOMWindowNavigatorPropertyInfo Source # 
type AttrLabel DOMDOMWindowNavigatorPropertyInfo = "navigator"
type AttrGetType DOMDOMWindowNavigatorPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowNavigatorPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowNavigatorPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowNavigatorPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDOMWindowNavigator :: AttrLabelProxy "navigator" Source #

offscreenBuffering

data DOMDOMWindowOffscreenBufferingPropertyInfo Source #

Instances

AttrInfo DOMDOMWindowOffscreenBufferingPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowOffscreenBufferingPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowOffscreenBufferingPropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowOffscreenBufferingPropertyInfo Source # 
type AttrLabel DOMDOMWindowOffscreenBufferingPropertyInfo Source # 
type AttrLabel DOMDOMWindowOffscreenBufferingPropertyInfo = "offscreen-buffering"
type AttrGetType DOMDOMWindowOffscreenBufferingPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowOffscreenBufferingPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowOffscreenBufferingPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowOffscreenBufferingPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMDOMWindowOffscreenBuffering :: AttrLabelProxy "offscreenBuffering" Source #

opener

data DOMDOMWindowOpenerPropertyInfo Source #

Instances

AttrInfo DOMDOMWindowOpenerPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDOMWindowOpenerPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDOMWindowOpenerPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDOMWindowOpenerPropertyInfo :: * -> Constraint

type AttrGetType DOMDOMWindowOpenerPropertyInfo :: *

type AttrLabel DOMDOMWindowOpenerPropertyInfo :: Symbol

type AttrOrigin DOMDOMWindowOpenerPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMDOMWindowOpenerPropertyInfo o => Proxy * DOMDOMWindowOpenerPropertyInfo -> o -> IO (AttrGetType DOMDOMWindowOpenerPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMDOMWindowOpenerPropertyInfo o, AttrSetTypeConstraint DOMDOMWindowOpenerPropertyInfo b) => Proxy * DOMDOMWindowOpenerPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMDOMWindowOpenerPropertyInfo o => Proxy * DOMDOMWindowOpenerPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMDOMWindowOpenerPropertyInfo o, AttrSetTypeConstraint DOMDOMWindowOpenerPropertyInfo b) => Proxy * DOMDOMWindowOpenerPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMDOMWindowOpenerPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowOpenerPropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowOpenerPropertyInfo Source # 
type AttrLabel DOMDOMWindowOpenerPropertyInfo Source # 
type AttrLabel DOMDOMWindowOpenerPropertyInfo = "opener"
type AttrGetType DOMDOMWindowOpenerPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowOpenerPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowOpenerPropertyInfo = IsDOMDOMWindow
type AttrAllowedOps DOMDOMWindowOpenerPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowOpenerPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDOMWindowOpener :: AttrLabelProxy "opener" Source #

outerHeight

data DOMDOMWindowOuterHeightPropertyInfo Source #

Instances

AttrInfo DOMDOMWindowOuterHeightPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDOMWindowOuterHeightPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDOMWindowOuterHeightPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDOMWindowOuterHeightPropertyInfo :: * -> Constraint

type AttrGetType DOMDOMWindowOuterHeightPropertyInfo :: *

type AttrLabel DOMDOMWindowOuterHeightPropertyInfo :: Symbol

type AttrOrigin DOMDOMWindowOuterHeightPropertyInfo :: *

type AttrSetTypeConstraint DOMDOMWindowOuterHeightPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowOuterHeightPropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowOuterHeightPropertyInfo Source # 
type AttrLabel DOMDOMWindowOuterHeightPropertyInfo Source # 
type AttrLabel DOMDOMWindowOuterHeightPropertyInfo = "outer-height"
type AttrGetType DOMDOMWindowOuterHeightPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowOuterHeightPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowOuterHeightPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowOuterHeightPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMDOMWindowOuterHeight :: AttrLabelProxy "outerHeight" Source #

outerWidth

data DOMDOMWindowOuterWidthPropertyInfo Source #

Instances

AttrInfo DOMDOMWindowOuterWidthPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDOMWindowOuterWidthPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDOMWindowOuterWidthPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDOMWindowOuterWidthPropertyInfo :: * -> Constraint

type AttrGetType DOMDOMWindowOuterWidthPropertyInfo :: *

type AttrLabel DOMDOMWindowOuterWidthPropertyInfo :: Symbol

type AttrOrigin DOMDOMWindowOuterWidthPropertyInfo :: *

type AttrSetTypeConstraint DOMDOMWindowOuterWidthPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowOuterWidthPropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowOuterWidthPropertyInfo Source # 
type AttrLabel DOMDOMWindowOuterWidthPropertyInfo Source # 
type AttrLabel DOMDOMWindowOuterWidthPropertyInfo = "outer-width"
type AttrGetType DOMDOMWindowOuterWidthPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowOuterWidthPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowOuterWidthPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowOuterWidthPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMDOMWindowOuterWidth :: AttrLabelProxy "outerWidth" Source #

pageXOffset

data DOMDOMWindowPageXOffsetPropertyInfo Source #

Instances

AttrInfo DOMDOMWindowPageXOffsetPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDOMWindowPageXOffsetPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDOMWindowPageXOffsetPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDOMWindowPageXOffsetPropertyInfo :: * -> Constraint

type AttrGetType DOMDOMWindowPageXOffsetPropertyInfo :: *

type AttrLabel DOMDOMWindowPageXOffsetPropertyInfo :: Symbol

type AttrOrigin DOMDOMWindowPageXOffsetPropertyInfo :: *

type AttrSetTypeConstraint DOMDOMWindowPageXOffsetPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowPageXOffsetPropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowPageXOffsetPropertyInfo Source # 
type AttrLabel DOMDOMWindowPageXOffsetPropertyInfo Source # 
type AttrLabel DOMDOMWindowPageXOffsetPropertyInfo = "page-x-offset"
type AttrGetType DOMDOMWindowPageXOffsetPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowPageXOffsetPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowPageXOffsetPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowPageXOffsetPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMDOMWindowPageXOffset :: AttrLabelProxy "pageXOffset" Source #

pageYOffset

data DOMDOMWindowPageYOffsetPropertyInfo Source #

Instances

AttrInfo DOMDOMWindowPageYOffsetPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDOMWindowPageYOffsetPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDOMWindowPageYOffsetPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDOMWindowPageYOffsetPropertyInfo :: * -> Constraint

type AttrGetType DOMDOMWindowPageYOffsetPropertyInfo :: *

type AttrLabel DOMDOMWindowPageYOffsetPropertyInfo :: Symbol

type AttrOrigin DOMDOMWindowPageYOffsetPropertyInfo :: *

type AttrSetTypeConstraint DOMDOMWindowPageYOffsetPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowPageYOffsetPropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowPageYOffsetPropertyInfo Source # 
type AttrLabel DOMDOMWindowPageYOffsetPropertyInfo Source # 
type AttrLabel DOMDOMWindowPageYOffsetPropertyInfo = "page-y-offset"
type AttrGetType DOMDOMWindowPageYOffsetPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowPageYOffsetPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowPageYOffsetPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowPageYOffsetPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMDOMWindowPageYOffset :: AttrLabelProxy "pageYOffset" Source #

parent

data DOMDOMWindowParentPropertyInfo Source #

Instances

AttrInfo DOMDOMWindowParentPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDOMWindowParentPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDOMWindowParentPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDOMWindowParentPropertyInfo :: * -> Constraint

type AttrGetType DOMDOMWindowParentPropertyInfo :: *

type AttrLabel DOMDOMWindowParentPropertyInfo :: Symbol

type AttrOrigin DOMDOMWindowParentPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMDOMWindowParentPropertyInfo o => Proxy * DOMDOMWindowParentPropertyInfo -> o -> IO (AttrGetType DOMDOMWindowParentPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMDOMWindowParentPropertyInfo o, AttrSetTypeConstraint DOMDOMWindowParentPropertyInfo b) => Proxy * DOMDOMWindowParentPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMDOMWindowParentPropertyInfo o => Proxy * DOMDOMWindowParentPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMDOMWindowParentPropertyInfo o, AttrSetTypeConstraint DOMDOMWindowParentPropertyInfo b) => Proxy * DOMDOMWindowParentPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMDOMWindowParentPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowParentPropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowParentPropertyInfo Source # 
type AttrLabel DOMDOMWindowParentPropertyInfo Source # 
type AttrLabel DOMDOMWindowParentPropertyInfo = "parent"
type AttrGetType DOMDOMWindowParentPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowParentPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowParentPropertyInfo = IsDOMDOMWindow
type AttrAllowedOps DOMDOMWindowParentPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowParentPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDOMWindowParent :: AttrLabelProxy "parent" Source #

performance

data DOMDOMWindowPerformancePropertyInfo Source #

Instances

AttrInfo DOMDOMWindowPerformancePropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDOMWindowPerformancePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDOMWindowPerformancePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDOMWindowPerformancePropertyInfo :: * -> Constraint

type AttrGetType DOMDOMWindowPerformancePropertyInfo :: *

type AttrLabel DOMDOMWindowPerformancePropertyInfo :: Symbol

type AttrOrigin DOMDOMWindowPerformancePropertyInfo :: *

type AttrSetTypeConstraint DOMDOMWindowPerformancePropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowPerformancePropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowPerformancePropertyInfo Source # 
type AttrLabel DOMDOMWindowPerformancePropertyInfo Source # 
type AttrLabel DOMDOMWindowPerformancePropertyInfo = "performance"
type AttrGetType DOMDOMWindowPerformancePropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowPerformancePropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowPerformancePropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowPerformancePropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDOMWindowPerformance :: AttrLabelProxy "performance" Source #

personalbar

data DOMDOMWindowPersonalbarPropertyInfo Source #

Instances

AttrInfo DOMDOMWindowPersonalbarPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDOMWindowPersonalbarPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDOMWindowPersonalbarPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDOMWindowPersonalbarPropertyInfo :: * -> Constraint

type AttrGetType DOMDOMWindowPersonalbarPropertyInfo :: *

type AttrLabel DOMDOMWindowPersonalbarPropertyInfo :: Symbol

type AttrOrigin DOMDOMWindowPersonalbarPropertyInfo :: *

type AttrSetTypeConstraint DOMDOMWindowPersonalbarPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowPersonalbarPropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowPersonalbarPropertyInfo Source # 
type AttrLabel DOMDOMWindowPersonalbarPropertyInfo Source # 
type AttrLabel DOMDOMWindowPersonalbarPropertyInfo = "personalbar"
type AttrGetType DOMDOMWindowPersonalbarPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowPersonalbarPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowPersonalbarPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowPersonalbarPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDOMWindowPersonalbar :: AttrLabelProxy "personalbar" Source #

screen

data DOMDOMWindowScreenPropertyInfo Source #

Instances

AttrInfo DOMDOMWindowScreenPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDOMWindowScreenPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDOMWindowScreenPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDOMWindowScreenPropertyInfo :: * -> Constraint

type AttrGetType DOMDOMWindowScreenPropertyInfo :: *

type AttrLabel DOMDOMWindowScreenPropertyInfo :: Symbol

type AttrOrigin DOMDOMWindowScreenPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMDOMWindowScreenPropertyInfo o => Proxy * DOMDOMWindowScreenPropertyInfo -> o -> IO (AttrGetType DOMDOMWindowScreenPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMDOMWindowScreenPropertyInfo o, AttrSetTypeConstraint DOMDOMWindowScreenPropertyInfo b) => Proxy * DOMDOMWindowScreenPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMDOMWindowScreenPropertyInfo o => Proxy * DOMDOMWindowScreenPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMDOMWindowScreenPropertyInfo o, AttrSetTypeConstraint DOMDOMWindowScreenPropertyInfo b) => Proxy * DOMDOMWindowScreenPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMDOMWindowScreenPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowScreenPropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowScreenPropertyInfo Source # 
type AttrLabel DOMDOMWindowScreenPropertyInfo Source # 
type AttrLabel DOMDOMWindowScreenPropertyInfo = "screen"
type AttrGetType DOMDOMWindowScreenPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowScreenPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowScreenPropertyInfo = IsDOMDOMWindow
type AttrAllowedOps DOMDOMWindowScreenPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowScreenPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDOMWindowScreen :: AttrLabelProxy "screen" Source #

screenLeft

data DOMDOMWindowScreenLeftPropertyInfo Source #

Instances

AttrInfo DOMDOMWindowScreenLeftPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDOMWindowScreenLeftPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDOMWindowScreenLeftPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDOMWindowScreenLeftPropertyInfo :: * -> Constraint

type AttrGetType DOMDOMWindowScreenLeftPropertyInfo :: *

type AttrLabel DOMDOMWindowScreenLeftPropertyInfo :: Symbol

type AttrOrigin DOMDOMWindowScreenLeftPropertyInfo :: *

type AttrSetTypeConstraint DOMDOMWindowScreenLeftPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowScreenLeftPropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowScreenLeftPropertyInfo Source # 
type AttrLabel DOMDOMWindowScreenLeftPropertyInfo Source # 
type AttrLabel DOMDOMWindowScreenLeftPropertyInfo = "screen-left"
type AttrGetType DOMDOMWindowScreenLeftPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowScreenLeftPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowScreenLeftPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowScreenLeftPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMDOMWindowScreenLeft :: AttrLabelProxy "screenLeft" Source #

screenTop

data DOMDOMWindowScreenTopPropertyInfo Source #

Instances

AttrInfo DOMDOMWindowScreenTopPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDOMWindowScreenTopPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDOMWindowScreenTopPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDOMWindowScreenTopPropertyInfo :: * -> Constraint

type AttrGetType DOMDOMWindowScreenTopPropertyInfo :: *

type AttrLabel DOMDOMWindowScreenTopPropertyInfo :: Symbol

type AttrOrigin DOMDOMWindowScreenTopPropertyInfo :: *

type AttrSetTypeConstraint DOMDOMWindowScreenTopPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowScreenTopPropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowScreenTopPropertyInfo Source # 
type AttrLabel DOMDOMWindowScreenTopPropertyInfo Source # 
type AttrLabel DOMDOMWindowScreenTopPropertyInfo = "screen-top"
type AttrGetType DOMDOMWindowScreenTopPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowScreenTopPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowScreenTopPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowScreenTopPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMDOMWindowScreenTop :: AttrLabelProxy "screenTop" Source #

screenX

data DOMDOMWindowScreenXPropertyInfo Source #

Instances

AttrInfo DOMDOMWindowScreenXPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDOMWindowScreenXPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDOMWindowScreenXPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDOMWindowScreenXPropertyInfo :: * -> Constraint

type AttrGetType DOMDOMWindowScreenXPropertyInfo :: *

type AttrLabel DOMDOMWindowScreenXPropertyInfo :: Symbol

type AttrOrigin DOMDOMWindowScreenXPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMDOMWindowScreenXPropertyInfo o => Proxy * DOMDOMWindowScreenXPropertyInfo -> o -> IO (AttrGetType DOMDOMWindowScreenXPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMDOMWindowScreenXPropertyInfo o, AttrSetTypeConstraint DOMDOMWindowScreenXPropertyInfo b) => Proxy * DOMDOMWindowScreenXPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMDOMWindowScreenXPropertyInfo o => Proxy * DOMDOMWindowScreenXPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMDOMWindowScreenXPropertyInfo o, AttrSetTypeConstraint DOMDOMWindowScreenXPropertyInfo b) => Proxy * DOMDOMWindowScreenXPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMDOMWindowScreenXPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowScreenXPropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowScreenXPropertyInfo Source # 
type AttrLabel DOMDOMWindowScreenXPropertyInfo Source # 
type AttrLabel DOMDOMWindowScreenXPropertyInfo = "screen-x"
type AttrGetType DOMDOMWindowScreenXPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowScreenXPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowScreenXPropertyInfo = IsDOMDOMWindow
type AttrAllowedOps DOMDOMWindowScreenXPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowScreenXPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMDOMWindowScreenX :: AttrLabelProxy "screenX" Source #

screenY

data DOMDOMWindowScreenYPropertyInfo Source #

Instances

AttrInfo DOMDOMWindowScreenYPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDOMWindowScreenYPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDOMWindowScreenYPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDOMWindowScreenYPropertyInfo :: * -> Constraint

type AttrGetType DOMDOMWindowScreenYPropertyInfo :: *

type AttrLabel DOMDOMWindowScreenYPropertyInfo :: Symbol

type AttrOrigin DOMDOMWindowScreenYPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMDOMWindowScreenYPropertyInfo o => Proxy * DOMDOMWindowScreenYPropertyInfo -> o -> IO (AttrGetType DOMDOMWindowScreenYPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMDOMWindowScreenYPropertyInfo o, AttrSetTypeConstraint DOMDOMWindowScreenYPropertyInfo b) => Proxy * DOMDOMWindowScreenYPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMDOMWindowScreenYPropertyInfo o => Proxy * DOMDOMWindowScreenYPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMDOMWindowScreenYPropertyInfo o, AttrSetTypeConstraint DOMDOMWindowScreenYPropertyInfo b) => Proxy * DOMDOMWindowScreenYPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMDOMWindowScreenYPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowScreenYPropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowScreenYPropertyInfo Source # 
type AttrLabel DOMDOMWindowScreenYPropertyInfo Source # 
type AttrLabel DOMDOMWindowScreenYPropertyInfo = "screen-y"
type AttrGetType DOMDOMWindowScreenYPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowScreenYPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowScreenYPropertyInfo = IsDOMDOMWindow
type AttrAllowedOps DOMDOMWindowScreenYPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowScreenYPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMDOMWindowScreenY :: AttrLabelProxy "screenY" Source #

scrollX

data DOMDOMWindowScrollXPropertyInfo Source #

Instances

AttrInfo DOMDOMWindowScrollXPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDOMWindowScrollXPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDOMWindowScrollXPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDOMWindowScrollXPropertyInfo :: * -> Constraint

type AttrGetType DOMDOMWindowScrollXPropertyInfo :: *

type AttrLabel DOMDOMWindowScrollXPropertyInfo :: Symbol

type AttrOrigin DOMDOMWindowScrollXPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMDOMWindowScrollXPropertyInfo o => Proxy * DOMDOMWindowScrollXPropertyInfo -> o -> IO (AttrGetType DOMDOMWindowScrollXPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMDOMWindowScrollXPropertyInfo o, AttrSetTypeConstraint DOMDOMWindowScrollXPropertyInfo b) => Proxy * DOMDOMWindowScrollXPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMDOMWindowScrollXPropertyInfo o => Proxy * DOMDOMWindowScrollXPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMDOMWindowScrollXPropertyInfo o, AttrSetTypeConstraint DOMDOMWindowScrollXPropertyInfo b) => Proxy * DOMDOMWindowScrollXPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMDOMWindowScrollXPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowScrollXPropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowScrollXPropertyInfo Source # 
type AttrLabel DOMDOMWindowScrollXPropertyInfo Source # 
type AttrLabel DOMDOMWindowScrollXPropertyInfo = "scroll-x"
type AttrGetType DOMDOMWindowScrollXPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowScrollXPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowScrollXPropertyInfo = IsDOMDOMWindow
type AttrAllowedOps DOMDOMWindowScrollXPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowScrollXPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMDOMWindowScrollX :: AttrLabelProxy "scrollX" Source #

scrollY

data DOMDOMWindowScrollYPropertyInfo Source #

Instances

AttrInfo DOMDOMWindowScrollYPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDOMWindowScrollYPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDOMWindowScrollYPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDOMWindowScrollYPropertyInfo :: * -> Constraint

type AttrGetType DOMDOMWindowScrollYPropertyInfo :: *

type AttrLabel DOMDOMWindowScrollYPropertyInfo :: Symbol

type AttrOrigin DOMDOMWindowScrollYPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMDOMWindowScrollYPropertyInfo o => Proxy * DOMDOMWindowScrollYPropertyInfo -> o -> IO (AttrGetType DOMDOMWindowScrollYPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMDOMWindowScrollYPropertyInfo o, AttrSetTypeConstraint DOMDOMWindowScrollYPropertyInfo b) => Proxy * DOMDOMWindowScrollYPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMDOMWindowScrollYPropertyInfo o => Proxy * DOMDOMWindowScrollYPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMDOMWindowScrollYPropertyInfo o, AttrSetTypeConstraint DOMDOMWindowScrollYPropertyInfo b) => Proxy * DOMDOMWindowScrollYPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMDOMWindowScrollYPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowScrollYPropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowScrollYPropertyInfo Source # 
type AttrLabel DOMDOMWindowScrollYPropertyInfo Source # 
type AttrLabel DOMDOMWindowScrollYPropertyInfo = "scroll-y"
type AttrGetType DOMDOMWindowScrollYPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowScrollYPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowScrollYPropertyInfo = IsDOMDOMWindow
type AttrAllowedOps DOMDOMWindowScrollYPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowScrollYPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMDOMWindowScrollY :: AttrLabelProxy "scrollY" Source #

scrollbars

data DOMDOMWindowScrollbarsPropertyInfo Source #

Instances

AttrInfo DOMDOMWindowScrollbarsPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDOMWindowScrollbarsPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDOMWindowScrollbarsPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDOMWindowScrollbarsPropertyInfo :: * -> Constraint

type AttrGetType DOMDOMWindowScrollbarsPropertyInfo :: *

type AttrLabel DOMDOMWindowScrollbarsPropertyInfo :: Symbol

type AttrOrigin DOMDOMWindowScrollbarsPropertyInfo :: *

type AttrSetTypeConstraint DOMDOMWindowScrollbarsPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowScrollbarsPropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowScrollbarsPropertyInfo Source # 
type AttrLabel DOMDOMWindowScrollbarsPropertyInfo Source # 
type AttrLabel DOMDOMWindowScrollbarsPropertyInfo = "scrollbars"
type AttrGetType DOMDOMWindowScrollbarsPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowScrollbarsPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowScrollbarsPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowScrollbarsPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDOMWindowScrollbars :: AttrLabelProxy "scrollbars" Source #

self

data DOMDOMWindowSelfPropertyInfo Source #

Instances

AttrInfo DOMDOMWindowSelfPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDOMWindowSelfPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDOMWindowSelfPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDOMWindowSelfPropertyInfo :: * -> Constraint

type AttrGetType DOMDOMWindowSelfPropertyInfo :: *

type AttrLabel DOMDOMWindowSelfPropertyInfo :: Symbol

type AttrOrigin DOMDOMWindowSelfPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMDOMWindowSelfPropertyInfo o => Proxy * DOMDOMWindowSelfPropertyInfo -> o -> IO (AttrGetType DOMDOMWindowSelfPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMDOMWindowSelfPropertyInfo o, AttrSetTypeConstraint DOMDOMWindowSelfPropertyInfo b) => Proxy * DOMDOMWindowSelfPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMDOMWindowSelfPropertyInfo o => Proxy * DOMDOMWindowSelfPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMDOMWindowSelfPropertyInfo o, AttrSetTypeConstraint DOMDOMWindowSelfPropertyInfo b) => Proxy * DOMDOMWindowSelfPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMDOMWindowSelfPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowSelfPropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowSelfPropertyInfo Source # 
type AttrLabel DOMDOMWindowSelfPropertyInfo Source # 
type AttrLabel DOMDOMWindowSelfPropertyInfo = "self"
type AttrGetType DOMDOMWindowSelfPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowSelfPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowSelfPropertyInfo = IsDOMDOMWindow
type AttrAllowedOps DOMDOMWindowSelfPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowSelfPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDOMWindowSelf :: AttrLabelProxy "self" Source #

sessionStorage

data DOMDOMWindowSessionStoragePropertyInfo Source #

Instances

AttrInfo DOMDOMWindowSessionStoragePropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowSessionStoragePropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowSessionStoragePropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowSessionStoragePropertyInfo Source # 
type AttrLabel DOMDOMWindowSessionStoragePropertyInfo Source # 
type AttrLabel DOMDOMWindowSessionStoragePropertyInfo = "session-storage"
type AttrGetType DOMDOMWindowSessionStoragePropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowSessionStoragePropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowSessionStoragePropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowSessionStoragePropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDOMWindowSessionStorage :: AttrLabelProxy "sessionStorage" Source #

status

data DOMDOMWindowStatusPropertyInfo Source #

Instances

AttrInfo DOMDOMWindowStatusPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDOMWindowStatusPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDOMWindowStatusPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDOMWindowStatusPropertyInfo :: * -> Constraint

type AttrGetType DOMDOMWindowStatusPropertyInfo :: *

type AttrLabel DOMDOMWindowStatusPropertyInfo :: Symbol

type AttrOrigin DOMDOMWindowStatusPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMDOMWindowStatusPropertyInfo o => Proxy * DOMDOMWindowStatusPropertyInfo -> o -> IO (AttrGetType DOMDOMWindowStatusPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMDOMWindowStatusPropertyInfo o, AttrSetTypeConstraint DOMDOMWindowStatusPropertyInfo b) => Proxy * DOMDOMWindowStatusPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMDOMWindowStatusPropertyInfo o => Proxy * DOMDOMWindowStatusPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMDOMWindowStatusPropertyInfo o, AttrSetTypeConstraint DOMDOMWindowStatusPropertyInfo b) => Proxy * DOMDOMWindowStatusPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMDOMWindowStatusPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowStatusPropertyInfo = * ~ Text
type AttrOrigin DOMDOMWindowStatusPropertyInfo Source # 
type AttrLabel DOMDOMWindowStatusPropertyInfo Source # 
type AttrLabel DOMDOMWindowStatusPropertyInfo = "status"
type AttrGetType DOMDOMWindowStatusPropertyInfo Source # 
type AttrGetType DOMDOMWindowStatusPropertyInfo = Maybe Text
type AttrBaseTypeConstraint DOMDOMWindowStatusPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowStatusPropertyInfo = IsDOMDOMWindow
type AttrAllowedOps DOMDOMWindowStatusPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowStatusPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructDOMDOMWindowStatus :: IsDOMDOMWindow o => Text -> IO (GValueConstruct o) Source #

dOMDOMWindowStatus :: AttrLabelProxy "status" Source #

setDOMDOMWindowStatus :: (MonadIO m, IsDOMDOMWindow o) => o -> Text -> m () Source #

statusbar

data DOMDOMWindowStatusbarPropertyInfo Source #

Instances

AttrInfo DOMDOMWindowStatusbarPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDOMWindowStatusbarPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDOMWindowStatusbarPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDOMWindowStatusbarPropertyInfo :: * -> Constraint

type AttrGetType DOMDOMWindowStatusbarPropertyInfo :: *

type AttrLabel DOMDOMWindowStatusbarPropertyInfo :: Symbol

type AttrOrigin DOMDOMWindowStatusbarPropertyInfo :: *

type AttrSetTypeConstraint DOMDOMWindowStatusbarPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowStatusbarPropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowStatusbarPropertyInfo Source # 
type AttrLabel DOMDOMWindowStatusbarPropertyInfo Source # 
type AttrLabel DOMDOMWindowStatusbarPropertyInfo = "statusbar"
type AttrGetType DOMDOMWindowStatusbarPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowStatusbarPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowStatusbarPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowStatusbarPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDOMWindowStatusbar :: AttrLabelProxy "statusbar" Source #

styleMedia

data DOMDOMWindowStyleMediaPropertyInfo Source #

Instances

AttrInfo DOMDOMWindowStyleMediaPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDOMWindowStyleMediaPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDOMWindowStyleMediaPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDOMWindowStyleMediaPropertyInfo :: * -> Constraint

type AttrGetType DOMDOMWindowStyleMediaPropertyInfo :: *

type AttrLabel DOMDOMWindowStyleMediaPropertyInfo :: Symbol

type AttrOrigin DOMDOMWindowStyleMediaPropertyInfo :: *

type AttrSetTypeConstraint DOMDOMWindowStyleMediaPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowStyleMediaPropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowStyleMediaPropertyInfo Source # 
type AttrLabel DOMDOMWindowStyleMediaPropertyInfo Source # 
type AttrLabel DOMDOMWindowStyleMediaPropertyInfo = "style-media"
type AttrGetType DOMDOMWindowStyleMediaPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowStyleMediaPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowStyleMediaPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowStyleMediaPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDOMWindowStyleMedia :: AttrLabelProxy "styleMedia" Source #

toolbar

data DOMDOMWindowToolbarPropertyInfo Source #

Instances

AttrInfo DOMDOMWindowToolbarPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDOMWindowToolbarPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDOMWindowToolbarPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDOMWindowToolbarPropertyInfo :: * -> Constraint

type AttrGetType DOMDOMWindowToolbarPropertyInfo :: *

type AttrLabel DOMDOMWindowToolbarPropertyInfo :: Symbol

type AttrOrigin DOMDOMWindowToolbarPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMDOMWindowToolbarPropertyInfo o => Proxy * DOMDOMWindowToolbarPropertyInfo -> o -> IO (AttrGetType DOMDOMWindowToolbarPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMDOMWindowToolbarPropertyInfo o, AttrSetTypeConstraint DOMDOMWindowToolbarPropertyInfo b) => Proxy * DOMDOMWindowToolbarPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMDOMWindowToolbarPropertyInfo o => Proxy * DOMDOMWindowToolbarPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMDOMWindowToolbarPropertyInfo o, AttrSetTypeConstraint DOMDOMWindowToolbarPropertyInfo b) => Proxy * DOMDOMWindowToolbarPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMDOMWindowToolbarPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowToolbarPropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowToolbarPropertyInfo Source # 
type AttrLabel DOMDOMWindowToolbarPropertyInfo Source # 
type AttrLabel DOMDOMWindowToolbarPropertyInfo = "toolbar"
type AttrGetType DOMDOMWindowToolbarPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowToolbarPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowToolbarPropertyInfo = IsDOMDOMWindow
type AttrAllowedOps DOMDOMWindowToolbarPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowToolbarPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDOMWindowToolbar :: AttrLabelProxy "toolbar" Source #

top

data DOMDOMWindowTopPropertyInfo Source #

Instances

AttrInfo DOMDOMWindowTopPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDOMWindowTopPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDOMWindowTopPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDOMWindowTopPropertyInfo :: * -> Constraint

type AttrGetType DOMDOMWindowTopPropertyInfo :: *

type AttrLabel DOMDOMWindowTopPropertyInfo :: Symbol

type AttrOrigin DOMDOMWindowTopPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMDOMWindowTopPropertyInfo o => Proxy * DOMDOMWindowTopPropertyInfo -> o -> IO (AttrGetType DOMDOMWindowTopPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMDOMWindowTopPropertyInfo o, AttrSetTypeConstraint DOMDOMWindowTopPropertyInfo b) => Proxy * DOMDOMWindowTopPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMDOMWindowTopPropertyInfo o => Proxy * DOMDOMWindowTopPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMDOMWindowTopPropertyInfo o, AttrSetTypeConstraint DOMDOMWindowTopPropertyInfo b) => Proxy * DOMDOMWindowTopPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMDOMWindowTopPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowTopPropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowTopPropertyInfo Source # 
type AttrLabel DOMDOMWindowTopPropertyInfo Source # 
type AttrLabel DOMDOMWindowTopPropertyInfo = "top"
type AttrGetType DOMDOMWindowTopPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowTopPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowTopPropertyInfo = IsDOMDOMWindow
type AttrAllowedOps DOMDOMWindowTopPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowTopPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDOMWindowTop :: AttrLabelProxy "top" Source #

webkitStorageInfo

data DOMDOMWindowWebkitStorageInfoPropertyInfo Source #

Instances

AttrInfo DOMDOMWindowWebkitStorageInfoPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowWebkitStorageInfoPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowWebkitStorageInfoPropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowWebkitStorageInfoPropertyInfo Source # 
type AttrLabel DOMDOMWindowWebkitStorageInfoPropertyInfo Source # 
type AttrLabel DOMDOMWindowWebkitStorageInfoPropertyInfo = "webkit-storage-info"
type AttrGetType DOMDOMWindowWebkitStorageInfoPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowWebkitStorageInfoPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowWebkitStorageInfoPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowWebkitStorageInfoPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDOMWindowWebkitStorageInfo :: AttrLabelProxy "webkitStorageInfo" Source #

window

data DOMDOMWindowWindowPropertyInfo Source #

Instances

AttrInfo DOMDOMWindowWindowPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDOMWindowWindowPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDOMWindowWindowPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDOMWindowWindowPropertyInfo :: * -> Constraint

type AttrGetType DOMDOMWindowWindowPropertyInfo :: *

type AttrLabel DOMDOMWindowWindowPropertyInfo :: Symbol

type AttrOrigin DOMDOMWindowWindowPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMDOMWindowWindowPropertyInfo o => Proxy * DOMDOMWindowWindowPropertyInfo -> o -> IO (AttrGetType DOMDOMWindowWindowPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMDOMWindowWindowPropertyInfo o, AttrSetTypeConstraint DOMDOMWindowWindowPropertyInfo b) => Proxy * DOMDOMWindowWindowPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMDOMWindowWindowPropertyInfo o => Proxy * DOMDOMWindowWindowPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMDOMWindowWindowPropertyInfo o, AttrSetTypeConstraint DOMDOMWindowWindowPropertyInfo b) => Proxy * DOMDOMWindowWindowPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMDOMWindowWindowPropertyInfo Source # 
type AttrSetTypeConstraint DOMDOMWindowWindowPropertyInfo = * ~ ()
type AttrOrigin DOMDOMWindowWindowPropertyInfo Source # 
type AttrLabel DOMDOMWindowWindowPropertyInfo Source # 
type AttrLabel DOMDOMWindowWindowPropertyInfo = "window"
type AttrGetType DOMDOMWindowWindowPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowWindowPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDOMWindowWindowPropertyInfo = IsDOMDOMWindow
type AttrAllowedOps DOMDOMWindowWindowPropertyInfo Source # 
type AttrAllowedOps DOMDOMWindowWindowPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDOMWindowWindow :: AttrLabelProxy "window" Source #