From 08a6a9058d114a3208f5304799e2c84576e52f90 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 17 Mar 2011 06:32:50 +0000 Subject: Show plugin/port documentation in side pane when selected. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3103 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/PatchCanvas.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/PatchCanvas.hpp') diff --git a/src/gui/PatchCanvas.hpp b/src/gui/PatchCanvas.hpp index aa27c9e1..702f90bb 100644 --- a/src/gui/PatchCanvas.hpp +++ b/src/gui/PatchCanvas.hpp @@ -77,6 +77,7 @@ public: void get_new_module_location(double& x, double& y); + void clear_selection(); void destroy_selection(); void copy_selection(); void paste(); -- cgit v1.2.1