diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-05-10 16:21:17 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-05-11 12:09:11 +0100 |
commit | 43896bcbea44aa92ee80ee7ba6cb39f5f514c751 (patch) | |
tree | 785f0c32bd73cd91a560ba0b5802687bd760fc1f /include | |
parent | fac124afd23b23c648900d14c41881dc246f5e0e (diff) |
Resolves: tdf#99709 native gtk3 menubar isn't accessible with F6
Change-Id: If772231e824e71c327103e147e3eef69e82339f6
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/taskpanelist.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/taskpanelist.hxx b/include/vcl/taskpanelist.hxx index fd043651a4f3..e1b908d25839 100644 --- a/include/vcl/taskpanelist.hxx +++ b/include/vcl/taskpanelist.hxx @@ -41,6 +41,7 @@ public: void AddWindow( vcl::Window *pWindow ); void RemoveWindow( vcl::Window *pWindow ); bool HandleKeyEvent(const KeyEvent& rKeyEvent); + static bool IsCycleKey(const vcl::KeyCode& rKeyCode); }; #endif |