gi-webkit-0.2.4.13: 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

newtype WebFrame Source

Constructors

WebFrame (ForeignPtr WebFrame) 

Instances

GObject WebFrame Source 
((~) * info (ResolveWebFrameMethod t WebFrame), MethodInfo * info WebFrame p) => IsLabel t (WebFrame -> p) Source 

Methods

fromLabel :: Proxy# Symbol t -> WebFrame -> p

((~) * info (ResolveWebFrameMethod t WebFrame), MethodInfo * info WebFrame p) => IsLabelProxy t (WebFrame -> p) Source 

Methods

fromLabelProxy :: Proxy Symbol t -> WebFrame -> p

type ParentTypes WebFrame Source 
type AttributeList WebFrame Source 
type SignalList WebFrame Source 

Methods

webFrameFindFrame

webFrameGetDataSource

webFrameGetDomDocument

webFrameGetGlobalContext

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

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

data WebFrameLoadUriMethodInfo Source

Instances

((~) (TYPE Lifted) signature (Text -> m ()), MonadIO m, WebFrameK a) => MethodInfo (TYPE Lifted) WebFrameLoadUriMethodInfo a signature Source 

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

data WebFramePrintMethodInfo Source

Instances

((~) (TYPE Lifted) signature (m ()), MonadIO m, WebFrameK a) => MethodInfo (TYPE Lifted) WebFramePrintMethodInfo a signature Source 

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

webFramePrintFull

data WebFramePrintFullMethodInfo Source

Instances

((~) (TYPE Lifted) signature (b -> PrintOperationAction -> m PrintOperationResult), MonadIO m, WebFrameK a, PrintOperationK b) => MethodInfo (TYPE Lifted) WebFramePrintFullMethodInfo a signature Source 

webFramePrintFull :: (MonadIO m, WebFrameK a, PrintOperationK b) => a -> b -> PrintOperationAction -> m PrintOperationResult Source

webFrameReload

data WebFrameReloadMethodInfo Source

Instances

((~) (TYPE Lifted) signature (m ()), MonadIO m, WebFrameK a) => MethodInfo (TYPE Lifted) WebFrameReloadMethodInfo a signature Source 

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

webFrameReplaceSelection

webFrameStopLoading

Properties

HorizontalScrollbarPolicy

data WebFrameHorizontalScrollbarPolicyPropertyInfo Source

Instances

AttrInfo WebFrameHorizontalScrollbarPolicyPropertyInfo Source 
type AttrLabel WebFrameHorizontalScrollbarPolicyPropertyInfo = "horizontal-scrollbar-policy" Source 
type AttrGetType WebFrameHorizontalScrollbarPolicyPropertyInfo = PolicyType Source 
type AttrBaseTypeConstraint WebFrameHorizontalScrollbarPolicyPropertyInfo = WebFrameK Source 
type AttrSetTypeConstraint WebFrameHorizontalScrollbarPolicyPropertyInfo = TYPE Lifted ~ () Source 
type AttrAllowedOps WebFrameHorizontalScrollbarPolicyPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) Source 

LoadStatus

Name

Title

Uri

VerticalScrollbarPolicy

data WebFrameVerticalScrollbarPolicyPropertyInfo Source

Instances

AttrInfo WebFrameVerticalScrollbarPolicyPropertyInfo Source 
type AttrLabel WebFrameVerticalScrollbarPolicyPropertyInfo = "vertical-scrollbar-policy" Source 
type AttrGetType WebFrameVerticalScrollbarPolicyPropertyInfo = PolicyType Source 
type AttrBaseTypeConstraint WebFrameVerticalScrollbarPolicyPropertyInfo = WebFrameK Source 
type AttrSetTypeConstraint WebFrameVerticalScrollbarPolicyPropertyInfo = TYPE Lifted ~ () Source 
type AttrAllowedOps WebFrameVerticalScrollbarPolicyPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) Source 

Signals

Cleared

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

HoveringOverLink

InsecureContentRun

LoadCommitted

ResourceContentLengthReceived

ResourceLoadFailed

ResourceLoadFinished

ResourceRequestStarting

ResourceResponseReceived

ScrollbarsPolicyChanged

TitleChanged