forked from AuroraMiddleware/gtk
GtkStyle: Transform menu accelerators string
This commit is contained in:
parent
4c898a3c7e
commit
46b8cc8686
@ -1786,6 +1786,8 @@ transform_detail_string (const gchar *detail,
|
||||
}
|
||||
else if (strcmp (detail, "menuitem") == 0)
|
||||
gtk_style_context_add_class (context, "menu");
|
||||
else if (strcmp (detail, "accellabel") == 0)
|
||||
gtk_style_context_add_class (context, "accelerator");
|
||||
else if (g_str_has_prefix (detail, "cell"))
|
||||
{
|
||||
GtkRegionFlags row, col;
|
||||
|
Loading…
Reference in New Issue
Block a user