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