Safe Haskell | None |
---|---|
Language | Haskell98 |
Graphics.UI.Gtk.WebKit.DOM.HTMLImageElement
Documentation
htmlImageElementSetName :: (HTMLImageElementClass self, GlibString string) => self -> string -> IO ()
htmlImageElementGetName :: (HTMLImageElementClass self, GlibString string) => self -> IO string
htmlImageElementSetAlign :: (HTMLImageElementClass self, GlibString string) => self -> string -> IO ()
htmlImageElementGetAlign :: (HTMLImageElementClass self, GlibString string) => self -> IO string
htmlImageElementSetAlt :: (HTMLImageElementClass self, GlibString string) => self -> string -> IO ()
htmlImageElementGetAlt :: (HTMLImageElementClass self, GlibString string) => self -> IO string
htmlImageElementSetBorder :: (HTMLImageElementClass self, GlibString string) => self -> string -> IO ()
htmlImageElementGetBorder :: (HTMLImageElementClass self, GlibString string) => self -> IO string
htmlImageElementSetCrossOrigin :: (HTMLImageElementClass self, GlibString string) => self -> string -> IO ()
htmlImageElementGetCrossOrigin :: (HTMLImageElementClass self, GlibString string) => self -> IO string
htmlImageElementSetHeight :: HTMLImageElementClass self => self -> Int -> IO ()
htmlImageElementGetHeight :: HTMLImageElementClass self => self -> IO Int
htmlImageElementSetHspace :: HTMLImageElementClass self => self -> Int -> IO ()
htmlImageElementGetHspace :: HTMLImageElementClass self => self -> IO Int
htmlImageElementSetIsMap :: HTMLImageElementClass self => self -> Bool -> IO ()
htmlImageElementGetIsMap :: HTMLImageElementClass self => self -> IO Bool
htmlImageElementSetLongDesc :: (HTMLImageElementClass self, GlibString string) => self -> string -> IO ()
htmlImageElementGetLongDesc :: (HTMLImageElementClass self, GlibString string) => self -> IO string
htmlImageElementSetSrc :: (HTMLImageElementClass self, GlibString string) => self -> string -> IO ()
htmlImageElementGetSrc :: (HTMLImageElementClass self, GlibString string) => self -> IO string
htmlImageElementSetSrcset :: (HTMLImageElementClass self, GlibString string) => self -> string -> IO ()
htmlImageElementGetSrcset :: (HTMLImageElementClass self, GlibString string) => self -> IO string
htmlImageElementSetUseMap :: (HTMLImageElementClass self, GlibString string) => self -> string -> IO ()
htmlImageElementGetUseMap :: (HTMLImageElementClass self, GlibString string) => self -> IO string
htmlImageElementSetVspace :: HTMLImageElementClass self => self -> Int -> IO ()
htmlImageElementGetVspace :: HTMLImageElementClass self => self -> IO Int
htmlImageElementSetWidth :: HTMLImageElementClass self => self -> Int -> IO ()
htmlImageElementGetWidth :: HTMLImageElementClass self => self -> IO Int
htmlImageElementGetComplete :: HTMLImageElementClass self => self -> IO Bool
htmlImageElementSetLowsrc :: (HTMLImageElementClass self, GlibString string) => self -> string -> IO ()
htmlImageElementGetLowsrc :: (HTMLImageElementClass self, GlibString string) => self -> IO string
htmlImageElementGetNaturalHeight :: HTMLImageElementClass self => self -> IO Int
htmlImageElementGetNaturalWidth :: HTMLImageElementClass self => self -> IO Int
htmlImageElementGetX :: HTMLImageElementClass self => self -> IO Int
htmlImageElementGetY :: HTMLImageElementClass self => self -> IO Int
data HTMLImageElement
class HTMLElementClass o => HTMLImageElementClass o
Instances
castToHTMLImageElement :: GObjectClass obj => obj -> HTMLImageElement
toHTMLImageElement :: HTMLImageElementClass o => o -> HTMLImageElement