webkit-0.13.1.3: 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, GlibString string) => self -> string -> IO ()

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

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

domWindowFind :: (DOMWindowClass self, GlibString string) => 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 ()

domWindowMatchMedia :: (DOMWindowClass self, GlibString string) => self -> string -> IO (Maybe MediaQueryList)

domWindowGetComputedStyle :: (DOMWindowClass self, ElementClass element, GlibString string) => self -> Maybe element -> string -> IO (Maybe CSSStyleDeclaration)

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

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

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

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

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

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

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

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

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

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

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