webkitgtk3-0.12.5.1: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.HTMLCanvasElement

Documentation

htmlCanvasElementSetWidth :: HTMLCanvasElementClass self => self -> Int -> IO ()Source

htmlCanvasElementGetWidth :: HTMLCanvasElementClass self => self -> IO IntSource

htmlCanvasElementSetHeight :: HTMLCanvasElementClass self => self -> Int -> IO ()Source

htmlCanvasElementGetHeight :: HTMLCanvasElementClass self => self -> IO IntSource