webkit-0.13.1.3: Binding to the Webkit library.

Safe HaskellNone
LanguageHaskell98

Graphics.UI.Gtk.WebKit.DOM.HTMLFrameElement

Documentation

htmlFrameElementSetFrameBorder :: (HTMLFrameElementClass self, GlibString string) => self -> string -> IO ()

htmlFrameElementSetLongDesc :: (HTMLFrameElementClass self, GlibString string) => self -> string -> IO ()

htmlFrameElementSetMarginHeight :: (HTMLFrameElementClass self, GlibString string) => self -> string -> IO ()

htmlFrameElementSetMarginWidth :: (HTMLFrameElementClass self, GlibString string) => self -> string -> IO ()

htmlFrameElementSetName :: (HTMLFrameElementClass self, GlibString string) => self -> string -> IO ()

htmlFrameElementGetName :: (HTMLFrameElementClass self, GlibString string) => self -> IO string

htmlFrameElementSetScrolling :: (HTMLFrameElementClass self, GlibString string) => self -> string -> IO ()

htmlFrameElementSetSrc :: (HTMLFrameElementClass self, GlibString string) => self -> string -> IO ()

htmlFrameElementGetSrc :: (HTMLFrameElementClass self, GlibString string) => self -> IO string