Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
ghcjs_dom_htmlli_element_set_value :: JSRef HTMLLIElement -> Int -> IO () Source
htmlliElementSetValue :: IsHTMLLIElement self => self -> Int -> IO () Source
htmlliElementGetValue :: IsHTMLLIElement self => self -> IO Int Source
data HTMLLIElement Source
class IsHTMLElement o => IsHTMLLIElement o Source
castToHTMLLIElement :: GObjectClass obj => obj -> HTMLLIElement Source
toHTMLLIElement :: IsHTMLLIElement o => o -> HTMLLIElement Source