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