forked from AuroraMiddleware/gtk
colorplane: Set a css name
Every widget should have one.
This commit is contained in:
parent
7008a531bb
commit
9f252f0ceb
@ -545,6 +545,8 @@ gtk_color_plane_class_init (GtkColorPlaneClass *class)
|
||||
GTK_TYPE_ADJUSTMENT,
|
||||
GTK_PARAM_WRITABLE |
|
||||
G_PARAM_CONSTRUCT_ONLY));
|
||||
|
||||
gtk_widget_class_set_css_name (widget_class, "plane");
|
||||
}
|
||||
|
||||
GtkWidget *
|
||||
|
Loading…
Reference in New Issue
Block a user