diff options
Diffstat (limited to 'src/gui/Port.hpp')
-rw-r--r-- | src/gui/Port.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/Port.hpp b/src/gui/Port.hpp index 2aab66eb..94f66ecd 100644 --- a/src/gui/Port.hpp +++ b/src/gui/Port.hpp @@ -75,6 +75,7 @@ private: bool flip = false); Gtk::Menu* build_enum_menu(); + Gtk::Menu* build_uri_menu(); GraphBox* get_graph_box() const; void property_changed(const Raul::URI& key, const Raul::Atom& value); @@ -82,6 +83,7 @@ private: void on_value_changed(GVariant* value); void on_scale_point_activated(float f); + void on_uri_activated(const Raul::URI& uri); bool on_event(GdkEvent* ev); App& _app; |