Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
htmloListElementSetCompact :: IsHTMLOListElement self => self -> Bool -> IO () Source
htmloListElementGetCompact :: IsHTMLOListElement self => self -> IO Bool Source
htmloListElementSetStart :: IsHTMLOListElement self => self -> Int -> IO () Source
htmloListElementGetStart :: IsHTMLOListElement self => self -> IO Int Source
htmloListElementSetReversed :: IsHTMLOListElement self => self -> Bool -> IO () Source
htmloListElementGetReversed :: IsHTMLOListElement self => self -> IO Bool Source
data HTMLOListElement Source
castToHTMLOListElement :: GObjectClass obj => obj -> HTMLOListElement Source
toHTMLOListElement :: IsHTMLOListElement o => o -> HTMLOListElement Source