diff options
| author | Aaron Spike <aaron@ekips.org> | 2007-03-12 03:26:13 +0000 |
|---|---|---|
| committer | acspike <acspike@users.sourceforge.net> | 2007-03-12 03:26:13 +0000 |
| commit | 6fec0ce5665d697b171152dfaf963361b7f1be43 (patch) | |
| tree | d37178dac98aff1e4b00dde44d61318f68d7780b /src/verbs.h | |
| parent | sodipodi:docbase finally goes packing, along with a lauris comment (diff) | |
| download | inkscape-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.h | 5 |
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 }; |
