cd-sample-widget

cd-sample-widget

Synopsis

typedef             CdSampleWidget;
typedef             CdSampleWidgetClass;
GtkWidget *         cd_sample_widget_new                (void);
void                cd_sample_widget_set_color          (CdSampleWidget *sample,
                                                         const CdColorRGB *color);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkWidget
               +----GtkDrawingArea
                     +----CdSampleWidget

Implemented Interfaces

CdSampleWidget implements AtkImplementorIface and GtkBuildable.

Properties

  "color"                    CdColorRGB*           : Read / Write

Description

Details

CdSampleWidget

typedef struct CdSampleWidget		CdSampleWidget;


CdSampleWidgetClass

typedef struct CdSampleWidgetClass CdSampleWidgetClass;


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

sample :

This class instance

color :

A color

Since 0.1.24

Property Details

The "color" property

  "color"                    CdColorRGB*           : Read / Write