webkit-0.13.1.2: Binding to the Webkit library.

Safe HaskellNone
LanguageHaskell98

Graphics.UI.Gtk.WebKit.DOM.HTMLHRElement

Documentation

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

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

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

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

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

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