image: Use the element name image

Set hte element name on the CSS node.
This commit is contained in:
Matthias Clasen 2015-10-23 00:04:47 -04:00
parent a8b5c04694
commit 34be4de1ad

View File

@ -130,6 +130,10 @@
* allows you to convert an image into a C variable declaration, which
* can then be loaded into a #GdkPixbuf using
* gdk_pixbuf_new_from_inline().
*
* # CSS nodes
*
* GtkImage has a single CSS node with the name image.
*/
@ -386,6 +390,7 @@ gtk_image_class_init (GtkImageClass *class)
g_object_class_install_properties (gobject_class, NUM_PROPERTIES, image_props);
gtk_widget_class_set_accessible_type (widget_class, GTK_TYPE_IMAGE_ACCESSIBLE);
gtk_widget_class_set_css_name (widget_class, "image");
}
static void