webkitgtk3-0.12.5.1: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.HTMLEmbedElement

Documentation

htmlEmbedElementSetAlign :: HTMLEmbedElementClass self => self -> String -> IO ()Source

htmlEmbedElementGetAlign :: HTMLEmbedElementClass self => self -> IO StringSource

htmlEmbedElementSetHeight :: HTMLEmbedElementClass self => self -> Int -> IO ()Source

htmlEmbedElementGetHeight :: HTMLEmbedElementClass self => self -> IO IntSource

htmlEmbedElementSetName :: HTMLEmbedElementClass self => self -> String -> IO ()Source

htmlEmbedElementGetName :: HTMLEmbedElementClass self => self -> IO StringSource

htmlEmbedElementSetSrc :: HTMLEmbedElementClass self => self -> String -> IO ()Source

htmlEmbedElementGetSrc :: HTMLEmbedElementClass self => self -> IO StringSource

htmlEmbedElementSetWidth :: HTMLEmbedElementClass self => self -> Int -> IO ()Source

htmlEmbedElementGetWidth :: HTMLEmbedElementClass self => self -> IO IntSource