Safe Haskell | None |
---|---|
Language | Haskell98 |
Graphics.UI.Gtk.WebKit.DOM.HTMLDocument
Documentation
htmlDocumentClose :: HTMLDocumentClass self => self -> IO ()
htmlDocumentClear :: HTMLDocumentClass self => self -> IO ()
htmlDocumentCaptureEvents :: HTMLDocumentClass self => self -> IO ()
htmlDocumentReleaseEvents :: HTMLDocumentClass self => self -> IO ()
htmlDocumentHasFocus :: HTMLDocumentClass self => self -> IO Bool
htmlDocumentGetEmbeds :: HTMLDocumentClass self => self -> IO (Maybe HTMLCollection)
htmlDocumentGetPlugins :: HTMLDocumentClass self => self -> IO (Maybe HTMLCollection)
htmlDocumentGetScripts :: HTMLDocumentClass self => self -> IO (Maybe HTMLCollection)
htmlDocumentGetWidth :: HTMLDocumentClass self => self -> IO Int
htmlDocumentGetHeight :: HTMLDocumentClass self => self -> IO Int
htmlDocumentSetDir :: HTMLDocumentClass self => self -> String -> IO ()
htmlDocumentGetDir :: HTMLDocumentClass self => self -> IO String
htmlDocumentSetDesignMode :: HTMLDocumentClass self => self -> String -> IO ()
htmlDocumentGetDesignMode :: HTMLDocumentClass self => self -> IO String
htmlDocumentGetCompatMode :: HTMLDocumentClass self => self -> IO String
htmlDocumentGetActiveElement :: HTMLDocumentClass self => self -> IO (Maybe Element)
htmlDocumentSetBgColor :: HTMLDocumentClass self => self -> String -> IO ()
htmlDocumentGetBgColor :: HTMLDocumentClass self => self -> IO String
htmlDocumentSetFgColor :: HTMLDocumentClass self => self -> String -> IO ()
htmlDocumentGetFgColor :: HTMLDocumentClass self => self -> IO String
htmlDocumentSetAlinkColor :: HTMLDocumentClass self => self -> String -> IO ()
htmlDocumentGetAlinkColor :: HTMLDocumentClass self => self -> IO String
htmlDocumentSetLinkColor :: HTMLDocumentClass self => self -> String -> IO ()
htmlDocumentGetLinkColor :: HTMLDocumentClass self => self -> IO String
htmlDocumentSetVlinkColor :: HTMLDocumentClass self => self -> String -> IO ()
htmlDocumentGetVlinkColor :: HTMLDocumentClass self => self -> IO String
data HTMLDocument
class DocumentClass o => HTMLDocumentClass o
Instances
castToHTMLDocument :: GObjectClass obj => obj -> HTMLDocument
toHTMLDocument :: HTMLDocumentClass o => o -> HTMLDocument