Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
htmlMapElementGetAreas :: IsHTMLMapElement self => self -> IO (Maybe HTMLCollection) Source
htmlMapElementSetName :: (IsHTMLMapElement self, ToJSString val) => self -> val -> IO () Source
htmlMapElementGetName :: (IsHTMLMapElement self, FromJSString result) => self -> IO result Source
data HTMLMapElement Source
castToHTMLMapElement :: GObjectClass obj => obj -> HTMLMapElement Source
toHTMLMapElement :: IsHTMLMapElement o => o -> HTMLMapElement Source