Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
ghcjs_dom_htmlbr_element_set_clear :: JSRef HTMLBRElement -> JSString -> IO () Source
htmlbrElementSetClear :: (IsHTMLBRElement self, ToJSString val) => self -> val -> IO () Source
htmlbrElementGetClear :: (IsHTMLBRElement self, FromJSString result) => self -> IO result Source
data HTMLBRElement Source
class IsHTMLElement o => IsHTMLBRElement o Source
castToHTMLBRElement :: GObjectClass obj => obj -> HTMLBRElement Source
toHTMLBRElement :: IsHTMLBRElement o => o -> HTMLBRElement Source