webkit-0.13.0.2: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.DOMWindow

Documentation

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 BoolSource

domWindowPrompt :: (DOMWindowClass self, GlibString string) => self -> string -> string -> IO stringSource

domWindowFind :: (DOMWindowClass self, GlibString string) => self -> string -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> IO BoolSource

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 stringSource

domWindowBtoa :: (DOMWindowClass self, GlibString string) => self -> string -> IO stringSource

domWindowDispatchEvent :: (DOMWindowClass self, EventClass evt) => self -> Maybe evt -> IO BoolSource

domWindowGetScreen :: DOMWindowClass self => self -> IO (Maybe DOMScreen)Source

domWindowGetHistory :: DOMWindowClass self => self -> IO (Maybe History)Source

domWindowGetMenubar :: DOMWindowClass self => self -> IO (Maybe BarProp)Source

domWindowGetStatusbar :: DOMWindowClass self => self -> IO (Maybe BarProp)Source

domWindowGetToolbar :: DOMWindowClass self => self -> IO (Maybe BarProp)Source

domWindowGetScreenX :: DOMWindowClass self => self -> IO IntSource

domWindowGetScreenY :: DOMWindowClass self => self -> IO IntSource

domWindowGetScrollX :: DOMWindowClass self => self -> IO IntSource

domWindowGetScrollY :: DOMWindowClass self => self -> IO IntSource

domWindowGetClosed :: DOMWindowClass self => self -> IO BoolSource

domWindowGetLength :: DOMWindowClass self => self -> IO WordSource

domWindowSetName :: (DOMWindowClass self, GlibString string) => self -> string -> IO ()Source

domWindowGetName :: (DOMWindowClass self, GlibString string) => self -> IO stringSource

domWindowSetStatus :: (DOMWindowClass self, GlibString string) => self -> string -> IO ()Source

domWindowGetStatus :: (DOMWindowClass self, GlibString string) => self -> IO stringSource

domWindowSetDefaultStatus :: (DOMWindowClass self, GlibString string) => self -> string -> IO ()Source

domWindowGetDefaultStatus :: (DOMWindowClass self, GlibString string) => self -> IO stringSource

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

domWindowGetConsole :: DOMWindowClass self => self -> IO (Maybe Console)Source

domWindowGetCSS :: DOMWindowClass self => self -> IO (Maybe DOMWindowCSS)Source