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:
@ -42,6 +42,7 @@ struct _GtkMenuItemPrivate
|
||||
GtkActionHelper *action_helper;
|
||||
|
||||
GtkCssGadget *gadget;
|
||||
GtkCssGadget *arrow_gadget;
|
||||
GtkCssNode *arrow_node;
|
||||
|
||||
guint submenu_placement : 1;
|
||||
|
||||
Reference in New Issue
Block a user