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