diff options
author | David Robillard <d@drobilla.net> | 2009-11-16 04:08:14 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-11-16 04:08:14 +0000 |
commit | 4ae2cca91a7482d23837f27b4c5130b0dbde98f3 (patch) | |
tree | bf5182fdae8d4dc0aefeb685371643acb8bb128a /src/gui/NewSubpatchWindow.hpp | |
parent | 720dc98574c6ec13f3d9c61d67a7144cb8200a2c (diff) | |
download | ingen-4ae2cca91a7482d23837f27b4c5130b0dbde98f3.tar.gz ingen-4ae2cca91a7482d23837f27b4c5130b0dbde98f3.tar.bz2 ingen-4ae2cca91a7482d23837f27b4c5130b0dbde98f3.zip |
Make all windows respond to ctrl+w.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2269 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/NewSubpatchWindow.hpp')
-rw-r--r-- | src/gui/NewSubpatchWindow.hpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gui/NewSubpatchWindow.hpp b/src/gui/NewSubpatchWindow.hpp index 8def3104..5f493582 100644 --- a/src/gui/NewSubpatchWindow.hpp +++ b/src/gui/NewSubpatchWindow.hpp @@ -22,10 +22,12 @@ #include <gtkmm.h> #include "raul/SharedPtr.hpp" #include "interface/GraphObject.hpp" -using namespace Ingen::Shared; +#include "Window.hpp" namespace Ingen { +using namespace Shared; + namespace Client { class PatchModel; } using Ingen::Client::PatchModel; @@ -38,7 +40,7 @@ namespace GUI { * * \ingroup GUI */ -class NewSubpatchWindow : public Gtk::Window +class NewSubpatchWindow : public Window { public: NewSubpatchWindow(BaseObjectType* cobject, const Glib::RefPtr<Gnome::Glade::Xml>& xml); |