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