gi-gtk-0.3.18.13: Gtk 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.Gtk.Objects.ColorSelection

Contents

Description

 

Synopsis

Exported types

Methods

colorSelectionGetCurrentAlpha

colorSelectionGetCurrentColor

colorSelectionGetCurrentColor :: (MonadIO m, ColorSelectionK a) => a -> m Color Source

Deprecated: (Since version 3.4)Use gtk_color_selection_get_current_rgba() instead.

colorSelectionGetCurrentRgba

colorSelectionGetHasOpacityControl

colorSelectionGetHasPalette

colorSelectionGetPreviousAlpha

colorSelectionGetPreviousColor

colorSelectionGetPreviousColor :: (MonadIO m, ColorSelectionK a) => a -> m Color Source

Deprecated: (Since version 3.4)Use gtk_color_selection_get_previous_rgba() instead.

colorSelectionGetPreviousRgba

colorSelectionIsAdjusting

colorSelectionNew

colorSelectionPaletteFromString

colorSelectionPaletteToString

colorSelectionSetCurrentAlpha

colorSelectionSetCurrentColor

colorSelectionSetCurrentColor :: (MonadIO m, ColorSelectionK a) => a -> Color -> m () Source

Deprecated: (Since version 3.4)Use gtk_color_selection_set_current_rgba() instead.

colorSelectionSetCurrentRgba

colorSelectionSetHasOpacityControl

colorSelectionSetHasPalette

colorSelectionSetPreviousAlpha

colorSelectionSetPreviousColor

colorSelectionSetPreviousColor :: (MonadIO m, ColorSelectionK a) => a -> Color -> m () Source

Deprecated: (Since version 3.4)Use gtk_color_selection_set_previous_rgba() instead.

colorSelectionSetPreviousRgba

Properties

CurrentAlpha

data ColorSelectionCurrentAlphaPropertyInfo Source

Instances

AttrInfo ColorSelectionCurrentAlphaPropertyInfo Source 
type AttrLabel ColorSelectionCurrentAlphaPropertyInfo = "current-alpha" Source 
type AttrGetType ColorSelectionCurrentAlphaPropertyInfo = Word32 Source 
type AttrBaseTypeConstraint ColorSelectionCurrentAlphaPropertyInfo = ColorSelectionK Source 
type AttrSetTypeConstraint ColorSelectionCurrentAlphaPropertyInfo = TYPE Lifted ~ Word32 Source 
type AttrAllowedOps ColorSelectionCurrentAlphaPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

CurrentColor

data ColorSelectionCurrentColorPropertyInfo Source

Instances

AttrInfo ColorSelectionCurrentColorPropertyInfo Source 
type AttrLabel ColorSelectionCurrentColorPropertyInfo = "current-color" Source 
type AttrGetType ColorSelectionCurrentColorPropertyInfo = Color Source 
type AttrBaseTypeConstraint ColorSelectionCurrentColorPropertyInfo = ColorSelectionK Source 
type AttrSetTypeConstraint ColorSelectionCurrentColorPropertyInfo = TYPE Lifted ~ Color Source 
type AttrAllowedOps ColorSelectionCurrentColorPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

CurrentRgba

data ColorSelectionCurrentRgbaPropertyInfo Source

HasOpacityControl

data ColorSelectionHasOpacityControlPropertyInfo Source

Instances

AttrInfo ColorSelectionHasOpacityControlPropertyInfo Source 
type AttrLabel ColorSelectionHasOpacityControlPropertyInfo = "has-opacity-control" Source 
type AttrGetType ColorSelectionHasOpacityControlPropertyInfo = Bool Source 
type AttrBaseTypeConstraint ColorSelectionHasOpacityControlPropertyInfo = ColorSelectionK Source 
type AttrSetTypeConstraint ColorSelectionHasOpacityControlPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps ColorSelectionHasOpacityControlPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

HasPalette

data ColorSelectionHasPalettePropertyInfo Source

Signals

ColorChanged