diff options
Diffstat (limited to 'src/box3d-face.h')
| -rw-r--r-- | src/box3d-face.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/box3d-face.h b/src/box3d-face.h index 61c13432d..0e911cccf 100644 --- a/src/box3d-face.h +++ b/src/box3d-face.h @@ -45,6 +45,8 @@ public: void hook_path_to_3dbox(SPPath * existing_path = NULL); void set_path_repr(); void set_curve(); + inline void lower_to_bottom() { SP_ITEM (path)->lowerToBottom(); } + inline void raise_to_top() { SP_ITEM (path)->raiseToTop(); } gchar * axes_string(); gchar * svg_repr_string(); |
