diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-10-12 06:59:42 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-10-12 06:59:42 +0000 |
| commit | fd0cfa2ee854f5f9c13214e48a2ce76d8a137cb1 (patch) | |
| tree | c09e7c88b6216834fc03a31098ab6e08ad166283 /src/gradient-drag.h | |
| parent | scroll desktop to selected handle after Tab/Shift-Tab; allow Ins to work even... (diff) | |
| download | inkscape-fd0cfa2ee854f5f9c13214e48a2ce76d8a137cb1.tar.gz inkscape-fd0cfa2ee854f5f9c13214e48a2ce76d8a137cb1.zip | |
select within rect
(bzr r3893)
Diffstat (limited to 'src/gradient-drag.h')
| -rw-r--r-- | src/gradient-drag.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gradient-drag.h b/src/gradient-drag.h index b9a2fdcc2..a4cd481a3 100644 --- a/src/gradient-drag.h +++ b/src/gradient-drag.h @@ -122,6 +122,7 @@ public: // FIXME: make more of this private! void deselectAll(); void selectAll(); void selectByCoords(std::vector<NR::Point> coords); + void selectRect(NR::Rect const &r); void deleteSelected (bool just_one = false); |
