summaryrefslogtreecommitdiffstats
path: root/src/attributes.h
diff options
context:
space:
mode:
authorDiederik van Lierop <mail@diedenrezi.nl>2012-02-14 20:56:34 +0000
committerDiederik van Lierop <mail@diedenrezi.nl>2012-02-14 20:56:34 +0000
commite182d3546498c8c865fb155481890c5571430c6f (patch)
tree3ea9d416ab9610220a3e11fbdae0f62c1ba91741 /src/attributes.h
parentUpdate Authors & Translators lists in About dialog (diff)
downloadinkscape-e182d3546498c8c865fb155481890c5571430c6f.tar.gz
inkscape-e182d3546498c8c865fb155481890c5571430c6f.zip
1) Add checkboxes for perpendicular and tangential snapping to the document properties dialog (on the snap tab)
2) Newly created guides (dragged off the ruler) will take on the angle of the curve that's being snapped to (either perpendicularly or tangentialy, depending of the settings in the document properties dialog) (bzr r10975)
Diffstat (limited to 'src/attributes.h')
-rw-r--r--src/attributes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/attributes.h b/src/attributes.h
index 8c7955a77..c78882cbf 100644
--- a/src/attributes.h
+++ b/src/attributes.h
@@ -91,6 +91,8 @@ enum SPAttributeEnum {
SP_ATTR_INKSCAPE_WINDOW_Y,
SP_ATTR_INKSCAPE_WINDOW_MAXIMIZED,
SP_ATTR_INKSCAPE_SNAP_GLOBAL,
+ SP_ATTR_INKSCAPE_SNAP_PERP,
+ SP_ATTR_INKSCAPE_SNAP_TANG,
SP_ATTR_INKSCAPE_SNAP_BBOX,
SP_ATTR_INKSCAPE_SNAP_NODE,
SP_ATTR_INKSCAPE_SNAP_OTHERS,