diff options
Diffstat (limited to 'src/FbTk/Menu.hh')
-rw-r--r-- | src/FbTk/Menu.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FbTk/Menu.hh b/src/FbTk/Menu.hh index 4ebab83..2675502 100644 --- a/src/FbTk/Menu.hh +++ b/src/FbTk/Menu.hh | |||
@@ -103,6 +103,7 @@ public: | |||
103 | void motionNotifyEvent(XMotionEvent &mn); | 103 | void motionNotifyEvent(XMotionEvent &mn); |
104 | void exposeEvent(XExposeEvent &ee); | 104 | void exposeEvent(XExposeEvent &ee); |
105 | void keyPressEvent(XKeyEvent &ke); | 105 | void keyPressEvent(XKeyEvent &ke); |
106 | void leaveNotifyEvent(XCrossingEvent &ce); | ||
106 | //@} | 107 | //@} |
107 | /// get input focus | 108 | /// get input focus |
108 | void grabInputFocus(); | 109 | void grabInputFocus(); |