webkit-0.13.1.3: Binding to the Webkit library.

Safe HaskellNone
LanguageHaskell98

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 ()

htmlImageElementSetLongDesc :: (HTMLImageElementClass self, GlibString string) => self -> string -> IO ()

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

htmlImageElementSetLowsrc :: (HTMLImageElementClass self, GlibString string) => self -> string -> IO ()

htmlImageElementGetLowsrc :: (HTMLImageElementClass self, GlibString string) => self -> IO string