webkit-0.13.0.2: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.HTMLEmbedElement

Documentation

htmlEmbedElementSetAlign :: (HTMLEmbedElementClass self, GlibString string) => self -> string -> IO ()Source

htmlEmbedElementGetAlign :: (HTMLEmbedElementClass self, GlibString string) => self -> IO stringSource

htmlEmbedElementSetName :: (HTMLEmbedElementClass self, GlibString string) => self -> string -> IO ()Source

htmlEmbedElementGetName :: (HTMLEmbedElementClass self, GlibString string) => self -> IO stringSource

htmlEmbedElementSetSrc :: (HTMLEmbedElementClass self, GlibString string) => self -> string -> IO ()Source

htmlEmbedElementGetSrc :: (HTMLEmbedElementClass self, GlibString string) => self -> IO stringSource