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