summaryrefslogtreecommitdiffstats
path: root/src/shape-editor.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-02-23 21:52:43 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-02-23 21:52:43 +0000
commit24577e91f0d05820369344d0881275e838fa2eef (patch)
tree9a48764a110091712cb30290d6904e6700042fed /src/shape-editor.h
parentWarning and space cleanup (diff)
downloadinkscape-24577e91f0d05820369344d0881275e838fa2eef.tar.gz
inkscape-24577e91f0d05820369344d0881275e838fa2eef.zip
* on-canvas clip and mask editing :) in the object menu you can find how to edit them.
* show helperpath toggle on node-edit toolbar. so helperpath is now also available for normal paths (instead of only for LPE'd paths) (bzr r4834)
Diffstat (limited to 'src/shape-editor.h')
-rw-r--r--src/shape-editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shape-editor.h b/src/shape-editor.h
index c4271568f..8e563b433 100644
--- a/src/shape-editor.h
+++ b/src/shape-editor.h
@@ -107,6 +107,7 @@ public:
void select_prev ();
void show_handles (bool show);
+ void show_helperpath (bool show);
void flip (NR::Dim2 axis, NR::Maybe<NR::Point> center = NR::Nothing());