From: buliabyak Date: Tue, 11 Sep 2007 03:23:08 +0000 (+0000) Subject: add select all, select all in all layers, deselect to selector toolbar X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a5c383e004c8a2f7f43918565364445ca2590e3a;p=inkscape.git add select all, select all in all layers, deselect to selector toolbar --- diff --git a/src/widgets/select-toolbar.cpp b/src/widgets/select-toolbar.cpp index ec7d26851..be81617de 100644 --- a/src/widgets/select-toolbar.cpp +++ b/src/widgets/select-toolbar.cpp @@ -372,6 +372,13 @@ void sp_select_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GOb GtkActionGroup* selectionActions = mainActions; // temporary + act = create_action_for_verb( Inkscape::Verb::get(SP_VERB_EDIT_SELECT_ALL), view, Inkscape::ICON_SIZE_SMALL_TOOLBAR ); + gtk_action_group_add_action( selectionActions, act ); + act = create_action_for_verb( Inkscape::Verb::get(SP_VERB_EDIT_SELECT_ALL_IN_ALL_LAYERS), view, Inkscape::ICON_SIZE_SMALL_TOOLBAR ); + gtk_action_group_add_action( selectionActions, act ); + act = create_action_for_verb( Inkscape::Verb::get(SP_VERB_EDIT_DESELECT), view, Inkscape::ICON_SIZE_SMALL_TOOLBAR ); + gtk_action_group_add_action( selectionActions, act ); + act = create_action_for_verb( Inkscape::Verb::get(SP_VERB_OBJECT_ROTATE_90_CCW), view, Inkscape::ICON_SIZE_SMALL_TOOLBAR ); gtk_action_group_add_action( selectionActions, act ); act = create_action_for_verb( Inkscape::Verb::get(SP_VERB_OBJECT_ROTATE_90_CW), view, Inkscape::ICON_SIZE_SMALL_TOOLBAR ); diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 5a74f9606..3f9340bc2 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -196,6 +196,10 @@ static struct { static gchar const * ui_descr = "" " " + " " + " " + " " + " " " " " " " "