webkit-0.12.5: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.HTMLAppletElement

Documentation

htmlAppletElementSetAlign :: HTMLAppletElementClass self => self -> String -> IO ()Source

htmlAppletElementGetAlign :: HTMLAppletElementClass self => self -> IO StringSource

htmlAppletElementSetAlt :: HTMLAppletElementClass self => self -> String -> IO ()Source

htmlAppletElementGetAlt :: HTMLAppletElementClass self => self -> IO StringSource

htmlAppletElementSetArchive :: HTMLAppletElementClass self => self -> String -> IO ()Source

htmlAppletElementGetArchive :: HTMLAppletElementClass self => self -> IO StringSource

htmlAppletElementSetCode :: HTMLAppletElementClass self => self -> String -> IO ()Source

htmlAppletElementGetCode :: HTMLAppletElementClass self => self -> IO StringSource

htmlAppletElementSetCodeBase :: HTMLAppletElementClass self => self -> String -> IO ()Source

htmlAppletElementGetCodeBase :: HTMLAppletElementClass self => self -> IO StringSource

htmlAppletElementSetHeight :: HTMLAppletElementClass self => self -> String -> IO ()Source

htmlAppletElementGetHeight :: HTMLAppletElementClass self => self -> IO StringSource

htmlAppletElementSetHspace :: HTMLAppletElementClass self => self -> Int -> IO ()Source

htmlAppletElementGetHspace :: HTMLAppletElementClass self => self -> IO IntSource

htmlAppletElementSetName :: HTMLAppletElementClass self => self -> String -> IO ()Source

htmlAppletElementGetName :: HTMLAppletElementClass self => self -> IO StringSource

htmlAppletElementSetObject :: HTMLAppletElementClass self => self -> String -> IO ()Source

htmlAppletElementGetObject :: HTMLAppletElementClass self => self -> IO StringSource

htmlAppletElementSetVspace :: HTMLAppletElementClass self => self -> Int -> IO ()Source

htmlAppletElementGetVspace :: HTMLAppletElementClass self => self -> IO IntSource

htmlAppletElementSetWidth :: HTMLAppletElementClass self => self -> String -> IO ()Source

htmlAppletElementGetWidth :: HTMLAppletElementClass self => self -> IO StringSource