summaryrefslogtreecommitdiffstats
path: root/src/ui/interface.h
diff options
context:
space:
mode:
authorJabiertxof <jtx@jtx>2017-06-06 00:27:41 +0000
committerJabiertxof <jtx@jtx>2017-06-06 00:27:41 +0000
commit6fecef42f41d5641cbadf34bc640e796635da7c5 (patch)
treeea1b3ae0e98e83a489f4008bcebd99d787c18eaa /src/ui/interface.h
parentShow glyphs with alternative styles in "Feature Settings" section of "Variant... (diff)
downloadinkscape-6fecef42f41d5641cbadf34bc640e796635da7c5.tar.gz
inkscape-6fecef42f41d5641cbadf34bc640e796635da7c5.zip
Add contextual buttons to Hide/lock and Unhide/unlock items
(bzr r15732)
Diffstat (limited to 'src/ui/interface.h')
-rw-r--r--src/ui/interface.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/interface.h b/src/ui/interface.h
index 52074f0f0..a41c36cc3 100644
--- a/src/ui/interface.h
+++ b/src/ui/interface.h
@@ -172,6 +172,10 @@ class ContextMenu : public Gtk::Menu
void EnterGroup(Gtk::MenuItem* mi);
void LeaveGroup(void);
+ void LockSelected(void);
+ void HideSelected(void);
+ void UnLockBelow(std::vector<SPItem *> items);
+ void UnHideBelow(std::vector<SPItem *> items);
//////////////////////////////////////////
//callbacks for the context menu entries of an SP_TYPE_ITEM object
void ItemProperties(void);