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.WebView

Contents

Description

 

Synopsis

Exported types

class GObject o => WebViewK o Source

Instances

Methods

webViewCanCopyClipboard

webViewCanCutClipboard

webViewCanGoBack

webViewCanGoBackOrForward

webViewCanGoForward

webViewCanPasteClipboard

webViewCanRedo

webViewCanShowMimeType

webViewCanUndo

webViewCopyClipboard

webViewCutClipboard

webViewDeleteSelection

webViewExecuteScript

webViewExecuteScript :: (MonadIO m, WebViewK a) => a -> Text -> m () Source

webViewGetBackForwardList

webViewGetCopyTargetList

webViewGetCustomEncoding

webViewGetDomDocument

webViewGetEditable

webViewGetEncoding

webViewGetFocusedFrame

webViewGetFullContentZoom

webViewGetHitTestResult

webViewGetIconPixbuf

webViewGetIconPixbuf :: (MonadIO m, WebViewK a) => a -> m Pixbuf Source

Deprecated: (Since version 1.8)Use webkit_web_view_try_get_favicon_pixbuf() instead.

webViewGetIconUri

webViewGetInspector

webViewGetLoadStatus

webViewGetMainFrame

webViewGetPasteTargetList

webViewGetProgress

webViewGetSettings

webViewGetSnapshot

webViewGetTitle

webViewGetTransparent

webViewGetUri

webViewGetViewMode

webViewGetViewSourceMode

webViewGetViewportAttributes

webViewGetWindowFeatures

webViewGetZoomLevel

webViewGoBack

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

webViewGoBackOrForward

webViewGoForward

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

webViewGoToBackForwardItem

webViewHasSelection

webViewLoadHtmlString

webViewLoadHtmlString :: (MonadIO m, WebViewK a) => a -> Text -> Text -> m () Source

Deprecated: (Since version 1.1.1)Use webkit_web_view_load_string() instead.

webViewLoadRequest

webViewLoadString

webViewLoadString :: (MonadIO m, WebViewK a) => a -> Text -> Text -> Text -> Text -> m () Source

webViewLoadUri

webViewLoadUri :: (MonadIO m, WebViewK a) => a -> Text -> m () Source

webViewMarkTextMatches

webViewMoveCursor

webViewNew

webViewOpen

webViewOpen :: (MonadIO m, WebViewK a) => a -> Text -> m () Source

Deprecated: (Since version 1.1.1)Use webkit_web_view_load_uri() instead.

webViewPasteClipboard

webViewRedo

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

webViewReload

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

webViewReloadBypassCache

webViewSearchText

webViewSearchText :: (MonadIO m, WebViewK a) => a -> Text -> Bool -> Bool -> Bool -> m Bool Source

webViewSelectAll

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

webViewSetCustomEncoding

webViewSetEditable

webViewSetEditable :: (MonadIO m, WebViewK a) => a -> Bool -> m () Source

webViewSetFullContentZoom

webViewSetHighlightTextMatches

webViewSetMaintainsBackForwardList

webViewSetSettings

webViewSetSettings :: (MonadIO m, WebViewK a, WebSettingsK b) => a -> b -> m () Source

webViewSetTransparent

webViewSetViewMode

webViewSetViewSourceMode

webViewSetZoomLevel

webViewSetZoomLevel :: (MonadIO m, WebViewK a) => a -> Float -> m () Source

webViewStopLoading

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

webViewTryGetFaviconPixbuf

webViewUndo

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

webViewUnmarkTextMatches

webViewZoomIn

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

webViewZoomOut

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

Properties

CopyTargetList

CustomEncoding

Editable

setWebViewEditable :: (MonadIO m, WebViewK o) => o -> Bool -> m () Source

Encoding

FullContentZoom

IconUri

ImContext

LoadStatus

PasteTargetList

Progress

SelfScrolling

Settings

setWebViewSettings :: (MonadIO m, WebViewK o, WebSettingsK a) => o -> a -> m () Source

Title

Transparent

Uri

ViewMode

ViewportAttributes

WebInspector

WindowFeatures

ZoomLevel

setWebViewZoomLevel :: (MonadIO m, WebViewK o) => o -> Float -> m () Source

Signals

CloseWebView

ConsoleMessage

ContextMenu

CopyClipboard

CreatePluginWidget

CreateWebView

CutClipboard

DatabaseQuotaExceeded

DocumentLoadFinished

DownloadRequested

EditingBegan

EditingEnded

EnteringFullscreen

FrameCreated

GeolocationPolicyDecisionCancelled

GeolocationPolicyDecisionRequested

HoveringOverLink

IconLoaded

LeavingFullscreen

LoadCommitted

LoadError

LoadFinished

LoadProgressChanged

LoadStarted

MimeTypePolicyDecisionRequested

MoveCursor

NavigationPolicyDecisionRequested

NavigationRequested

NewWindowPolicyDecisionRequested

OnloadEvent

PasteClipboard

PopulatePopup

PrintRequested

Redo

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

ResourceContentLengthReceived

ResourceLoadFailed

ResourceLoadFinished

ResourceRequestStarting

ResourceResponseReceived

RunFileChooser

ScriptAlert

ScriptConfirm

ScriptPrompt

SelectAll

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

SelectionChanged

ShouldApplyStyle

ShouldBeginEditing

ShouldChangeSelectedRange

ShouldDeleteRange

ShouldEndEditing

ShouldInsertNode

ShouldInsertText

ShouldShowDeleteInterfaceForElement

StatusBarTextChanged

TitleChanged

Undo

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

UserChangedContents

ViewportAttributesChanged

ViewportAttributesRecomputeRequested

WebViewReady

WindowObjectCleared

type WebViewWindowObjectClearedCallbackC = Ptr () -> Ptr WebFrame -> Ptr () -> Ptr () -> Ptr () -> IO () Source