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