Safe Haskell | None |
---|---|
Language | Haskell98 |
Graphics.UI.Gtk.WebKit.DOM.HTMLFrameElement
Documentation
htmlFrameElementSetFrameBorder :: (HTMLFrameElementClass self, GlibString string) => self -> string -> IO ()
htmlFrameElementGetFrameBorder :: (HTMLFrameElementClass self, GlibString string) => self -> IO string
htmlFrameElementSetLongDesc :: (HTMLFrameElementClass self, GlibString string) => self -> string -> IO ()
htmlFrameElementGetLongDesc :: (HTMLFrameElementClass self, GlibString string) => self -> IO string
htmlFrameElementSetMarginHeight :: (HTMLFrameElementClass self, GlibString string) => self -> string -> IO ()
htmlFrameElementGetMarginHeight :: (HTMLFrameElementClass self, GlibString string) => self -> IO string
htmlFrameElementSetMarginWidth :: (HTMLFrameElementClass self, GlibString string) => self -> string -> IO ()
htmlFrameElementGetMarginWidth :: (HTMLFrameElementClass self, GlibString string) => self -> IO string
htmlFrameElementSetName :: (HTMLFrameElementClass self, GlibString string) => self -> string -> IO ()
htmlFrameElementGetName :: (HTMLFrameElementClass self, GlibString string) => self -> IO string
htmlFrameElementSetNoResize :: HTMLFrameElementClass self => self -> Bool -> IO ()
htmlFrameElementGetNoResize :: HTMLFrameElementClass self => self -> IO Bool
htmlFrameElementSetScrolling :: (HTMLFrameElementClass self, GlibString string) => self -> string -> IO ()
htmlFrameElementGetScrolling :: (HTMLFrameElementClass self, GlibString string) => self -> IO string
htmlFrameElementSetSrc :: (HTMLFrameElementClass self, GlibString string) => self -> string -> IO ()
htmlFrameElementGetSrc :: (HTMLFrameElementClass self, GlibString string) => self -> IO string
htmlFrameElementGetContentDocument :: HTMLFrameElementClass self => self -> IO (Maybe Document)
htmlFrameElementGetContentWindow :: HTMLFrameElementClass self => self -> IO (Maybe DOMWindow)
htmlFrameElementGetWidth :: HTMLFrameElementClass self => self -> IO Int
htmlFrameElementGetHeight :: HTMLFrameElementClass self => self -> IO Int
data HTMLFrameElement
class HTMLElementClass o => HTMLFrameElementClass o
Instances
castToHTMLFrameElement :: GObjectClass obj => obj -> HTMLFrameElement
toHTMLFrameElement :: HTMLFrameElementClass o => o -> HTMLFrameElement