webkit-0.13.1.3: Binding to the Webkit library.

Safe HaskellNone
LanguageHaskell98

Graphics.UI.Gtk.WebKit.DOM.HTMLAppletElement

Documentation

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

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

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

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

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

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

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

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

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

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

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

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