Safe Haskell | None |
---|
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
data HTMLDocument Source
castToHTMLDocument :: GObjectClass obj => obj -> HTMLDocumentSource
toHTMLDocument :: HTMLDocumentClass o => o -> HTMLDocumentSource