From 7471821294765f6da694d14ff81581b31d1a983a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 28 Sep 2008 03:02:58 +0000 Subject: Select all support (from kfoltman). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1519 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/gui/PatchCanvas.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libs/gui/PatchCanvas.hpp') diff --git a/src/libs/gui/PatchCanvas.hpp b/src/libs/gui/PatchCanvas.hpp index 667b65a1..fcf68e76 100644 --- a/src/libs/gui/PatchCanvas.hpp +++ b/src/libs/gui/PatchCanvas.hpp @@ -81,6 +81,7 @@ public: void destroy_selection(); void copy_selection(); void paste(); + void select_all(); void show_menu(GdkEvent* event); -- cgit v1.2.1