webkit-0.12.5: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.HTMLHRElement

Documentation

htmlhrElementSetAlign :: HTMLHRElementClass self => self -> String -> IO ()Source

htmlhrElementGetAlign :: HTMLHRElementClass self => self -> IO StringSource

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

htmlhrElementGetNoShade :: HTMLHRElementClass self => self -> IO BoolSource

htmlhrElementSetSize :: HTMLHRElementClass self => self -> String -> IO ()Source

htmlhrElementGetSize :: HTMLHRElementClass self => self -> IO StringSource

htmlhrElementSetWidth :: HTMLHRElementClass self => self -> String -> IO ()Source

htmlhrElementGetWidth :: HTMLHRElementClass self => self -> IO StringSource