webkit-0.13.0.2: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.HTMLHRElement

Documentation

htmlhrElementSetAlign :: (HTMLHRElementClass self, GlibString string) => self -> string -> IO ()Source

htmlhrElementGetAlign :: (HTMLHRElementClass self, GlibString string) => self -> IO stringSource

htmlhrElementSetNoShade :: HTMLHRElementClass self => self -> Bool -> IO ()Source

htmlhrElementSetSize :: (HTMLHRElementClass self, GlibString string) => self -> string -> IO ()Source

htmlhrElementGetSize :: (HTMLHRElementClass self, GlibString string) => self -> IO stringSource

htmlhrElementSetWidth :: (HTMLHRElementClass self, GlibString string) => self -> string -> IO ()Source

htmlhrElementGetWidth :: (HTMLHRElementClass self, GlibString string) => self -> IO stringSource