Safe Haskell | None |
---|---|
Language | Haskell98 |
Graphics.UI.Gtk.WebKit.DOM.HTMLOptionsCollection
Documentation
htmlOptionsCollectionNamedItem :: (HTMLOptionsCollectionClass self, GlibString string) => self -> string -> IO (Maybe Node)
htmlOptionsCollectionSetSelectedIndex :: HTMLOptionsCollectionClass self => self -> Int -> IO ()
htmlOptionsCollectionGetSelectedIndex :: HTMLOptionsCollectionClass self => self -> IO Int
class HTMLCollectionClass o => HTMLOptionsCollectionClass o
castToHTMLOptionsCollection :: GObjectClass obj => obj -> HTMLOptionsCollection