summaryrefslogtreecommitdiffstats
path: root/src/sp-namedview.h
diff options
context:
space:
mode:
authorStephen Silver <sasilver@yahoo.com>2008-05-31 15:16:57 +0000
committersasilver <sasilver@users.sourceforge.net>2008-05-31 15:16:57 +0000
commitf709f7f377a37c2bec986965d5b0709675ef4538 (patch)
tree9f6461a79cfea499b1fd58e6b51c4930125dcae5 /src/sp-namedview.h
parentCmake: added windows path to find modules. (diff)
downloadinkscape-f709f7f377a37c2bec986965d5b0709675ef4538.tar.gz
inkscape-f709f7f377a37c2bec986965d5b0709675ef4538.zip
wrtlprnft's patch for bug 234834 - keeps guidelines in same position relative to objects when doing "Fit page to selection", and also keeps the objects in the same position on the screen
(bzr r5771)
Diffstat (limited to 'src/sp-namedview.h')
-rw-r--r--src/sp-namedview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sp-namedview.h b/src/sp-namedview.h
index 6055f5c71..cfc57d1c4 100644
--- a/src/sp-namedview.h
+++ b/src/sp-namedview.h
@@ -87,6 +87,9 @@ struct SPNamedView : public SPObjectGroup {
guint getViewCount();
GSList const *getViewList() const;
SPMetric getDefaultMetric() const;
+
+ void translateGuides(NR::translate const &translation);
+ void scrollAllDesktops(double dx, double dy, bool is_scrolling);
};
struct SPNamedViewClass {