gi-webkit2-4.0.28: WebKit2 bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.WebKit2.Structs.InputMethodUnderline

Description

No description available in the introspection data.

Synopsis

Exported types

Methods

Click to display all available methods, including inherited ones

Expand

Methods

copy, free.

Getters

None.

Setters

setColor.

copy

inputMethodUnderlineCopy Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> InputMethodUnderline

underline: a InputMethodUnderline

-> m InputMethodUnderline

Returns: A copy of passed in InputMethodUnderline

Make a copy of the InputMethodUnderline.

Since: 2.28

free

new

inputMethodUnderlineNew Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> Word32

startOffset: the start offset in preedit string

-> Word32

endOffset: the end offset in preedit string

-> m InputMethodUnderline

Returns: A newly created InputMethodUnderline

Create a new InputMethodUnderline for the given range in preedit string

Since: 2.28

setColor

inputMethodUnderlineSetColor Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> InputMethodUnderline

underline: a InputMethodUnderline

-> Maybe RGBA

rgba: a RGBA or Nothing

-> m () 

Set the color of the underline. If rgba is Nothing the foreground text color will be used for the underline too.

Since: 2.28