menuitem: port arrow gadget to GtkBuiltinIcon

Saves a lot of code.
This commit is contained in:
Cosimo Cecchi
2015-12-19 12:29:39 -08:00
parent 22ec899f23
commit ce6cd49475
5 changed files with 30 additions and 86 deletions

View File

@ -43,7 +43,6 @@ struct _GtkMenuItemPrivate
GtkCssGadget *gadget;
GtkCssGadget *arrow_gadget;
GtkCssNode *arrow_node;
guint submenu_placement : 1;
guint submenu_direction : 1;