aboutsummaryrefslogtreecommitdiffstats
path: root/src/gui/NodeView.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/NodeView.hpp')
-rw-r--r--src/gui/NodeView.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/NodeView.hpp b/src/gui/NodeView.hpp
index 4641787..41ff45f 100644
--- a/src/gui/NodeView.hpp
+++ b/src/gui/NodeView.hpp
@@ -32,11 +32,13 @@ public:
double y);
SharedPtr<Machina::Node> node() { return _node; }
+
+ void show_label(bool show);
void update_state();
private:
- void on_click(GdkEventButton* ev);
+ void handle_click(GdkEventButton* ev);
void on_double_click(GdkEventButton* ev);
Gtk::Window* _window;