webkit-0.12.6.1: Binding to the Webkit library.

Safe HaskellNone
LanguageHaskell98

Graphics.UI.Gtk.WebKit.DOM.DOMWindow

Documentation

domWindowBlur :: DOMWindowClass self => self -> IO ()

domWindowPrint :: DOMWindowClass self => self -> IO ()

domWindowStop :: DOMWindowClass self => self -> IO ()

domWindowAlert :: DOMWindowClass self => self -> String -> IO ()

domWindowFind :: DOMWindowClass self => self -> String -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> IO Bool

domWindowScrollBy :: DOMWindowClass self => self -> Int -> Int -> IO ()

domWindowScrollTo :: DOMWindowClass self => self -> Int -> Int -> IO ()

domWindowScroll :: DOMWindowClass self => self -> Int -> Int -> IO ()

domWindowMoveBy :: DOMWindowClass self => self -> Float -> Float -> IO ()

domWindowMoveTo :: DOMWindowClass self => self -> Float -> Float -> IO ()

domWindowResizeBy :: DOMWindowClass self => self -> Float -> Float -> IO ()

domWindowResizeTo :: DOMWindowClass self => self -> Float -> Float -> IO ()

domWindowClearTimeout :: DOMWindowClass self => self -> Int -> IO ()

domWindowClearInterval :: DOMWindowClass self => self -> Int -> IO ()

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

domWindowSetName :: DOMWindowClass self => self -> String -> IO ()

domWindowSetStatus :: DOMWindowClass self => self -> String -> IO ()