Safe Haskell | None |
---|---|
Language | Haskell98 |
Graphics.UI.Gtk.WebKit.DOM.HTMLHRElement
Documentation
htmlhrElementSetAlign :: (HTMLHRElementClass self, GlibString string) => self -> string -> IO ()
htmlhrElementGetAlign :: (HTMLHRElementClass self, GlibString string) => self -> IO string
htmlhrElementSetNoShade :: HTMLHRElementClass self => self -> Bool -> IO ()
htmlhrElementGetNoShade :: HTMLHRElementClass self => self -> IO Bool
htmlhrElementSetSize :: (HTMLHRElementClass self, GlibString string) => self -> string -> IO ()
htmlhrElementGetSize :: (HTMLHRElementClass self, GlibString string) => self -> IO string
htmlhrElementSetWidth :: (HTMLHRElementClass self, GlibString string) => self -> string -> IO ()
htmlhrElementGetWidth :: (HTMLHRElementClass self, GlibString string) => self -> IO string
data HTMLHRElement
class HTMLElementClass o => HTMLHRElementClass o
Instances
castToHTMLHRElement :: GObjectClass obj => obj -> HTMLHRElement
toHTMLHRElement :: HTMLHRElementClass o => o -> HTMLHRElement