Safe Haskell | None |
---|---|
Language | Haskell98 |
Graphics.UI.Gtk.WebKit.DOM.HTMLMapElement
Documentation
htmlMapElementGetAreas :: HTMLMapElementClass self => self -> IO (Maybe HTMLCollection)
htmlMapElementSetName :: HTMLMapElementClass self => self -> String -> IO ()
htmlMapElementGetName :: HTMLMapElementClass self => self -> IO String
data HTMLMapElement
class HTMLElementClass o => HTMLMapElementClass o
Instances
castToHTMLMapElement :: GObjectClass obj => obj -> HTMLMapElement
toHTMLMapElement :: HTMLMapElementClass o => o -> HTMLMapElement