webkitgtk3-0.12.5.1: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.HTMLOptionsCollection

Documentation

htmlOptionsCollectionNamedItem :: HTMLOptionsCollectionClass self => self -> String -> IO (Maybe Node)Source

htmlOptionsCollectionSetSelectedIndex :: HTMLOptionsCollectionClass self => self -> Int -> IO ()Source

htmlOptionsCollectionGetSelectedIndex :: HTMLOptionsCollectionClass self => self -> IO IntSource