mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
GtkStyle: translate a few more detail strings.
This commit is contained in:
parent
3848a58b17
commit
99879d4a5f
@ -1792,6 +1792,14 @@ transform_detail_string (const gchar *detail,
|
||||
gtk_style_context_add_class (context, "menubar");
|
||||
else if (strcmp (detail, "base") == 0)
|
||||
gtk_style_context_add_class (context, "background");
|
||||
else if (strcmp (detail, "bar") == 0)
|
||||
gtk_style_context_add_class (context, "progressbar");
|
||||
else if (strcmp (detail, "toolbar") == 0)
|
||||
gtk_style_context_add_class (context, "toolbar");
|
||||
else if (strcmp (detail, "handlebox_bin") == 0)
|
||||
gtk_style_context_add_class (context, "dock");
|
||||
else if (strcmp (detail, "notebook") == 0)
|
||||
gtk_style_context_add_class (context, "notebook");
|
||||
else if (g_str_has_prefix (detail, "cell"))
|
||||
{
|
||||
GtkRegionFlags row, col;
|
||||
|
Loading…
Reference in New Issue
Block a user