summaryrefslogtreecommitdiffstats
path: root/src/verbs.h
diff options
context:
space:
mode:
authorAaron Spike <aaron@ekips.org>2007-03-12 03:26:13 +0000
committeracspike <acspike@users.sourceforge.net>2007-03-12 03:26:13 +0000
commit6fec0ce5665d697b171152dfaf963361b7f1be43 (patch)
treed37178dac98aff1e4b00dde44d61318f68d7780b /src/verbs.h
parentsodipodi:docbase finally goes packing, along with a lauris comment (diff)
downloadinkscape-6fec0ce5665d697b171152dfaf963361b7f1be43.tar.gz
inkscape-6fec0ce5665d697b171152dfaf963361b7f1be43.zip
add verbs for unlocking and unhiding all objects globaly or within the current layer
(bzr r2613)
Diffstat (limited to 'src/verbs.h')
-rw-r--r--src/verbs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/verbs.h b/src/verbs.h
index 40930f46d..3ebc129d1 100644
--- a/src/verbs.h
+++ b/src/verbs.h
@@ -233,6 +233,11 @@ enum {
SP_VERB_FIT_CANVAS_TO_SELECTION,
SP_VERB_FIT_CANVAS_TO_DRAWING,
SP_VERB_FIT_CANVAS_TO_SELECTION_OR_DRAWING,
+ /* LockAndHide */
+ SP_VERB_UNLOCK_ALL,
+ SP_VERB_UNLOCK_ALL_IN_ALL_LAYERS,
+ SP_VERB_UNHIDE_ALL,
+ SP_VERB_UNHIDE_ALL_IN_ALL_LAYERS,
/* Footer */
SP_VERB_LAST
};