From 55c6e4c46d388189e35329a6519b9afa86f029fa Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 15 Jun 2006 08:22:48 +0000 Subject: Switched patch "description" window into a properties window (hopefully to extend in the future) git-svn-id: http://svn.drobilla.net/lad/grauph@40 a436a847-0d15-0410-975c-d299462d15a1 --- src/progs/gtk/PatchWindow.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/progs/gtk/PatchWindow.h') diff --git a/src/progs/gtk/PatchWindow.h b/src/progs/gtk/PatchWindow.h index 54ea11ef..42fba478 100644 --- a/src/progs/gtk/PatchWindow.h +++ b/src/progs/gtk/PatchWindow.h @@ -69,9 +69,6 @@ public: LoadSubpatchWindow* load_subpatch_window() const { return m_load_subpatch_window; } NewSubpatchWindow* new_subpatch_window() const { return m_new_subpatch_window; } - void show_control_window(); - void show_description_window(); - // Breadcrumb management void node_removed(const string& name); void node_renamed(const string& old_path, const string& new_path); @@ -96,13 +93,15 @@ private: void event_destroy(); void event_clear(); void event_fullscreen_toggled(); + void event_show_properties(); + void event_show_controls(); + PatchController* m_patch; LoadPluginWindow* m_load_plugin_window; LoadPatchWindow* m_load_patch_window; NewSubpatchWindow* m_new_subpatch_window; LoadSubpatchWindow* m_load_subpatch_window; - PatchDescriptionWindow* m_description_window; bool m_enable_signal; bool m_position_stored; -- cgit v1.2.1