diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2007-11-05 21:15:27 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2007-11-05 21:15:27 +0000 |
| commit | 7f8e2a6bf0391a4922e8ba306b44ce7ae9d8c505 (patch) | |
| tree | e43c8810d733b3c6e88b9419d0ef38eed5a9542c /src/attributes.h | |
| parent | pattern along path is not obsolete :) (diff) | |
| download | inkscape-7f8e2a6bf0391a4922e8ba306b44ce7ae9d8c505.tar.gz inkscape-7f8e2a6bf0391a4922e8ba306b44ce7ae9d8c505.zip | |
Improve the user interaction for snapping of bounding boxes, and add an new tab in document properties for detailed snapping options
(bzr r4033)
Diffstat (limited to 'src/attributes.h')
| -rw-r--r-- | src/attributes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/attributes.h b/src/attributes.h index 6d05361f2..768fd0003 100644 --- a/src/attributes.h +++ b/src/attributes.h @@ -91,6 +91,8 @@ enum SPAttributeEnum { SP_ATTR_INKSCAPE_SNAP_CENTER, SP_ATTR_INKSCAPE_OBJECT_PATHS, SP_ATTR_INKSCAPE_OBJECT_NODES, + SP_ATTR_INKSCAPE_BBOX_PATHS, + SP_ATTR_INKSCAPE_BBOX_NODES, SP_ATTR_INKSCAPE_CURRENT_LAYER, SP_ATTR_INKSCAPE_DOCUMENT_UNITS, SP_ATTR_INKSCAPE_CONNECTOR_SPACING, |
