webkitgtk3-0.13.0.0: 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, GlibString string) => self -> string -> IO () Source

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

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

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

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

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

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

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

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

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

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

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

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