Safe Haskell | None |
---|---|
Language | Haskell98 |
Graphics.UI.Gtk.WebKit.DOM.HTMLEmbedElement
Documentation
htmlEmbedElementSetAlign :: HTMLEmbedElementClass self => self -> String -> IO ()
htmlEmbedElementGetAlign :: HTMLEmbedElementClass self => self -> IO String
htmlEmbedElementSetHeight :: HTMLEmbedElementClass self => self -> Int -> IO ()
htmlEmbedElementGetHeight :: HTMLEmbedElementClass self => self -> IO Int
htmlEmbedElementSetName :: HTMLEmbedElementClass self => self -> String -> IO ()
htmlEmbedElementGetName :: HTMLEmbedElementClass self => self -> IO String
htmlEmbedElementSetSrc :: HTMLEmbedElementClass self => self -> String -> IO ()
htmlEmbedElementGetSrc :: HTMLEmbedElementClass self => self -> IO String
htmlEmbedElementSetWidth :: HTMLEmbedElementClass self => self -> Int -> IO ()
htmlEmbedElementGetWidth :: HTMLEmbedElementClass self => self -> IO Int
data HTMLEmbedElement
class HTMLElementClass o => HTMLEmbedElementClass o
Instances
castToHTMLEmbedElement :: GObjectClass obj => obj -> HTMLEmbedElement
toHTMLEmbedElement :: HTMLEmbedElementClass o => o -> HTMLEmbedElement