summaryrefslogtreecommitdiffstats
path: root/src/snap.h
diff options
context:
space:
mode:
authorDiederik van Lierop <mail@diedenrezi.nl>2009-02-15 20:30:42 +0000
committerdvlierop2 <dvlierop2@users.sourceforge.net>2009-02-15 20:30:42 +0000
commit32035d39b6b1138500eee1f625e40fe52c29bf26 (patch)
treeeb93df4c2799563e5eab32e06075f703e56443f5 /src/snap.h
parentZero page size for GTK spinbutton change (diff)
downloadinkscape-32035d39b6b1138500eee1f625e40fe52c29bf26.tar.gz
inkscape-32035d39b6b1138500eee1f625e40fe52c29bf26.zip
After snapping, show a tooltip together with the snap indicator
(bzr r7296)
Diffstat (limited to 'src/snap.h')
-rw-r--r--src/snap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/snap.h b/src/snap.h
index 177e9b529..b86ceb8b0 100644
--- a/src/snap.h
+++ b/src/snap.h
@@ -139,6 +139,8 @@ public:
SPNamedView const *getNamedView() const {return _named_view;}
SPDocument *getDocument() const;
+ bool getSnapIndicator() const {return _snapindicator;}
+
protected:
SPNamedView const *_named_view;