Safe Haskell | None |
---|---|
Language | Haskell98 |
Graphics.UI.Gtk.WebKit.DOM.HTMLAppletElement
Documentation
htmlAppletElementSetAlign :: HTMLAppletElementClass self => self -> String -> IO ()
htmlAppletElementGetAlign :: HTMLAppletElementClass self => self -> IO String
htmlAppletElementSetAlt :: HTMLAppletElementClass self => self -> String -> IO ()
htmlAppletElementGetAlt :: HTMLAppletElementClass self => self -> IO String
htmlAppletElementSetArchive :: HTMLAppletElementClass self => self -> String -> IO ()
htmlAppletElementGetArchive :: HTMLAppletElementClass self => self -> IO String
htmlAppletElementSetCode :: HTMLAppletElementClass self => self -> String -> IO ()
htmlAppletElementGetCode :: HTMLAppletElementClass self => self -> IO String
htmlAppletElementSetCodeBase :: HTMLAppletElementClass self => self -> String -> IO ()
htmlAppletElementGetCodeBase :: HTMLAppletElementClass self => self -> IO String
htmlAppletElementSetHeight :: HTMLAppletElementClass self => self -> String -> IO ()
htmlAppletElementGetHeight :: HTMLAppletElementClass self => self -> IO String
htmlAppletElementSetHspace :: HTMLAppletElementClass self => self -> Int -> IO ()
htmlAppletElementGetHspace :: HTMLAppletElementClass self => self -> IO Int
htmlAppletElementSetName :: HTMLAppletElementClass self => self -> String -> IO ()
htmlAppletElementGetName :: HTMLAppletElementClass self => self -> IO String
htmlAppletElementSetObject :: HTMLAppletElementClass self => self -> String -> IO ()
htmlAppletElementGetObject :: HTMLAppletElementClass self => self -> IO String
htmlAppletElementSetVspace :: HTMLAppletElementClass self => self -> Int -> IO ()
htmlAppletElementGetVspace :: HTMLAppletElementClass self => self -> IO Int
htmlAppletElementSetWidth :: HTMLAppletElementClass self => self -> String -> IO ()
htmlAppletElementGetWidth :: HTMLAppletElementClass self => self -> IO String
data HTMLAppletElement
class HTMLElementClass o => HTMLAppletElementClass o
Instances
castToHTMLAppletElement :: GObjectClass obj => obj -> HTMLAppletElement
toHTMLAppletElement :: HTMLAppletElementClass o => o -> HTMLAppletElement