X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fselection-chemistry.h;h=45e45077a58cac1a052bbfeefdbd9ac94b55bfb6;hb=761a541468cc0b8a7fcfb8c65784c0896f0f80f4;hp=9fbeaa9ecd0844441ea6013bb11e708cc8ffe4b0;hpb=6b15695578f07a3f72c4c9475c1a261a3021472a;p=inkscape.git diff --git a/src/selection-chemistry.h b/src/selection-chemistry.h index 9fbeaa9ec..45e45077a 100644 --- a/src/selection-chemistry.h +++ b/src/selection-chemistry.h @@ -53,6 +53,9 @@ void sp_selection_copy(); void sp_selection_paste(bool in_place); void sp_selection_paste_style(); +void sp_selection_paste_size(bool apply_x, bool apply_y); +void sp_selection_paste_size_separately(bool apply_x, bool apply_y); + void sp_selection_to_next_layer (); void sp_selection_to_prev_layer (); @@ -87,6 +90,13 @@ void sp_redo (SPDesktop *desktop, SPDocument *doc); void sp_selection_create_bitmap_copy (); +void sp_selection_set_mask(bool apply_clip_path, bool apply_to_layer); +void sp_selection_unset_mask(bool apply_clip_path); + +void fit_canvas_to_selection(SPDesktop *desktop); +void fit_canvas_to_drawing(SPDocument *doc); +void fit_canvas_to_selection_or_drawing(SPDesktop *desktop); + /* selection cycling */ typedef enum