webkitgtk3-0.12.6.1: Binding to the Webkit library.

Safe HaskellNone
LanguageHaskell98

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 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