make it possible for canvas patch changes to receive kbd events, and along the way clean up a couple of related issues, providing noevent-pixbuf (which we should probably use for regionview names too)

git-svn-id: svn://localhost/ardour2/branches/3.0@12745 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-06-17 13:37:52 +00:00
parent 2e71cb2e26
commit 2863640a52
5 changed files with 73 additions and 28 deletions

View file

@ -28,8 +28,6 @@ public:
virtual ~CanvasFlag();
virtual bool on_event(GdkEvent* ev);
virtual void set_text(const std::string& a_text);
virtual void set_height (double);