GtkColorSelection

Name

GtkColorSelection —

Synopsis


#include <gtk/gtk.h>


struct      GtkColorSelection;
GtkWidget*  gtk_color_selection_new         (void);
void        gtk_color_selection_set_update_policy
                                            (GtkColorSelection *colorsel,
                                             GtkUpdateType policy);
void        gtk_color_selection_set_opacity (GtkColorSelection *colorsel,
                                             gint use_opacity);
void        gtk_color_selection_set_color   (GtkColorSelection *colorsel,
                                             gdouble *color);
void        gtk_color_selection_get_color   (GtkColorSelection *colorsel,
                                             gdouble *color);

Object Hierarchy


  GtkObject
   +----GtkWidget
         +----GtkContainer
               +----GtkBox
                     +----GtkVBox
                           +----GtkColorSelection

Signal Prototypes


"color-changed"
            void        user_function      (GtkColorSelection *colorselection,
                                            gpointer user_data);

Description

Details

struct GtkColorSelection

struct GtkColorSelection;


gtk_color_selection_new ()

GtkWidget*  gtk_color_selection_new         (void);

Returns : 


gtk_color_selection_set_update_policy ()

void        gtk_color_selection_set_update_policy
                                            (GtkColorSelection *colorsel,
                                             GtkUpdateType policy);

colorsel : 
policy : 


gtk_color_selection_set_opacity ()

void        gtk_color_selection_set_opacity (GtkColorSelection *colorsel,
                                             gint use_opacity);

colorsel : 
use_opacity : 


gtk_color_selection_set_color ()

void        gtk_color_selection_set_color   (GtkColorSelection *colorsel,
                                             gdouble *color);

colorsel : 
color : 


gtk_color_selection_get_color ()

void        gtk_color_selection_get_color   (GtkColorSelection *colorsel,
                                             gdouble *color);

colorsel : 
color : 

Signals

The "color-changed" signal

void        user_function                  (GtkColorSelection *colorselection,
                                            gpointer user_data);

colorselection :the object which received the signal.
user_data :user data set when the signal handler was connected.