gi-webkit2-4.0.14: 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.EditorState

Contents

Description

 

Synopsis

Exported types

Methods

getTypingAttributes

editorStateGetTypingAttributes Source #

Arguments

:: (HasCallStack, MonadIO m, IsEditorState a) 
=> a

editorState: a EditorState

-> m Word32

Returns: a bitmask of EditorTypingAttributes flags

Gets the typing attributes at the current cursor position. If there is a selection, this returns the typing attributes of the the selected text. Note that in case of a selection, typing attributes are considered active only when they are present throughout the selection.

Since: 2.10

Properties

typingAttributes