Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
htmlCanvasElementSetWidth :: IsHTMLCanvasElement self => self -> Int -> IO () Source
htmlCanvasElementGetWidth :: IsHTMLCanvasElement self => self -> IO Int Source
htmlCanvasElementSetHeight :: IsHTMLCanvasElement self => self -> Int -> IO () Source
htmlCanvasElementGetHeight :: IsHTMLCanvasElement self => self -> IO Int Source
data HTMLCanvasElement Source
castToHTMLCanvasElement :: GObjectClass obj => obj -> HTMLCanvasElement Source
toHTMLCanvasElement :: IsHTMLCanvasElement o => o -> HTMLCanvasElement Source