Searched refs:addOns (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/widgets/
H A Dege-adjustment-action.cpp699 GList* addOns = g_list_last( act->private_data->descriptions ); local
715 addOns = flush_explicit_items( addOns, G_CALLBACK(process_menu_action), BUMP_CUSTOM, menu, act, &single, &group, upper );
718 addOns = flush_explicit_items( addOns, G_CALLBACK(process_menu_action), BUMP_CUSTOM, menu, act, &single, &group, base + page );
722 addOns = flush_explicit_items( addOns, G_CALLBACK(process_menu_action), BUMP_CUSTOM, menu, act, &single, &group, base + step );
727 addOns = flush_explicit_items( addOns, G_CALLBACK(process_menu_action), BUMP_CUSTOM, menu, act, &single, &group, base );
732 addOns
[all...]

Completed in 15 milliseconds