Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
ghcjs_dom_htmlhr_element_set_align :: JSRef HTMLHRElement -> JSString -> IO () Source
htmlhrElementSetAlign :: (IsHTMLHRElement self, ToJSString val) => self -> val -> IO () Source
htmlhrElementGetAlign :: (IsHTMLHRElement self, FromJSString result) => self -> IO result Source
ghcjs_dom_htmlhr_element_set_no_shade :: JSRef HTMLHRElement -> Bool -> IO () Source
htmlhrElementSetNoShade :: IsHTMLHRElement self => self -> Bool -> IO () Source
htmlhrElementGetNoShade :: IsHTMLHRElement self => self -> IO Bool Source
ghcjs_dom_htmlhr_element_set_size :: JSRef HTMLHRElement -> JSString -> IO () Source
htmlhrElementSetSize :: (IsHTMLHRElement self, ToJSString val) => self -> val -> IO () Source
htmlhrElementGetSize :: (IsHTMLHRElement self, FromJSString result) => self -> IO result Source
ghcjs_dom_htmlhr_element_set_width :: JSRef HTMLHRElement -> JSString -> IO () Source
htmlhrElementSetWidth :: (IsHTMLHRElement self, ToJSString val) => self -> val -> IO () Source
htmlhrElementGetWidth :: (IsHTMLHRElement self, FromJSString result) => self -> IO result Source
data HTMLHRElement Source
class IsHTMLElement o => IsHTMLHRElement o Source
castToHTMLHRElement :: GObjectClass obj => obj -> HTMLHRElement Source
toHTMLHRElement :: IsHTMLHRElement o => o -> HTMLHRElement Source