From 02db08d26e992a0c9c90b382ce9809d39283a910 Mon Sep 17 00:00:00 2001
From: Sebastian Koslowski <koslowski@kit.edu>
Date: Fri, 4 Jul 2014 21:58:26 +0200
Subject: grc: auto-hide port labels

---
 grc/gui/Element.py | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'grc/gui/Element.py')

diff --git a/grc/gui/Element.py b/grc/gui/Element.py
index 915bdfb915..bca7a03699 100644
--- a/grc/gui/Element.py
+++ b/grc/gui/Element.py
@@ -262,3 +262,9 @@ class Element(object):
         if rotation not in POSSIBLE_ROTATIONS:
             raise Exception('"%s" is not one of the possible rotations: (%s)'%(rotation, POSSIBLE_ROTATIONS))
         self.rotation = rotation
+
+    def mouse_over(self):
+        pass
+
+    def mouse_out(self):
+        pass
-- 
cgit v1.2.3