menuitem: deprecate toggle-spacing style property

We can move this to just use the actual GtkCssGadget of the menu item.
This commit is contained in:
Cosimo Cecchi
2015-12-18 17:52:16 -08:00
parent 3af5c83cd3
commit 5a87b5bbce
11 changed files with 81 additions and 47 deletions

View File

@ -832,3 +832,9 @@ _gtk_check_menu_item_set_active (GtkCheckMenuItem *check_menu_item,
priv->active = is_active;
update_node_state (check_menu_item);
}
GtkCssGadget *
_gtk_check_menu_item_get_indicator_gadget (GtkCheckMenuItem *check_menu_item)
{
return check_menu_item->priv->indicator_gadget;
}