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