webkit-0.13.0.2: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.HTMLDocument

Documentation

htmlDocumentSetDir :: (HTMLDocumentClass self, GlibString string) => self -> string -> IO ()Source

htmlDocumentGetDir :: (HTMLDocumentClass self, GlibString string) => self -> IO stringSource

htmlDocumentSetDesignMode :: (HTMLDocumentClass self, GlibString string) => self -> string -> IO ()Source

htmlDocumentGetDesignMode :: (HTMLDocumentClass self, GlibString string) => self -> IO stringSource

htmlDocumentGetCompatMode :: (HTMLDocumentClass self, GlibString string) => self -> IO stringSource

htmlDocumentSetBgColor :: (HTMLDocumentClass self, GlibString string) => self -> string -> IO ()Source

htmlDocumentGetBgColor :: (HTMLDocumentClass self, GlibString string) => self -> IO stringSource

htmlDocumentSetFgColor :: (HTMLDocumentClass self, GlibString string) => self -> string -> IO ()Source

htmlDocumentGetFgColor :: (HTMLDocumentClass self, GlibString string) => self -> IO stringSource

htmlDocumentSetAlinkColor :: (HTMLDocumentClass self, GlibString string) => self -> string -> IO ()Source

htmlDocumentGetAlinkColor :: (HTMLDocumentClass self, GlibString string) => self -> IO stringSource

htmlDocumentSetLinkColor :: (HTMLDocumentClass self, GlibString string) => self -> string -> IO ()Source

htmlDocumentGetLinkColor :: (HTMLDocumentClass self, GlibString string) => self -> IO stringSource

htmlDocumentSetVlinkColor :: (HTMLDocumentClass self, GlibString string) => self -> string -> IO ()Source

htmlDocumentGetVlinkColor :: (HTMLDocumentClass self, GlibString string) => self -> IO stringSource