Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
htmlhrElementSetAlign :: (HTMLHRElementClass self, GlibString string) => self -> string -> IO () Source
htmlhrElementGetAlign :: (HTMLHRElementClass self, GlibString string) => self -> IO string Source
htmlhrElementSetNoShade :: HTMLHRElementClass self => self -> Bool -> IO () Source
htmlhrElementGetNoShade :: HTMLHRElementClass self => self -> IO Bool 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
data HTMLHRElement Source
castToHTMLHRElement :: GObjectClass obj => obj -> HTMLHRElement Source
toHTMLHRElement :: HTMLHRElementClass o => o -> HTMLHRElement Source