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