DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(gtk.info) GtkColorSelection

Info Catalog (gtk.info) GtkCList (gtk.info) Widgets (gtk.info) GtkCombo
 
 The color selector widget
 =========================
 
 Description
 -----------
 
    A widget that allows a user to pick a color in one of many ways.
 They can click on a color wheel or saturation bar.  They can change hue,
 saturation, value, red, green, or blue with a slider, or by entering
 values.  Also allows the user to set an alpha (opacity) value.  Derived
 from  GtkVBox.
 
 Options
 -------
 
  - User Option: policy
         * GTK_UPDATE_CONTINUOUS
 
         * GTK_UPDATE_DISCONTINUOUS
 
         * GTK_UPDATE_DELAYED
 
  - User Option: color
 
  - User Option: use_opacity
 
  - User Option: title
 
 Signals
 -------
 
 Functions
 ---------
 
  - Function: guint gtk_color_selection_get_type (void)
      Returns the `GtkColorSelection' type identifier.
 
  - Function: GtkWidget* gtk_color_selection_new (void)
      Create a new `GtkColorSelection' object. The new object is
      returned as a pointer to a `GtkWidget' object. `NULL' is returned
      on failure.
 
  - Function: void gtk_color_selection_set_update_policy
           (GtkColorSelection *COLORSEL, GtkUpdateType POLICY)
 
  - Function: void gtk_color_selection_set_color (GtkColorSelection
           *COLORSEL, gdouble *COLOR)
 
  - Function: void gtk_color_selection_get_color (GtkColorSelection
           *COLORSEL, gdouble *COLOR)
 
  - Function: void gtk_color_selection_set_opacity (GtkColorSelection
           *COLORSEL, gint USE_OPACITY)
 
  - Function: guint gtk_color_selection_dialog_get_type (void)
      Returns the `GtkColorSelection' type identifier.
 
  - Function: GtkWidget* gtk_color_selection_dialog_new (gchar *TITLE)
      Create a new `GtkColorSelection' object initializing the title bar
      of the resulting dialog to TITLE. The new widget is returned as a
      pointer to a `GtkWidget' object. `NULL' is returned on failure.
 
  - Function: GtkColorSelection* GTK_COLOR_SELECTION (gpointer OBJ)
      Cast a generic pointer to `GtkColorSelection*'.  Standard
      Macros, for more info.
 
  - Function: GtkColorSelectionClass* GTK_COLOR_SELECTION_CLASS
           (gpointer CLASS)
      Cast a generic pointer to `GtkColorSelectionClass*'. 
      Standard Macros, for more info.
 
  - Function: gint GTK_IS_COLOR_SELECTION (gpointer OBJ)
      Determine if a generic pointer refers to a `GtkColorSelection'
      object.  Standard Macros, for more info.
 
Info Catalog (gtk.info) GtkCList (gtk.info) Widgets (gtk.info) GtkCombo
automatically generated byinfo2html