aboutsummaryrefslogtreecommitdiffstats
path: root/src/gui/EdgeView.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/EdgeView.hpp')
-rw-r--r--src/gui/EdgeView.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/EdgeView.hpp b/src/gui/EdgeView.hpp
index c394d49..61de52f 100644
--- a/src/gui/EdgeView.hpp
+++ b/src/gui/EdgeView.hpp
@@ -33,11 +33,12 @@ public:
SharedPtr<Machina::Edge> edge() { return _edge; }
- void update_label();
+ void show_label(bool show);
virtual double length_hint() const;
private:
+ void update_label();
bool on_event(GdkEvent* ev);
SharedPtr<Machina::Edge> _edge;