Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
domWindowGetSelection :: DOMWindowClass self => self -> IO (Maybe DOMSelection) Source
domWindowBlur :: DOMWindowClass self => self -> IO () Source
domWindowPrint :: DOMWindowClass self => self -> IO () Source
domWindowStop :: DOMWindowClass self => self -> IO () Source
domWindowAlert :: (DOMWindowClass self, GlibString string) => self -> string -> IO () Source
domWindowConfirm :: (DOMWindowClass self, GlibString string) => self -> string -> IO Bool Source
domWindowPrompt :: (DOMWindowClass self, GlibString string) => self -> string -> string -> IO string Source
domWindowFind :: (DOMWindowClass self, GlibString string) => self -> string -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> IO Bool Source
domWindowScrollBy :: DOMWindowClass self => self -> Int -> Int -> IO () Source
domWindowScrollTo :: DOMWindowClass self => self -> Int -> Int -> IO () Source
domWindowScroll :: DOMWindowClass self => self -> Int -> Int -> IO () Source
domWindowMoveBy :: DOMWindowClass self => self -> Float -> Float -> IO () Source
domWindowMoveTo :: DOMWindowClass self => self -> Float -> Float -> IO () Source
domWindowResizeBy :: DOMWindowClass self => self -> Float -> Float -> IO () Source
domWindowResizeTo :: DOMWindowClass self => self -> Float -> Float -> IO () Source
domWindowMatchMedia :: (DOMWindowClass self, GlibString string) => self -> string -> IO (Maybe MediaQueryList) Source
domWindowGetComputedStyle :: (DOMWindowClass self, ElementClass element, GlibString string) => self -> Maybe element -> string -> IO (Maybe CSSStyleDeclaration) Source
domWindowWebkitConvertPointFromPageToNode :: (DOMWindowClass self, NodeClass node, WebKitPointClass p) => self -> Maybe node -> Maybe p -> IO (Maybe WebKitPoint) Source
domWindowWebkitConvertPointFromNodeToPage :: (DOMWindowClass self, NodeClass node, WebKitPointClass p) => self -> Maybe node -> Maybe p -> IO (Maybe WebKitPoint) Source
domWindowClearTimeout :: DOMWindowClass self => self -> Int -> IO () Source
domWindowClearInterval :: DOMWindowClass self => self -> Int -> IO () Source
domWindowAtob :: (DOMWindowClass self, GlibString string) => self -> string -> IO string Source
domWindowBtoa :: (DOMWindowClass self, GlibString string) => self -> string -> IO string Source
domWindowDispatchEvent :: (DOMWindowClass self, EventClass evt) => self -> Maybe evt -> IO Bool Source
domWindowCaptureEvents :: DOMWindowClass self => self -> IO () Source
domWindowReleaseEvents :: DOMWindowClass self => self -> IO () Source
domWindowGetScreen :: DOMWindowClass self => self -> IO (Maybe DOMScreen) Source
domWindowGetHistory :: DOMWindowClass self => self -> IO (Maybe History) Source
domWindowGetLocationbar :: DOMWindowClass self => self -> IO (Maybe BarProp) Source
domWindowGetMenubar :: DOMWindowClass self => self -> IO (Maybe BarProp) Source
domWindowGetPersonalbar :: DOMWindowClass self => self -> IO (Maybe BarProp) Source
domWindowGetScrollbars :: DOMWindowClass self => self -> IO (Maybe BarProp) Source
domWindowGetStatusbar :: DOMWindowClass self => self -> IO (Maybe BarProp) Source
domWindowGetToolbar :: DOMWindowClass self => self -> IO (Maybe BarProp) Source
domWindowGetNavigator :: DOMWindowClass self => self -> IO (Maybe Navigator) Source
domWindowGetClientInformation :: DOMWindowClass self => self -> IO (Maybe Navigator) Source
domWindowGetFrameElement :: DOMWindowClass self => self -> IO (Maybe Element) Source
domWindowGetOffscreenBuffering :: DOMWindowClass self => self -> IO Bool Source
domWindowGetOuterHeight :: DOMWindowClass self => self -> IO Int Source
domWindowGetOuterWidth :: DOMWindowClass self => self -> IO Int Source
domWindowGetInnerHeight :: DOMWindowClass self => self -> IO Int Source
domWindowGetInnerWidth :: DOMWindowClass self => self -> IO Int Source
domWindowGetScreenX :: DOMWindowClass self => self -> IO Int Source
domWindowGetScreenY :: DOMWindowClass self => self -> IO Int Source
domWindowGetScreenLeft :: DOMWindowClass self => self -> IO Int Source
domWindowGetScreenTop :: DOMWindowClass self => self -> IO Int Source
domWindowGetScrollX :: DOMWindowClass self => self -> IO Int Source
domWindowGetScrollY :: DOMWindowClass self => self -> IO Int Source
domWindowGetPageXOffset :: DOMWindowClass self => self -> IO Int Source
domWindowGetPageYOffset :: DOMWindowClass self => self -> IO Int Source
domWindowGetClosed :: DOMWindowClass self => self -> IO Bool Source
domWindowGetLength :: DOMWindowClass self => self -> IO Word Source
domWindowSetName :: (DOMWindowClass self, GlibString string) => self -> string -> IO () Source
domWindowGetName :: (DOMWindowClass self, GlibString string) => self -> IO string Source
domWindowSetStatus :: (DOMWindowClass self, GlibString string) => self -> string -> IO () Source
domWindowGetStatus :: (DOMWindowClass self, GlibString string) => self -> IO string Source
domWindowSetDefaultStatus :: (DOMWindowClass self, GlibString string) => self -> string -> IO () Source
domWindowGetDefaultStatus :: (DOMWindowClass self, GlibString string) => self -> IO string Source
domWindowGetSelf :: DOMWindowClass self => self -> IO (Maybe DOMWindow) Source
domWindowGetWindow :: DOMWindowClass self => self -> IO (Maybe DOMWindow) Source
domWindowGetFrames :: DOMWindowClass self => self -> IO (Maybe DOMWindow) Source
domWindowGetOpener :: DOMWindowClass self => self -> IO (Maybe DOMWindow) Source
domWindowGetParent :: DOMWindowClass self => self -> IO (Maybe DOMWindow) Source
domWindowGetTop :: DOMWindowClass self => self -> IO (Maybe DOMWindow) Source
domWindowGetDocument :: DOMWindowClass self => self -> IO (Maybe Document) Source
domWindowGetStyleMedia :: DOMWindowClass self => self -> IO (Maybe StyleMedia) Source
domWindowGetDevicePixelRatio :: DOMWindowClass self => self -> IO Double Source
domWindowGetApplicationCache :: DOMWindowClass self => self -> IO (Maybe DOMApplicationCache) Source
domWindowGetSessionStorage :: DOMWindowClass self => self -> IO (Maybe Storage) Source
domWindowGetLocalStorage :: DOMWindowClass self => self -> IO (Maybe Storage) Source
domWindowGetConsole :: DOMWindowClass self => self -> IO (Maybe Console) Source
domWindowGetCSS :: DOMWindowClass self => self -> IO (Maybe DOMWindowCSS) Source
domWindowOnabort :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnbeforeunload :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnblur :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOncanplay :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOncanplaythrough :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnchange :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnclick :: DOMWindowClass self => Signal self (EventM MouseEvent self ()) Source
domWindowOncontextmenu :: DOMWindowClass self => Signal self (EventM MouseEvent self ()) Source
domWindowOndblclick :: DOMWindowClass self => Signal self (EventM MouseEvent self ()) Source
domWindowOndrag :: DOMWindowClass self => Signal self (EventM MouseEvent self ()) Source
domWindowOndragend :: DOMWindowClass self => Signal self (EventM MouseEvent self ()) Source
domWindowOndragenter :: DOMWindowClass self => Signal self (EventM MouseEvent self ()) Source
domWindowOndragleave :: DOMWindowClass self => Signal self (EventM MouseEvent self ()) Source
domWindowOndragover :: DOMWindowClass self => Signal self (EventM MouseEvent self ()) Source
domWindowOndragstart :: DOMWindowClass self => Signal self (EventM MouseEvent self ()) Source
domWindowOndrop :: DOMWindowClass self => Signal self (EventM MouseEvent self ()) Source
domWindowOndurationchange :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnemptied :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnended :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnerror :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnfocus :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnhashchange :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOninput :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOninvalid :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnkeydown :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnkeypress :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnkeyup :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnload :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnloadeddata :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnloadedmetadata :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnloadstart :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnmessage :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnmousedown :: DOMWindowClass self => Signal self (EventM MouseEvent self ()) Source
domWindowOnmouseenter :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnmouseleave :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnmousemove :: DOMWindowClass self => Signal self (EventM MouseEvent self ()) Source
domWindowOnmouseout :: DOMWindowClass self => Signal self (EventM MouseEvent self ()) Source
domWindowOnmouseover :: DOMWindowClass self => Signal self (EventM MouseEvent self ()) Source
domWindowOnmouseup :: DOMWindowClass self => Signal self (EventM MouseEvent self ()) Source
domWindowOnmousewheel :: DOMWindowClass self => Signal self (EventM MouseEvent self ()) Source
domWindowOnoffline :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnonline :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnpagehide :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnpageshow :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnpause :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnplay :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnplaying :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnpopstate :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnprogress :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnratechange :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnresize :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnscroll :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnseeked :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnseeking :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnselect :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnstalled :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnstorage :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnsubmit :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnsuspend :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOntimeupdate :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnunload :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnvolumechange :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnwaiting :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnreset :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnsearch :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnwebkitanimationend :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnwebkitanimationiteration :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnwebkitanimationstart :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnwebkittransitionend :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOntransitionend :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOntouchstart :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOntouchmove :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOntouchend :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOntouchcancel :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOndevicemotion :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOndeviceorientation :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
domWindowOnwebkitdeviceproximity :: DOMWindowClass self => Signal self (EventM UIEvent self ()) Source
class GObjectClass o => DOMWindowClass o Source
castToDOMWindow :: GObjectClass obj => obj -> DOMWindow Source
toDOMWindow :: DOMWindowClass o => o -> DOMWindow Source