Safe Haskell | None |
---|
Graphics.UI.Gtk.WebKit.DOM.HTMLAppletElement
Documentation
htmlAppletElementSetAlign :: (HTMLAppletElementClass self, GlibString string) => self -> string -> IO ()Source
htmlAppletElementGetAlign :: (HTMLAppletElementClass self, GlibString string) => self -> IO stringSource
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
htmlAppletElementGetArchive :: (HTMLAppletElementClass self, GlibString string) => self -> IO stringSource
htmlAppletElementSetCode :: (HTMLAppletElementClass self, GlibString string) => self -> string -> IO ()Source
htmlAppletElementGetCode :: (HTMLAppletElementClass self, GlibString string) => self -> IO stringSource
htmlAppletElementSetCodeBase :: (HTMLAppletElementClass self, GlibString string) => self -> string -> IO ()Source
htmlAppletElementGetCodeBase :: (HTMLAppletElementClass self, GlibString string) => self -> IO stringSource
htmlAppletElementSetHeight :: (HTMLAppletElementClass self, GlibString string) => self -> string -> IO ()Source
htmlAppletElementGetHeight :: (HTMLAppletElementClass self, GlibString string) => self -> IO stringSource
htmlAppletElementSetHspace :: HTMLAppletElementClass self => self -> Int -> IO ()Source
htmlAppletElementGetHspace :: HTMLAppletElementClass self => self -> IO IntSource
htmlAppletElementSetName :: (HTMLAppletElementClass self, GlibString string) => self -> string -> IO ()Source
htmlAppletElementGetName :: (HTMLAppletElementClass self, GlibString string) => self -> IO stringSource
htmlAppletElementSetObject :: (HTMLAppletElementClass self, GlibString string) => self -> string -> IO ()Source
htmlAppletElementGetObject :: (HTMLAppletElementClass self, GlibString string) => self -> IO stringSource
htmlAppletElementSetVspace :: HTMLAppletElementClass self => self -> Int -> IO ()Source
htmlAppletElementGetVspace :: HTMLAppletElementClass self => self -> IO IntSource
htmlAppletElementSetWidth :: (HTMLAppletElementClass self, GlibString string) => self -> string -> IO ()Source
htmlAppletElementGetWidth :: (HTMLAppletElementClass self, GlibString string) => self -> IO stringSource
data HTMLAppletElement Source
class HTMLElementClass o => HTMLAppletElementClass o Source
Instances
castToHTMLAppletElement :: GObjectClass obj => obj -> HTMLAppletElementSource