summaryrefslogtreecommitdiffstats
path: root/src/gui/NodeModule.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-05-12 04:30:51 +0000
committerDavid Robillard <d@drobilla.net>2012-05-12 04:30:51 +0000
commite6ef6533ecd35aa7623fb8e286ef7e6bb4515fb4 (patch)
tree4dc588850cba294da046390567e3f4358c8ce740 /src/gui/NodeModule.hpp
parent8f5f234b6a81f96fa156257531c20b1b5bd17cfe (diff)
downloadingen-e6ef6533ecd35aa7623fb8e286ef7e6bb4515fb4.tar.gz
ingen-e6ef6533ecd35aa7623fb8e286ef7e6bb4515fb4.tar.bz2
ingen-e6ef6533ecd35aa7623fb8e286ef7e6bb4515fb4.zip
Select newly pasted objects so they can be easily moved.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4370 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/NodeModule.hpp')
-rw-r--r--src/gui/NodeModule.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/NodeModule.hpp b/src/gui/NodeModule.hpp
index 7d89dc32..0cfa4ec8 100644
--- a/src/gui/NodeModule.hpp
+++ b/src/gui/NodeModule.hpp
@@ -61,6 +61,7 @@ public:
virtual void store_location(double x, double y);
void show_human_names(bool b);
+ void set_selected(gboolean b);
SharedPtr<const Client::NodeModel> node() const { return _node; }
@@ -75,7 +76,6 @@ protected:
void embed_gui(bool embed);
bool popup_gui();
void on_gui_window_close();
- void set_selected(gboolean b);
void rename();
void property_changed(const Raul::URI& predicate, const Raul::Atom& value);