[gtk+] glade: Add GtkColorEditor to private widgets



commit d8cc9d9a51e700fe4cc9d0a733f253a62a9f165f
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Nov 1 13:18:17 2014 -0400

    glade: Add GtkColorEditor to private widgets

 gtk/glade/gtk-private-widgets.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gtk/glade/gtk-private-widgets.xml b/gtk/glade/gtk-private-widgets.xml
index 31139ad..d15a568 100644
--- a/gtk/glade/gtk-private-widgets.xml
+++ b/gtk/glade/gtk-private-widgets.xml
@@ -7,6 +7,7 @@
   <glade-widget-classes>
     <!-- base GTK+ private widgets -->
     <glade-widget-class name="GtkPathBar" generic-name="pathbar" title="Path Bar" 
icon-name="widget-gtk-toolbar"/>
+    <glade-widget-class name="GtkColorEditor" generic-name="coloreditor" title="Color Editor" 
icon-name="widget-gtk-colorselection"/>
     <glade-widget-class name="GtkColorSwatch" generic-name="colorswatch" title="Color Swatch" 
icon-name="widget-gtk-colorselection"/>
     <glade-widget-class name="GtkColorPlane" generic-name="colorplane" title="Color Plane" 
icon-name="widget-gtk-colorselection"/>
     <glade-widget-class name="GtkColorScale" generic-name="colorscale" title="Color Scale" 
icon-name="widget-gtk-colorselection"/>
@@ -23,6 +24,7 @@
   
   <glade-widget-group name="gtk-private" title="Private GTK+ Classes">
     <glade-widget-class-ref name="GtkPathBar"/>
+    <glade-widget-class-ref name="GtkColorEditor"/>
     <glade-widget-class-ref name="GtkColorSwatch"/>
     <glade-widget-class-ref name="GtkColorPlane"/>
     <glade-widget-class-ref name="GtkColorScale"/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]