| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
GHCJS.DOM.HTMLOptGroupElement
Documentation
htmlOptGroupElementSetDisabled :: IsHTMLOptGroupElement self => self -> Bool -> IO () Source
htmlOptGroupElementGetDisabled :: IsHTMLOptGroupElement self => self -> IO Bool Source
ghcjs_dom_html_opt_group_element_set_label :: JSRef HTMLOptGroupElement -> JSString -> IO () Source
htmlOptGroupElementSetLabel :: (IsHTMLOptGroupElement self, ToJSString val) => self -> val -> IO () Source
ghcjs_dom_html_opt_group_element_get_label :: JSRef HTMLOptGroupElement -> IO JSString Source
htmlOptGroupElementGetLabel :: (IsHTMLOptGroupElement self, FromJSString result) => self -> IO result Source
class IsHTMLElement o => IsHTMLOptGroupElement o Source
Instances
castToHTMLOptGroupElement :: GObjectClass obj => obj -> HTMLOptGroupElement Source