forked from AuroraMiddleware/gtk
overlay: set css name
This commit is contained in:
parent
bdd182f38c
commit
becfd18b07
@ -804,6 +804,8 @@ gtk_overlay_class_init (GtkOverlayClass *klass)
|
||||
G_TYPE_BOOLEAN, 2,
|
||||
GTK_TYPE_WIDGET,
|
||||
GDK_TYPE_RECTANGLE | G_SIGNAL_TYPE_STATIC_SCOPE);
|
||||
|
||||
gtk_widget_class_set_css_name (widget_class, "overlay");
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user