Code

Enable item-selection by cycling through them (using Alt+mouse wheel scroll).
[inkscape.git] / src / select-context.h
index 3f3f8bfb6ca9307622d7a3e482c1c4e4929860ac..4c58fc858b9eab5d51edf562a1349aee123214cc 100644 (file)
@@ -37,6 +37,12 @@ struct SPSelectContext : public SPEventContext {
        bool button_press_shift;
        bool button_press_ctrl;
        bool button_press_alt;
+
+       bool is_cycling;
+       GList *cycling_items;
+       GList *cycling_items_selected_before;
+       GList *cycling_cur_item;
+
        SPItem *item;
        SPCanvasItem *grabbed;
        Inkscape::SelTrans *_seltrans;