gi-webkit2-4.0.27: WebKit2 bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
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

newtype InputMethodUnderline Source #

Memory-managed wrapper type.

Constructors

InputMethodUnderline (ManagedPtr InputMethodUnderline) 

Instances

Instances details
Eq InputMethodUnderline Source # 
Instance details

Defined in GI.WebKit2.Structs.InputMethodUnderline

GBoxed InputMethodUnderline Source # 
Instance details

Defined in GI.WebKit2.Structs.InputMethodUnderline

ManagedPtrNewtype InputMethodUnderline Source # 
Instance details

Defined in GI.WebKit2.Structs.InputMethodUnderline

TypedObject InputMethodUnderline Source # 
Instance details

Defined in GI.WebKit2.Structs.InputMethodUnderline

Methods

glibType :: IO GType

HasParentTypes InputMethodUnderline Source # 
Instance details

Defined in GI.WebKit2.Structs.InputMethodUnderline

IsGValue (Maybe InputMethodUnderline) Source #

Convert InputMethodUnderline to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.WebKit2.Structs.InputMethodUnderline

type ParentTypes InputMethodUnderline Source # 
Instance details

Defined in GI.WebKit2.Structs.InputMethodUnderline

type ParentTypes InputMethodUnderline = '[] :: [Type]

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