webkit-0.13.1.1: Binding to the Webkit library.

Safe HaskellNone
LanguageHaskell98

Graphics.UI.Gtk.WebKit.DOM.HTMLDocument

Documentation

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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