ColorChooserIfaceProxy

Proxy object for gtk.color_chooser.ColorChooser interface when a GObject has no applicable D binding

class ColorChooserIfaceProxy : IfaceProxy , ColorChooser {}

Mixed In Members

From mixin ColorChooserT!()

rgba
gdk.rgba.RGBA rgba [@property getter]

Get rgba property.

rgba
gdk.rgba.RGBA rgba [@property setter]

Set rgba property.

useAlpha
bool useAlpha [@property getter]

Get useAlpha property.

useAlpha
bool useAlpha [@property setter]

Set useAlpha property.

addPalette
void addPalette(gtk.types.Orientation orientation, int colorsPerLine, gdk.rgba.RGBA[] colors)

Adds a palette to the color chooser. If orientation is horizontal, the colors are grouped in rows, with colors_per_line colors in each row. If horizontal is false, the colors are grouped in columns instead.

getRgba
void getRgba(gdk.rgba.RGBA color)

Gets the currently-selected color.

getUseAlpha
bool getUseAlpha()

Returns whether the color chooser shows the alpha channel.

setRgba
void setRgba(gdk.rgba.RGBA color)

Sets the color.

setUseAlpha
void setUseAlpha(bool useAlpha)

Sets whether or not the color chooser should use the alpha channel.

connectColorActivated
gulong connectColorActivated(T callback, Flag!"After" after)

Connect to ColorActivated signal.

Inherited Members

From ColorChooser

_getGType
GType _getGType()
rgba
gdk.rgba.RGBA rgba [@property getter]

Get rgba property.

rgba
gdk.rgba.RGBA rgba [@property setter]

Set rgba property.

useAlpha
bool useAlpha [@property getter]

Get useAlpha property.

useAlpha
bool useAlpha [@property setter]

Set useAlpha property.

addPalette
void addPalette(gtk.types.Orientation orientation, int colorsPerLine, gdk.rgba.RGBA[] colors)

Adds a palette to the color chooser. If orientation is horizontal, the colors are grouped in rows, with colors_per_line colors in each row. If horizontal is false, the colors are grouped in columns instead.

getRgba
void getRgba(gdk.rgba.RGBA color)

Gets the currently-selected color.

getUseAlpha
bool getUseAlpha()

Returns whether the color chooser shows the alpha channel.

setRgba
void setRgba(gdk.rgba.RGBA color)

Sets the color.

setUseAlpha
void setUseAlpha(bool useAlpha)

Sets whether or not the color chooser should use the alpha channel.

connectColorActivated
gulong connectColorActivated(T callback, Flag!"After" after)

Connect to ColorActivated signal.