summaryrefslogtreecommitdiffstats
path: root/src/gui/NodePropertiesWindow.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-11-16 04:32:16 +0000
committerDavid Robillard <d@drobilla.net>2009-11-16 04:32:16 +0000
commitb1a0a1b76ee1c9ae469c3d73543998662adc05ee (patch)
treecfd8cfadb3285f373f314a212b71c4d98eb987b2 /src/gui/NodePropertiesWindow.hpp
parent4ae2cca91a7482d23837f27b4c5130b0dbde98f3 (diff)
downloadingen-b1a0a1b76ee1c9ae469c3d73543998662adc05ee.tar.gz
ingen-b1a0a1b76ee1c9ae469c3d73543998662adc05ee.tar.bz2
ingen-b1a0a1b76ee1c9ae469c3d73543998662adc05ee.zip
Add close button to node properties dialog.
Make resize window a dialog, transient of patch window (center nicely, etc). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2270 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/NodePropertiesWindow.hpp')
-rw-r--r--src/gui/NodePropertiesWindow.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/NodePropertiesWindow.hpp b/src/gui/NodePropertiesWindow.hpp
index fb540816..adbdb2c4 100644
--- a/src/gui/NodePropertiesWindow.hpp
+++ b/src/gui/NodePropertiesWindow.hpp
@@ -52,6 +52,7 @@ private:
Gtk::Label* _plugin_type_label;
Gtk::Label* _plugin_uri_label;
Gtk::Label* _plugin_name_label;
+ Gtk::Button* _close_button;
};
} // namespace GUI