webkit-0.13.0.2: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.HTMLAppletElement

Documentation

htmlAppletElementSetAlign :: (HTMLAppletElementClass self, GlibString string) => self -> string -> IO ()Source

htmlAppletElementSetAlt :: (HTMLAppletElementClass self, GlibString string) => self -> string -> IO ()Source

htmlAppletElementGetAlt :: (HTMLAppletElementClass self, GlibString string) => self -> IO stringSource

htmlAppletElementSetArchive :: (HTMLAppletElementClass self, GlibString string) => self -> string -> IO ()Source

htmlAppletElementSetCode :: (HTMLAppletElementClass self, GlibString string) => self -> string -> IO ()Source

htmlAppletElementSetCodeBase :: (HTMLAppletElementClass self, GlibString string) => self -> string -> IO ()Source

htmlAppletElementSetHeight :: (HTMLAppletElementClass self, GlibString string) => self -> string -> IO ()Source

htmlAppletElementSetName :: (HTMLAppletElementClass self, GlibString string) => self -> string -> IO ()Source

htmlAppletElementSetObject :: (HTMLAppletElementClass self, GlibString string) => self -> string -> IO ()Source

htmlAppletElementSetWidth :: (HTMLAppletElementClass self, GlibString string) => self -> string -> IO ()Source