gi-webkit2-0.2.10.12: WebKit2 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.WebKit2.Objects.WebView

Contents

Description

 

Synopsis

Exported types

class GObject o => WebViewK o Source

Instances

Methods

webViewCanExecuteEditingCommand

webViewCanExecuteEditingCommandFinish

webViewCanGoBack

webViewCanGoForward

webViewCanShowMimeType

webViewDownloadUri

webViewExecuteEditingCommand

webViewExecuteEditingCommandWithArgument

webViewGetBackForwardList

webViewGetBackgroundColor

webViewGetContext

webViewGetCustomCharset

webViewGetEditorState

webViewGetEstimatedLoadProgress

webViewGetFavicon

webViewGetFindController

webViewGetInspector

webViewGetJavascriptGlobalContext

webViewGetMainResource

webViewGetPageId

webViewGetSettings

webViewGetSnapshot

webViewGetSnapshotFinish

webViewGetTitle

webViewGetTlsInfo

webViewGetUri

webViewGetUserContentManager

webViewGetWindowProperties

webViewGetZoomLevel

webViewGoBack

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

webViewGoForward

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

webViewGoToBackForwardListItem

webViewIsEditable

webViewIsLoading

webViewIsPlayingAudio

webViewLoadAlternateHtml

webViewLoadBytes

webViewLoadHtml

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

webViewLoadPlainText

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

webViewLoadRequest

webViewLoadRequest :: (MonadIO m, WebViewK a, URIRequestK b) => a -> b -> m () Source

webViewLoadUri

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

webViewNew

webViewNewWithContext

webViewNewWithRelatedView

webViewNewWithSettings

webViewNewWithUserContentManager

webViewReload

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

webViewReloadBypassCache

webViewRunJavascript

webViewRunJavascriptFinish

webViewRunJavascriptFromGresource

webViewRunJavascriptFromGresourceFinish

webViewSave

webViewSaveFinish

webViewSaveToFile

webViewSaveToFileFinish

webViewSetBackgroundColor

webViewSetCustomCharset

webViewSetEditable

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

webViewSetSettings

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

webViewSetZoomLevel

webViewStopLoading

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

Properties

Editable

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

EstimatedLoadProgress

Favicon

getWebViewFavicon :: (MonadIO m, WebViewK o) => o -> m (Ptr ()) Source

IsLoading

IsPlayingAudio

RelatedView

Settings

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

Title

Uri

UserContentManager

WebContext

ZoomLevel

Signals

Authenticate

Close

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

ContextMenu

ContextMenuDismissed

Create

DecidePolicy

EnterFullscreen

InsecureContentDetected

LeaveFullscreen

LoadChanged

LoadFailed

LoadFailedWithTlsErrors

MouseTargetChanged

PermissionRequest

Print

ReadyToShow

ResourceLoadStarted

RunAsModal

RunColorChooser

RunFileChooser

ScriptDialog

ShowNotification

SubmitForm

WebProcessCrashed