| Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.WebKit2WebExtension.Objects.DOMDOMWindow
Contents
Description
- newtype DOMDOMWindow = DOMDOMWindow (ForeignPtr DOMDOMWindow)
- class GObject o => DOMDOMWindowK o
- toDOMDOMWindow :: DOMDOMWindowK o => o -> IO DOMDOMWindow
- noDOMDOMWindow :: Maybe DOMDOMWindow
- dOMDOMWindowWebkitMessageHandlersPostMessage :: (MonadIO m, DOMDOMWindowK a) => a -> Text -> Text -> m Bool
- data DOMDOMWindowClosedPropertyInfo
- getDOMDOMWindowClosed :: (MonadIO m, DOMDOMWindowK o) => o -> m Bool
- data DOMDOMWindowDefaultStatusPropertyInfo
- constructDOMDOMWindowDefaultStatus :: Text -> IO ([Char], GValue)
- getDOMDOMWindowDefaultStatus :: (MonadIO m, DOMDOMWindowK o) => o -> m Text
- setDOMDOMWindowDefaultStatus :: (MonadIO m, DOMDOMWindowK o) => o -> Text -> m ()
- data DOMDOMWindowDevicePixelRatioPropertyInfo
- getDOMDOMWindowDevicePixelRatio :: (MonadIO m, DOMDOMWindowK o) => o -> m Double
- data DOMDOMWindowDocumentPropertyInfo
- getDOMDOMWindowDocument :: (MonadIO m, DOMDOMWindowK o) => o -> m DOMDocument
- data DOMDOMWindowFrameElementPropertyInfo
- getDOMDOMWindowFrameElement :: (MonadIO m, DOMDOMWindowK o) => o -> m DOMElement
- data DOMDOMWindowFramesPropertyInfo
- getDOMDOMWindowFrames :: (MonadIO m, DOMDOMWindowK o) => o -> m DOMDOMWindow
- data DOMDOMWindowInnerHeightPropertyInfo
- getDOMDOMWindowInnerHeight :: (MonadIO m, DOMDOMWindowK o) => o -> m Int64
- data DOMDOMWindowInnerWidthPropertyInfo
- getDOMDOMWindowInnerWidth :: (MonadIO m, DOMDOMWindowK o) => o -> m Int64
- data DOMDOMWindowLengthPropertyInfo
- getDOMDOMWindowLength :: (MonadIO m, DOMDOMWindowK o) => o -> m Word64
- data DOMDOMWindowNamePropertyInfo
- constructDOMDOMWindowName :: Text -> IO ([Char], GValue)
- getDOMDOMWindowName :: (MonadIO m, DOMDOMWindowK o) => o -> m Text
- setDOMDOMWindowName :: (MonadIO m, DOMDOMWindowK o) => o -> Text -> m ()
- data DOMDOMWindowOffscreenBufferingPropertyInfo
- getDOMDOMWindowOffscreenBuffering :: (MonadIO m, DOMDOMWindowK o) => o -> m Bool
- data DOMDOMWindowOpenerPropertyInfo
- getDOMDOMWindowOpener :: (MonadIO m, DOMDOMWindowK o) => o -> m DOMDOMWindow
- data DOMDOMWindowOrientationPropertyInfo
- getDOMDOMWindowOrientation :: (MonadIO m, DOMDOMWindowK o) => o -> m Int64
- data DOMDOMWindowOuterHeightPropertyInfo
- getDOMDOMWindowOuterHeight :: (MonadIO m, DOMDOMWindowK o) => o -> m Int64
- data DOMDOMWindowOuterWidthPropertyInfo
- getDOMDOMWindowOuterWidth :: (MonadIO m, DOMDOMWindowK o) => o -> m Int64
- data DOMDOMWindowPageXOffsetPropertyInfo
- getDOMDOMWindowPageXOffset :: (MonadIO m, DOMDOMWindowK o) => o -> m Int64
- data DOMDOMWindowPageYOffsetPropertyInfo
- getDOMDOMWindowPageYOffset :: (MonadIO m, DOMDOMWindowK o) => o -> m Int64
- data DOMDOMWindowParentPropertyInfo
- getDOMDOMWindowParent :: (MonadIO m, DOMDOMWindowK o) => o -> m DOMDOMWindow
- data DOMDOMWindowScreenLeftPropertyInfo
- getDOMDOMWindowScreenLeft :: (MonadIO m, DOMDOMWindowK o) => o -> m Int64
- data DOMDOMWindowScreenTopPropertyInfo
- getDOMDOMWindowScreenTop :: (MonadIO m, DOMDOMWindowK o) => o -> m Int64
- data DOMDOMWindowScreenXPropertyInfo
- getDOMDOMWindowScreenX :: (MonadIO m, DOMDOMWindowK o) => o -> m Int64
- data DOMDOMWindowScreenYPropertyInfo
- getDOMDOMWindowScreenY :: (MonadIO m, DOMDOMWindowK o) => o -> m Int64
- data DOMDOMWindowScrollXPropertyInfo
- getDOMDOMWindowScrollX :: (MonadIO m, DOMDOMWindowK o) => o -> m Int64
- data DOMDOMWindowScrollYPropertyInfo
- getDOMDOMWindowScrollY :: (MonadIO m, DOMDOMWindowK o) => o -> m Int64
- data DOMDOMWindowSelfPropertyInfo
- getDOMDOMWindowSelf :: (MonadIO m, DOMDOMWindowK o) => o -> m DOMDOMWindow
- data DOMDOMWindowStatusPropertyInfo
- constructDOMDOMWindowStatus :: Text -> IO ([Char], GValue)
- getDOMDOMWindowStatus :: (MonadIO m, DOMDOMWindowK o) => o -> m Text
- setDOMDOMWindowStatus :: (MonadIO m, DOMDOMWindowK o) => o -> Text -> m ()
- data DOMDOMWindowTopPropertyInfo
- getDOMDOMWindowTop :: (MonadIO m, DOMDOMWindowK o) => o -> m DOMDOMWindow
- data DOMDOMWindowWindowPropertyInfo
- getDOMDOMWindowWindow :: (MonadIO m, DOMDOMWindowK o) => o -> m DOMDOMWindow
Exported types
class GObject o => DOMDOMWindowK o Source
Instances
| (GObject o, IsDescendantOf DOMDOMWindow o) => DOMDOMWindowK o |
toDOMDOMWindow :: DOMDOMWindowK o => o -> IO DOMDOMWindow Source
Methods
dOMDOMWindowWebkitMessageHandlersPostMessage
dOMDOMWindowWebkitMessageHandlersPostMessage :: (MonadIO m, DOMDOMWindowK a) => a -> Text -> Text -> m Bool Source
Properties
Closed
data DOMDOMWindowClosedPropertyInfo Source
Instances
| AttrInfo DOMDOMWindowClosedPropertyInfo | |
| type AttrLabel DOMDOMWindowClosedPropertyInfo = "DOMDOMWindow::closed" | |
| type AttrGetType DOMDOMWindowClosedPropertyInfo = Bool | |
| type AttrBaseTypeConstraint DOMDOMWindowClosedPropertyInfo = DOMDOMWindowK | |
| type AttrSetTypeConstraint DOMDOMWindowClosedPropertyInfo = * ~ () | |
| type AttrAllowedOps DOMDOMWindowClosedPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) |
getDOMDOMWindowClosed :: (MonadIO m, DOMDOMWindowK o) => o -> m Bool Source
DefaultStatus
data DOMDOMWindowDefaultStatusPropertyInfo Source
Instances
| AttrInfo DOMDOMWindowDefaultStatusPropertyInfo | |
| type AttrLabel DOMDOMWindowDefaultStatusPropertyInfo = "DOMDOMWindow::default-status" | |
| type AttrGetType DOMDOMWindowDefaultStatusPropertyInfo = Text | |
| type AttrBaseTypeConstraint DOMDOMWindowDefaultStatusPropertyInfo = DOMDOMWindowK | |
| type AttrSetTypeConstraint DOMDOMWindowDefaultStatusPropertyInfo = * ~ Text | |
| type AttrAllowedOps DOMDOMWindowDefaultStatusPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) |
getDOMDOMWindowDefaultStatus :: (MonadIO m, DOMDOMWindowK o) => o -> m Text Source
setDOMDOMWindowDefaultStatus :: (MonadIO m, DOMDOMWindowK o) => o -> Text -> m () Source
DevicePixelRatio
data DOMDOMWindowDevicePixelRatioPropertyInfo Source
Instances
| AttrInfo DOMDOMWindowDevicePixelRatioPropertyInfo | |
| type AttrLabel DOMDOMWindowDevicePixelRatioPropertyInfo = "DOMDOMWindow::device-pixel-ratio" | |
| type AttrGetType DOMDOMWindowDevicePixelRatioPropertyInfo = Double | |
| type AttrBaseTypeConstraint DOMDOMWindowDevicePixelRatioPropertyInfo = DOMDOMWindowK | |
| type AttrSetTypeConstraint DOMDOMWindowDevicePixelRatioPropertyInfo = * ~ () | |
| type AttrAllowedOps DOMDOMWindowDevicePixelRatioPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) |
getDOMDOMWindowDevicePixelRatio :: (MonadIO m, DOMDOMWindowK o) => o -> m Double Source
Document
data DOMDOMWindowDocumentPropertyInfo Source
Instances
| AttrInfo DOMDOMWindowDocumentPropertyInfo | |
| type AttrLabel DOMDOMWindowDocumentPropertyInfo = "DOMDOMWindow::document" | |
| type AttrGetType DOMDOMWindowDocumentPropertyInfo = DOMDocument | |
| type AttrBaseTypeConstraint DOMDOMWindowDocumentPropertyInfo = DOMDOMWindowK | |
| type AttrSetTypeConstraint DOMDOMWindowDocumentPropertyInfo = * ~ () | |
| type AttrAllowedOps DOMDOMWindowDocumentPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) |
getDOMDOMWindowDocument :: (MonadIO m, DOMDOMWindowK o) => o -> m DOMDocument Source
FrameElement
data DOMDOMWindowFrameElementPropertyInfo Source
Instances
| AttrInfo DOMDOMWindowFrameElementPropertyInfo | |
| type AttrLabel DOMDOMWindowFrameElementPropertyInfo = "DOMDOMWindow::frame-element" | |
| type AttrGetType DOMDOMWindowFrameElementPropertyInfo = DOMElement | |
| type AttrBaseTypeConstraint DOMDOMWindowFrameElementPropertyInfo = DOMDOMWindowK | |
| type AttrSetTypeConstraint DOMDOMWindowFrameElementPropertyInfo = * ~ () | |
| type AttrAllowedOps DOMDOMWindowFrameElementPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) |
getDOMDOMWindowFrameElement :: (MonadIO m, DOMDOMWindowK o) => o -> m DOMElement Source
Frames
data DOMDOMWindowFramesPropertyInfo Source
Instances
| AttrInfo DOMDOMWindowFramesPropertyInfo | |
| type AttrLabel DOMDOMWindowFramesPropertyInfo = "DOMDOMWindow::frames" | |
| type AttrGetType DOMDOMWindowFramesPropertyInfo = DOMDOMWindow | |
| type AttrBaseTypeConstraint DOMDOMWindowFramesPropertyInfo = DOMDOMWindowK | |
| type AttrSetTypeConstraint DOMDOMWindowFramesPropertyInfo = * ~ () | |
| type AttrAllowedOps DOMDOMWindowFramesPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) |
getDOMDOMWindowFrames :: (MonadIO m, DOMDOMWindowK o) => o -> m DOMDOMWindow Source
InnerHeight
data DOMDOMWindowInnerHeightPropertyInfo Source
Instances
| AttrInfo DOMDOMWindowInnerHeightPropertyInfo | |
| type AttrLabel DOMDOMWindowInnerHeightPropertyInfo = "DOMDOMWindow::inner-height" | |
| type AttrGetType DOMDOMWindowInnerHeightPropertyInfo = Int64 | |
| type AttrBaseTypeConstraint DOMDOMWindowInnerHeightPropertyInfo = DOMDOMWindowK | |
| type AttrSetTypeConstraint DOMDOMWindowInnerHeightPropertyInfo = * ~ () | |
| type AttrAllowedOps DOMDOMWindowInnerHeightPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) |
getDOMDOMWindowInnerHeight :: (MonadIO m, DOMDOMWindowK o) => o -> m Int64 Source
InnerWidth
data DOMDOMWindowInnerWidthPropertyInfo Source
Instances
| AttrInfo DOMDOMWindowInnerWidthPropertyInfo | |
| type AttrLabel DOMDOMWindowInnerWidthPropertyInfo = "DOMDOMWindow::inner-width" | |
| type AttrGetType DOMDOMWindowInnerWidthPropertyInfo = Int64 | |
| type AttrBaseTypeConstraint DOMDOMWindowInnerWidthPropertyInfo = DOMDOMWindowK | |
| type AttrSetTypeConstraint DOMDOMWindowInnerWidthPropertyInfo = * ~ () | |
| type AttrAllowedOps DOMDOMWindowInnerWidthPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) |
getDOMDOMWindowInnerWidth :: (MonadIO m, DOMDOMWindowK o) => o -> m Int64 Source
Length
data DOMDOMWindowLengthPropertyInfo Source
Instances
| AttrInfo DOMDOMWindowLengthPropertyInfo | |
| type AttrLabel DOMDOMWindowLengthPropertyInfo = "DOMDOMWindow::length" | |
| type AttrGetType DOMDOMWindowLengthPropertyInfo = Word64 | |
| type AttrBaseTypeConstraint DOMDOMWindowLengthPropertyInfo = DOMDOMWindowK | |
| type AttrSetTypeConstraint DOMDOMWindowLengthPropertyInfo = * ~ () | |
| type AttrAllowedOps DOMDOMWindowLengthPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) |
getDOMDOMWindowLength :: (MonadIO m, DOMDOMWindowK o) => o -> m Word64 Source
Name
data DOMDOMWindowNamePropertyInfo Source
Instances
| AttrInfo DOMDOMWindowNamePropertyInfo | |
| type AttrLabel DOMDOMWindowNamePropertyInfo = "DOMDOMWindow::name" | |
| type AttrGetType DOMDOMWindowNamePropertyInfo = Text | |
| type AttrBaseTypeConstraint DOMDOMWindowNamePropertyInfo = DOMDOMWindowK | |
| type AttrSetTypeConstraint DOMDOMWindowNamePropertyInfo = * ~ Text | |
| type AttrAllowedOps DOMDOMWindowNamePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) |
getDOMDOMWindowName :: (MonadIO m, DOMDOMWindowK o) => o -> m Text Source
setDOMDOMWindowName :: (MonadIO m, DOMDOMWindowK o) => o -> Text -> m () Source
OffscreenBuffering
data DOMDOMWindowOffscreenBufferingPropertyInfo Source
Instances
| AttrInfo DOMDOMWindowOffscreenBufferingPropertyInfo | |
| type AttrLabel DOMDOMWindowOffscreenBufferingPropertyInfo = "DOMDOMWindow::offscreen-buffering" | |
| type AttrGetType DOMDOMWindowOffscreenBufferingPropertyInfo = Bool | |
| type AttrBaseTypeConstraint DOMDOMWindowOffscreenBufferingPropertyInfo = DOMDOMWindowK | |
| type AttrSetTypeConstraint DOMDOMWindowOffscreenBufferingPropertyInfo = * ~ () | |
| type AttrAllowedOps DOMDOMWindowOffscreenBufferingPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) |
getDOMDOMWindowOffscreenBuffering :: (MonadIO m, DOMDOMWindowK o) => o -> m Bool Source
Opener
data DOMDOMWindowOpenerPropertyInfo Source
Instances
| AttrInfo DOMDOMWindowOpenerPropertyInfo | |
| type AttrLabel DOMDOMWindowOpenerPropertyInfo = "DOMDOMWindow::opener" | |
| type AttrGetType DOMDOMWindowOpenerPropertyInfo = DOMDOMWindow | |
| type AttrBaseTypeConstraint DOMDOMWindowOpenerPropertyInfo = DOMDOMWindowK | |
| type AttrSetTypeConstraint DOMDOMWindowOpenerPropertyInfo = * ~ () | |
| type AttrAllowedOps DOMDOMWindowOpenerPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) |
getDOMDOMWindowOpener :: (MonadIO m, DOMDOMWindowK o) => o -> m DOMDOMWindow Source
Orientation
data DOMDOMWindowOrientationPropertyInfo Source
Instances
| AttrInfo DOMDOMWindowOrientationPropertyInfo | |
| type AttrLabel DOMDOMWindowOrientationPropertyInfo = "DOMDOMWindow::orientation" | |
| type AttrGetType DOMDOMWindowOrientationPropertyInfo = Int64 | |
| type AttrBaseTypeConstraint DOMDOMWindowOrientationPropertyInfo = DOMDOMWindowK | |
| type AttrSetTypeConstraint DOMDOMWindowOrientationPropertyInfo = * ~ () | |
| type AttrAllowedOps DOMDOMWindowOrientationPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) |
getDOMDOMWindowOrientation :: (MonadIO m, DOMDOMWindowK o) => o -> m Int64 Source
OuterHeight
data DOMDOMWindowOuterHeightPropertyInfo Source
Instances
| AttrInfo DOMDOMWindowOuterHeightPropertyInfo | |
| type AttrLabel DOMDOMWindowOuterHeightPropertyInfo = "DOMDOMWindow::outer-height" | |
| type AttrGetType DOMDOMWindowOuterHeightPropertyInfo = Int64 | |
| type AttrBaseTypeConstraint DOMDOMWindowOuterHeightPropertyInfo = DOMDOMWindowK | |
| type AttrSetTypeConstraint DOMDOMWindowOuterHeightPropertyInfo = * ~ () | |
| type AttrAllowedOps DOMDOMWindowOuterHeightPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) |
getDOMDOMWindowOuterHeight :: (MonadIO m, DOMDOMWindowK o) => o -> m Int64 Source
OuterWidth
data DOMDOMWindowOuterWidthPropertyInfo Source
Instances
| AttrInfo DOMDOMWindowOuterWidthPropertyInfo | |
| type AttrLabel DOMDOMWindowOuterWidthPropertyInfo = "DOMDOMWindow::outer-width" | |
| type AttrGetType DOMDOMWindowOuterWidthPropertyInfo = Int64 | |
| type AttrBaseTypeConstraint DOMDOMWindowOuterWidthPropertyInfo = DOMDOMWindowK | |
| type AttrSetTypeConstraint DOMDOMWindowOuterWidthPropertyInfo = * ~ () | |
| type AttrAllowedOps DOMDOMWindowOuterWidthPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) |
getDOMDOMWindowOuterWidth :: (MonadIO m, DOMDOMWindowK o) => o -> m Int64 Source
PageXOffset
data DOMDOMWindowPageXOffsetPropertyInfo Source
Instances
| AttrInfo DOMDOMWindowPageXOffsetPropertyInfo | |
| type AttrLabel DOMDOMWindowPageXOffsetPropertyInfo = "DOMDOMWindow::page-x-offset" | |
| type AttrGetType DOMDOMWindowPageXOffsetPropertyInfo = Int64 | |
| type AttrBaseTypeConstraint DOMDOMWindowPageXOffsetPropertyInfo = DOMDOMWindowK | |
| type AttrSetTypeConstraint DOMDOMWindowPageXOffsetPropertyInfo = * ~ () | |
| type AttrAllowedOps DOMDOMWindowPageXOffsetPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) |
getDOMDOMWindowPageXOffset :: (MonadIO m, DOMDOMWindowK o) => o -> m Int64 Source
PageYOffset
data DOMDOMWindowPageYOffsetPropertyInfo Source
Instances
| AttrInfo DOMDOMWindowPageYOffsetPropertyInfo | |
| type AttrLabel DOMDOMWindowPageYOffsetPropertyInfo = "DOMDOMWindow::page-y-offset" | |
| type AttrGetType DOMDOMWindowPageYOffsetPropertyInfo = Int64 | |
| type AttrBaseTypeConstraint DOMDOMWindowPageYOffsetPropertyInfo = DOMDOMWindowK | |
| type AttrSetTypeConstraint DOMDOMWindowPageYOffsetPropertyInfo = * ~ () | |
| type AttrAllowedOps DOMDOMWindowPageYOffsetPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) |
getDOMDOMWindowPageYOffset :: (MonadIO m, DOMDOMWindowK o) => o -> m Int64 Source
Parent
data DOMDOMWindowParentPropertyInfo Source
Instances
| AttrInfo DOMDOMWindowParentPropertyInfo | |
| type AttrLabel DOMDOMWindowParentPropertyInfo = "DOMDOMWindow::parent" | |
| type AttrGetType DOMDOMWindowParentPropertyInfo = DOMDOMWindow | |
| type AttrBaseTypeConstraint DOMDOMWindowParentPropertyInfo = DOMDOMWindowK | |
| type AttrSetTypeConstraint DOMDOMWindowParentPropertyInfo = * ~ () | |
| type AttrAllowedOps DOMDOMWindowParentPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) |
getDOMDOMWindowParent :: (MonadIO m, DOMDOMWindowK o) => o -> m DOMDOMWindow Source
ScreenLeft
data DOMDOMWindowScreenLeftPropertyInfo Source
Instances
| AttrInfo DOMDOMWindowScreenLeftPropertyInfo | |
| type AttrLabel DOMDOMWindowScreenLeftPropertyInfo = "DOMDOMWindow::screen-left" | |
| type AttrGetType DOMDOMWindowScreenLeftPropertyInfo = Int64 | |
| type AttrBaseTypeConstraint DOMDOMWindowScreenLeftPropertyInfo = DOMDOMWindowK | |
| type AttrSetTypeConstraint DOMDOMWindowScreenLeftPropertyInfo = * ~ () | |
| type AttrAllowedOps DOMDOMWindowScreenLeftPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) |
getDOMDOMWindowScreenLeft :: (MonadIO m, DOMDOMWindowK o) => o -> m Int64 Source
ScreenTop
data DOMDOMWindowScreenTopPropertyInfo Source
Instances
| AttrInfo DOMDOMWindowScreenTopPropertyInfo | |
| type AttrLabel DOMDOMWindowScreenTopPropertyInfo = "DOMDOMWindow::screen-top" | |
| type AttrGetType DOMDOMWindowScreenTopPropertyInfo = Int64 | |
| type AttrBaseTypeConstraint DOMDOMWindowScreenTopPropertyInfo = DOMDOMWindowK | |
| type AttrSetTypeConstraint DOMDOMWindowScreenTopPropertyInfo = * ~ () | |
| type AttrAllowedOps DOMDOMWindowScreenTopPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) |
getDOMDOMWindowScreenTop :: (MonadIO m, DOMDOMWindowK o) => o -> m Int64 Source
ScreenX
data DOMDOMWindowScreenXPropertyInfo Source
Instances
| AttrInfo DOMDOMWindowScreenXPropertyInfo | |
| type AttrLabel DOMDOMWindowScreenXPropertyInfo = "DOMDOMWindow::screen-x" | |
| type AttrGetType DOMDOMWindowScreenXPropertyInfo = Int64 | |
| type AttrBaseTypeConstraint DOMDOMWindowScreenXPropertyInfo = DOMDOMWindowK | |
| type AttrSetTypeConstraint DOMDOMWindowScreenXPropertyInfo = * ~ () | |
| type AttrAllowedOps DOMDOMWindowScreenXPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) |
getDOMDOMWindowScreenX :: (MonadIO m, DOMDOMWindowK o) => o -> m Int64 Source
ScreenY
data DOMDOMWindowScreenYPropertyInfo Source
Instances
| AttrInfo DOMDOMWindowScreenYPropertyInfo | |
| type AttrLabel DOMDOMWindowScreenYPropertyInfo = "DOMDOMWindow::screen-y" | |
| type AttrGetType DOMDOMWindowScreenYPropertyInfo = Int64 | |
| type AttrBaseTypeConstraint DOMDOMWindowScreenYPropertyInfo = DOMDOMWindowK | |
| type AttrSetTypeConstraint DOMDOMWindowScreenYPropertyInfo = * ~ () | |
| type AttrAllowedOps DOMDOMWindowScreenYPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) |
getDOMDOMWindowScreenY :: (MonadIO m, DOMDOMWindowK o) => o -> m Int64 Source
ScrollX
data DOMDOMWindowScrollXPropertyInfo Source
Instances
| AttrInfo DOMDOMWindowScrollXPropertyInfo | |
| type AttrLabel DOMDOMWindowScrollXPropertyInfo = "DOMDOMWindow::scroll-x" | |
| type AttrGetType DOMDOMWindowScrollXPropertyInfo = Int64 | |
| type AttrBaseTypeConstraint DOMDOMWindowScrollXPropertyInfo = DOMDOMWindowK | |
| type AttrSetTypeConstraint DOMDOMWindowScrollXPropertyInfo = * ~ () | |
| type AttrAllowedOps DOMDOMWindowScrollXPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) |
getDOMDOMWindowScrollX :: (MonadIO m, DOMDOMWindowK o) => o -> m Int64 Source
ScrollY
data DOMDOMWindowScrollYPropertyInfo Source
Instances
| AttrInfo DOMDOMWindowScrollYPropertyInfo | |
| type AttrLabel DOMDOMWindowScrollYPropertyInfo = "DOMDOMWindow::scroll-y" | |
| type AttrGetType DOMDOMWindowScrollYPropertyInfo = Int64 | |
| type AttrBaseTypeConstraint DOMDOMWindowScrollYPropertyInfo = DOMDOMWindowK | |
| type AttrSetTypeConstraint DOMDOMWindowScrollYPropertyInfo = * ~ () | |
| type AttrAllowedOps DOMDOMWindowScrollYPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) |
getDOMDOMWindowScrollY :: (MonadIO m, DOMDOMWindowK o) => o -> m Int64 Source
Self
data DOMDOMWindowSelfPropertyInfo Source
Instances
| AttrInfo DOMDOMWindowSelfPropertyInfo | |
| type AttrLabel DOMDOMWindowSelfPropertyInfo = "DOMDOMWindow::self" | |
| type AttrGetType DOMDOMWindowSelfPropertyInfo = DOMDOMWindow | |
| type AttrBaseTypeConstraint DOMDOMWindowSelfPropertyInfo = DOMDOMWindowK | |
| type AttrSetTypeConstraint DOMDOMWindowSelfPropertyInfo = * ~ () | |
| type AttrAllowedOps DOMDOMWindowSelfPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) |
getDOMDOMWindowSelf :: (MonadIO m, DOMDOMWindowK o) => o -> m DOMDOMWindow Source
Status
data DOMDOMWindowStatusPropertyInfo Source
Instances
| AttrInfo DOMDOMWindowStatusPropertyInfo | |
| type AttrLabel DOMDOMWindowStatusPropertyInfo = "DOMDOMWindow::status" | |
| type AttrGetType DOMDOMWindowStatusPropertyInfo = Text | |
| type AttrBaseTypeConstraint DOMDOMWindowStatusPropertyInfo = DOMDOMWindowK | |
| type AttrSetTypeConstraint DOMDOMWindowStatusPropertyInfo = * ~ Text | |
| type AttrAllowedOps DOMDOMWindowStatusPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) |
getDOMDOMWindowStatus :: (MonadIO m, DOMDOMWindowK o) => o -> m Text Source
setDOMDOMWindowStatus :: (MonadIO m, DOMDOMWindowK o) => o -> Text -> m () Source
Top
data DOMDOMWindowTopPropertyInfo Source
Instances
| AttrInfo DOMDOMWindowTopPropertyInfo | |
| type AttrLabel DOMDOMWindowTopPropertyInfo = "DOMDOMWindow::top" | |
| type AttrGetType DOMDOMWindowTopPropertyInfo = DOMDOMWindow | |
| type AttrBaseTypeConstraint DOMDOMWindowTopPropertyInfo = DOMDOMWindowK | |
| type AttrSetTypeConstraint DOMDOMWindowTopPropertyInfo = * ~ () | |
| type AttrAllowedOps DOMDOMWindowTopPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) |
getDOMDOMWindowTop :: (MonadIO m, DOMDOMWindowK o) => o -> m DOMDOMWindow Source
Window
data DOMDOMWindowWindowPropertyInfo Source
Instances
| AttrInfo DOMDOMWindowWindowPropertyInfo | |
| type AttrLabel DOMDOMWindowWindowPropertyInfo = "DOMDOMWindow::window" | |
| type AttrGetType DOMDOMWindowWindowPropertyInfo = DOMDOMWindow | |
| type AttrBaseTypeConstraint DOMDOMWindowWindowPropertyInfo = DOMDOMWindowK | |
| type AttrSetTypeConstraint DOMDOMWindowWindowPropertyInfo = * ~ () | |
| type AttrAllowedOps DOMDOMWindowWindowPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) |
getDOMDOMWindowWindow :: (MonadIO m, DOMDOMWindowK o) => o -> m DOMDOMWindow Source