gi-webkit-0.2.4.12: WebKit bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit.Objects.WebFrame

Contents

Description

 

Synopsis

Exported types

class GObject o => WebFrameK o Source

Instances

Methods

webFrameFindFrame

webFrameGetDataSource

webFrameGetDomDocument

webFrameGetGlobalContext

webFrameGetHorizontalScrollbarPolicy

webFrameGetLoadStatus

webFrameGetName

webFrameGetNetworkResponse

webFrameGetParent

webFrameGetProvisionalDataSource

webFrameGetRangeForWordAroundCaret

webFrameGetSecurityOrigin

webFrameGetTitle

webFrameGetUri

webFrameGetVerticalScrollbarPolicy

webFrameGetWebView

webFrameLoadAlternateString

webFrameLoadRequest

webFrameLoadString

webFrameLoadString :: (MonadIO m, WebFrameK a) => a -> Text -> Text -> Text -> Text -> m () Source

webFrameLoadUri

webFrameLoadUri :: (MonadIO m, WebFrameK a) => a -> Text -> m () Source

webFrameNew

webFrameNew :: (MonadIO m, WebViewK a) => a -> m WebFrame Source

Deprecated: (Since version 1.0.2)#WebKitWebFrame can only be used to inspect existingframes.

webFramePrint

webFramePrint :: (MonadIO m, WebFrameK a) => a -> m () Source

webFramePrintFull

webFrameReload

webFrameReload :: (MonadIO m, WebFrameK a) => a -> m () Source

webFrameReplaceSelection

webFrameStopLoading

Properties

HorizontalScrollbarPolicy

LoadStatus

Name

Title

Uri

VerticalScrollbarPolicy

Signals

Cleared

type WebFrameClearedCallbackC = Ptr () -> Ptr () -> IO () Source

HoveringOverLink

InsecureContentRun

LoadCommitted

ResourceContentLengthReceived

ResourceLoadFailed

ResourceLoadFinished

ResourceRequestStarting

ResourceResponseReceived

ScrollbarsPolicyChanged

TitleChanged