Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
htmlEmbedElementSetAlign :: (HTMLEmbedElementClass self, GlibString string) => self -> string -> IO () Source
htmlEmbedElementGetAlign :: (HTMLEmbedElementClass self, GlibString string) => self -> IO string Source
htmlEmbedElementSetHeight :: HTMLEmbedElementClass self => self -> Int -> IO () Source
htmlEmbedElementGetHeight :: HTMLEmbedElementClass self => self -> IO Int Source
htmlEmbedElementSetName :: (HTMLEmbedElementClass self, GlibString string) => self -> string -> IO () Source
htmlEmbedElementGetName :: (HTMLEmbedElementClass self, GlibString string) => self -> IO string Source
htmlEmbedElementSetSrc :: (HTMLEmbedElementClass self, GlibString string) => self -> string -> IO () Source
htmlEmbedElementGetSrc :: (HTMLEmbedElementClass self, GlibString string) => self -> IO string Source
htmlEmbedElementSetWidth :: HTMLEmbedElementClass self => self -> Int -> IO () Source
htmlEmbedElementGetWidth :: HTMLEmbedElementClass self => self -> IO Int Source
data HTMLEmbedElement Source
castToHTMLEmbedElement :: GObjectClass obj => obj -> HTMLEmbedElement Source
toHTMLEmbedElement :: HTMLEmbedElementClass o => o -> HTMLEmbedElement Source