forked from AuroraMiddleware/gtk
GtkStyle: transform window background detail string.
This commit is contained in:
parent
1ec47b20db
commit
d321713704
@ -1790,6 +1790,8 @@ transform_detail_string (const gchar *detail,
|
||||
gtk_style_context_add_class (context, "accelerator");
|
||||
else if (strcmp (detail, "menubar") == 0)
|
||||
gtk_style_context_add_class (context, "menubar");
|
||||
else if (strcmp (detail, "base") == 0)
|
||||
gtk_style_context_add_class (context, "background");
|
||||
else if (g_str_has_prefix (detail, "cell"))
|
||||
{
|
||||
GtkRegionFlags row, col;
|
||||
|
Loading…
Reference in New Issue
Block a user