ColorChooserIfaceProxy

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

class ColorChooserIfaceProxy : IfaceProxy , ColorChooser {}

Mixed In Members

From mixin ColorChooserT!()

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

Adds a palette to the color chooser.

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
ulong connectColorActivated(T callback, Flag!"After" after)

Connect to ColorActivated signal.

Inherited Members

From ColorChooser

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

Adds a palette to the color chooser.

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
ulong connectColorActivated(T callback, Flag!"After" after)

Connect to ColorActivated signal.