webkit-0.12.6.0: 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 => self -> String -> IO ()Source

domWindowFind :: DOMWindowClass self => 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