summaryrefslogtreecommitdiffstats
path: root/src/object-set.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object-set.h')
-rw-r--r--src/object-set.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/object-set.h b/src/object-set.h
index 02259824c..82d2988c7 100644
--- a/src/object-set.h
+++ b/src/object-set.h
@@ -377,8 +377,10 @@ public:
//z-order management
//in selection-chemistry.cpp
+ void stackUp(bool skip_undo = false);
void raise(bool skip_undo = false);
void raiseToTop(bool skip_undo = false);
+ void stackDown(bool skip_undo = false);
void lower(bool skip_undo = false);
void lowerToBottom(bool skip_undo = false);
void toNextLayer(bool skip_undo = false);