Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
htmlOptGroupElementSetDisabled :: IsHTMLOptGroupElement self => self -> Bool -> IO () Source
htmlOptGroupElementGetDisabled :: IsHTMLOptGroupElement self => self -> IO Bool Source
htmlOptGroupElementSetLabel :: (IsHTMLOptGroupElement self, ToJSString val) => self -> val -> IO () Source
htmlOptGroupElementGetLabel :: (IsHTMLOptGroupElement self, FromJSString result) => self -> IO result Source
castToHTMLOptGroupElement :: GObjectClass obj => obj -> HTMLOptGroupElement Source