summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchBox.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-20 05:51:23 +0000
committerDavid Robillard <d@drobilla.net>2012-03-20 05:51:23 +0000
commit6720dc9cab2d0cb82ca7d45fb143ad4dfcafbf81 (patch)
treeda3df2cd6f430d9f43266353e941c84171c4fb8d /src/gui/PatchBox.hpp
parent0a84eeb07fcf02db803079bf5d4c97792ae76766 (diff)
downloadingen-6720dc9cab2d0cb82ca7d45fb143ad4dfcafbf81.tar.gz
ingen-6720dc9cab2d0cb82ca7d45fb143ad4dfcafbf81.tar.bz2
ingen-6720dc9cab2d0cb82ca7d45fb143ad4dfcafbf81.zip
Show entire UI (with menu and status bar) for LV2 UI.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4091 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/PatchBox.hpp')
-rw-r--r--src/gui/PatchBox.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/PatchBox.hpp b/src/gui/PatchBox.hpp
index bd275cbb..d6d03829 100644
--- a/src/gui/PatchBox.hpp
+++ b/src/gui/PatchBox.hpp
@@ -58,6 +58,8 @@ public:
const Glib::RefPtr<Gtk::Builder>& xml);
~PatchBox();
+ static SharedPtr<PatchBox> create(App& app, SharedPtr<const PatchModel> patch);
+
void init_box(App& app);
void set_patch(SharedPtr<const PatchModel> pc, SharedPtr<PatchView> view);
void set_window(PatchWindow* win) { _window = win; }