diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-11-01 13:18:17 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-11-01 13:20:59 -0400 |
commit | d8cc9d9a51e700fe4cc9d0a733f253a62a9f165f (patch) | |
tree | 324a829190b539789748c87668d140621eb04822 /gtk/glade | |
parent | ffa49723a26366d3050346d72639bd6e65369cef (diff) | |
download | gtk+-d8cc9d9a51e700fe4cc9d0a733f253a62a9f165f.tar.gz |
glade: Add GtkColorEditor to private widgets
Diffstat (limited to 'gtk/glade')
-rw-r--r-- | 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 31139ad21e..d15a568ad3 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"/> |