webkitgtk3-0.12.5.1: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.HTMLDocument

Documentation

htmlDocumentClose :: HTMLDocumentClass self => self -> IO ()Source

htmlDocumentClear :: HTMLDocumentClass self => self -> IO ()Source

htmlDocumentCaptureEvents :: HTMLDocumentClass self => self -> IO ()Source

htmlDocumentReleaseEvents :: HTMLDocumentClass self => self -> IO ()Source

htmlDocumentHasFocus :: HTMLDocumentClass self => self -> IO BoolSource

htmlDocumentGetEmbeds :: HTMLDocumentClass self => self -> IO (Maybe HTMLCollection)Source

htmlDocumentGetPlugins :: HTMLDocumentClass self => self -> IO (Maybe HTMLCollection)Source

htmlDocumentGetScripts :: HTMLDocumentClass self => self -> IO (Maybe HTMLCollection)Source

htmlDocumentGetWidth :: HTMLDocumentClass self => self -> IO IntSource

htmlDocumentGetHeight :: HTMLDocumentClass self => self -> IO IntSource

htmlDocumentSetDir :: HTMLDocumentClass self => self -> String -> IO ()Source

htmlDocumentGetDir :: HTMLDocumentClass self => self -> IO StringSource

htmlDocumentSetDesignMode :: HTMLDocumentClass self => self -> String -> IO ()Source

htmlDocumentGetDesignMode :: HTMLDocumentClass self => self -> IO StringSource

htmlDocumentGetCompatMode :: HTMLDocumentClass self => self -> IO StringSource

htmlDocumentGetActiveElement :: HTMLDocumentClass self => self -> IO (Maybe Element)Source

htmlDocumentSetBgColor :: HTMLDocumentClass self => self -> String -> IO ()Source

htmlDocumentGetBgColor :: HTMLDocumentClass self => self -> IO StringSource

htmlDocumentSetFgColor :: HTMLDocumentClass self => self -> String -> IO ()Source

htmlDocumentGetFgColor :: HTMLDocumentClass self => self -> IO StringSource

htmlDocumentSetAlinkColor :: HTMLDocumentClass self => self -> String -> IO ()Source

htmlDocumentGetAlinkColor :: HTMLDocumentClass self => self -> IO StringSource

htmlDocumentSetLinkColor :: HTMLDocumentClass self => self -> String -> IO ()Source

htmlDocumentGetLinkColor :: HTMLDocumentClass self => self -> IO StringSource

htmlDocumentSetVlinkColor :: HTMLDocumentClass self => self -> String -> IO ()Source

htmlDocumentGetVlinkColor :: HTMLDocumentClass self => self -> IO StringSource