webkit-0.12.5.1: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.HTMLOListElement

Documentation

htmloListElementSetCompact :: HTMLOListElementClass self => self -> Bool -> IO ()Source

htmloListElementGetCompact :: HTMLOListElementClass self => self -> IO BoolSource

htmloListElementSetStart :: HTMLOListElementClass self => self -> Int -> IO ()Source

htmloListElementGetStart :: HTMLOListElementClass self => self -> IO IntSource

htmloListElementSetReversed :: HTMLOListElementClass self => self -> Bool -> IO ()Source

htmloListElementGetReversed :: HTMLOListElementClass self => self -> IO BoolSource