menuitem: convert arrow rendering to GtkCssGadget

This also deprecates the arrow-spacing style property, which can be now
replaced with a simple margin.
This commit is contained in:
Cosimo Cecchi
2015-12-17 21:41:40 -08:00
parent f49a5bf116
commit 2d5d7d8cf2
7 changed files with 150 additions and 65 deletions

View File

@ -42,6 +42,7 @@ struct _GtkMenuItemPrivate
GtkActionHelper *action_helper;
GtkCssGadget *gadget;
GtkCssGadget *arrow_gadget;
GtkCssNode *arrow_node;
guint submenu_placement : 1;