diff options
Diffstat (limited to 'src/gui/GraphWindow.hpp')
-rw-r--r-- | src/gui/GraphWindow.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/GraphWindow.hpp b/src/gui/GraphWindow.hpp index 593ef048..ea411c91 100644 --- a/src/gui/GraphWindow.hpp +++ b/src/gui/GraphWindow.hpp @@ -65,6 +65,7 @@ public: protected: void on_hide(); void on_show(); + bool on_key_press_event(GdkEventKey* event); private: GraphBox* _box; |