summaryrefslogtreecommitdiffstats
path: root/src/select-context.h
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2010-12-22 16:12:06 +0000
committerMaximilian Albert <cilix@syrinx>2010-12-22 16:12:06 +0000
commit9c8be3fa45c9821676ff7180e4f9deb12be140ae (patch)
treea284cfed84e570e7cceb6b4564ae50998635e864 /src/select-context.h
parentTranslations. Spanish translation update by Lucas Vieites (Bug #664501). (diff)
downloadinkscape-9c8be3fa45c9821676ff7180e4f9deb12be140ae.tar.gz
inkscape-9c8be3fa45c9821676ff7180e4f9deb12be140ae.zip
Enable item-selection by cycling through them (using Alt+mouse wheel scroll).
(bzr r9976)
Diffstat (limited to 'src/select-context.h')
-rw-r--r--src/select-context.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/select-context.h b/src/select-context.h
index 3f3f8bfb6..4c58fc858 100644
--- a/src/select-context.h
+++ b/src/select-context.h
@@ -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;