Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
htmliFrameElementSetAlign :: (HTMLIFrameElementClass self, GlibString string) => self -> string -> IO () Source
htmliFrameElementGetAlign :: (HTMLIFrameElementClass self, GlibString string) => self -> IO string Source
htmliFrameElementSetFrameBorder :: (HTMLIFrameElementClass self, GlibString string) => self -> string -> IO () Source
htmliFrameElementGetFrameBorder :: (HTMLIFrameElementClass self, GlibString string) => self -> IO string Source
htmliFrameElementSetHeight :: (HTMLIFrameElementClass self, GlibString string) => self -> string -> IO () Source
htmliFrameElementGetHeight :: (HTMLIFrameElementClass self, GlibString string) => self -> IO string Source
htmliFrameElementSetLongDesc :: (HTMLIFrameElementClass self, GlibString string) => self -> string -> IO () Source
htmliFrameElementGetLongDesc :: (HTMLIFrameElementClass self, GlibString string) => self -> IO string Source
htmliFrameElementSetMarginHeight :: (HTMLIFrameElementClass self, GlibString string) => self -> string -> IO () Source
htmliFrameElementGetMarginHeight :: (HTMLIFrameElementClass self, GlibString string) => self -> IO string Source
htmliFrameElementSetMarginWidth :: (HTMLIFrameElementClass self, GlibString string) => self -> string -> IO () Source
htmliFrameElementGetMarginWidth :: (HTMLIFrameElementClass self, GlibString string) => self -> IO string Source
htmliFrameElementSetName :: (HTMLIFrameElementClass self, GlibString string) => self -> string -> IO () Source
htmliFrameElementGetName :: (HTMLIFrameElementClass self, GlibString string) => self -> IO string Source
htmliFrameElementSetSandbox :: (HTMLIFrameElementClass self, GlibString string) => self -> string -> IO () Source
htmliFrameElementGetSandbox :: (HTMLIFrameElementClass self, GlibString string) => self -> IO string Source
htmliFrameElementSetSeamless :: HTMLIFrameElementClass self => self -> Bool -> IO () Source
htmliFrameElementGetSeamless :: HTMLIFrameElementClass self => self -> IO Bool Source
htmliFrameElementSetScrolling :: (HTMLIFrameElementClass self, GlibString string) => self -> string -> IO () Source
htmliFrameElementGetScrolling :: (HTMLIFrameElementClass self, GlibString string) => self -> IO string Source
htmliFrameElementSetSrc :: (HTMLIFrameElementClass self, GlibString string) => self -> string -> IO () Source
htmliFrameElementGetSrc :: (HTMLIFrameElementClass self, GlibString string) => self -> IO string Source
htmliFrameElementSetSrcdoc :: (HTMLIFrameElementClass self, GlibString string) => self -> string -> IO () Source
htmliFrameElementGetSrcdoc :: (HTMLIFrameElementClass self, GlibString string) => self -> IO string Source
htmliFrameElementSetWidth :: (HTMLIFrameElementClass self, GlibString string) => self -> string -> IO () Source
htmliFrameElementGetWidth :: (HTMLIFrameElementClass self, GlibString string) => self -> IO string Source
htmliFrameElementGetContentDocument :: HTMLIFrameElementClass self => self -> IO (Maybe Document) Source
htmliFrameElementGetContentWindow :: HTMLIFrameElementClass self => self -> IO (Maybe DOMWindow) Source
data HTMLIFrameElement Source
castToHTMLIFrameElement :: GObjectClass obj => obj -> HTMLIFrameElement Source
toHTMLIFrameElement :: HTMLIFrameElementClass o => o -> HTMLIFrameElement Source