webkit-0.13.0.2: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.HTMLBaseElement

Documentation

htmlBaseElementSetHref :: (HTMLBaseElementClass self, GlibString string) => self -> string -> IO ()Source

htmlBaseElementGetHref :: (HTMLBaseElementClass self, GlibString string) => self -> IO stringSource

htmlBaseElementSetTarget :: (HTMLBaseElementClass self, GlibString string) => self -> string -> IO ()Source

htmlBaseElementGetTarget :: (HTMLBaseElementClass self, GlibString string) => self -> IO stringSource