CdSampleWidget

CdSampleWidget

Functions

Properties

CdColorRGB * color Read / Write

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkDrawingArea
                ╰── CdSampleWidget

Description

Functions

cd_sample_widget_new ()

GtkWidget *
cd_sample_widget_new (void);

Returns

A new CdSampleWidget object.

Since: 0.1.24


cd_sample_widget_set_color ()

void
cd_sample_widget_set_color (CdSampleWidget *sample,
                            const CdColorRGB *color);

Sets the color for the sample widget

Parameters

sample

This class instance

 

color

A color

 

Since: 0.1.24

Types and Values

Property Details

The “color” property

  “color”                    CdColorRGB *

Flags: Read / Write