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

Contents

Description

 

Synopsis

Exported types

Methods

cancel

colorChooserRequestCancel Source #

Arguments

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

request: a ColorChooserRequest

-> m () 

Cancels request and the input element changes to use the initial color it has before the request started. The signal ColorChooserRequest::finished is emitted to notify that the request has finished.

Since: 2.8

finish

colorChooserRequestFinish Source #

Arguments

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

request: a ColorChooserRequest

-> m () 

Finishes request and the input element keeps the current value of ColorChooserRequest:rgba. The signal ColorChooserRequest::finished is emitted to notify that the request has finished.

Since: 2.8

getElementRectangle

colorChooserRequestGetElementRectangle Source #

Arguments

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

request: a ColorChooserRequest

-> m Rectangle 

Gets the bounding box of the color input element.

Since: 2.8

getRgba

colorChooserRequestGetRgba Source #

Arguments

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

request: a ColorChooserRequest

-> m RGBA 

Gets the current RGBA color of request

Since: 2.8

setRgba

colorChooserRequestSetRgba Source #

Arguments

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

request: a FileChooserRequest

-> RGBA

rgba: a pointer RGBA

-> m () 

Sets the current RGBA color of request

Since: 2.8

Properties

rgba

Signals

finished