diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2010-12-22 16:12:06 +0000 |
|---|---|---|
| committer | Maximilian Albert <cilix@syrinx> | 2010-12-22 16:12:06 +0000 |
| commit | 9c8be3fa45c9821676ff7180e4f9deb12be140ae (patch) | |
| tree | a284cfed84e570e7cceb6b4564ae50998635e864 /src/select-context.h | |
| parent | Translations. Spanish translation update by Lucas Vieites (Bug #664501). (diff) | |
| download | inkscape-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.h | 6 |
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; |
