diff options
author | Jim Raykowski <raykowj@gmail.com> | 2018-11-22 23:31:37 -0900 |
---|---|---|
committer | Jim Raykowski <raykowj@gmail.com> | 2018-12-31 08:03:41 +0100 |
commit | cb834ae5c8d5dbecdbc3729bc21889d97d8b582f (patch) | |
tree | 7d8afb720a81ff0a136635c5de629f08d63c6f44 /include/vcl/tabctrl.hxx | |
parent | 639013342e216776d1c6a8a6ff3ce29d1355b8ea (diff) |
Provide keyboard navigation to Shortcuts tool box and Hamburger menu in
NotebookbarTabControl
Use Ctrl+Right/Left arrow to move focus among current notebookbar tab
control tab title, hamburger menu, and shortcuts tool box.
Change-Id: Ia7b22ff03fce7148eb411cfe9eaabc247b737cb5
Reviewed-on: https://gerrit.libreoffice.org/63875
Tested-by: Jenkins
Reviewed-by: Jim Raykowski <raykowj@gmail.com>
Diffstat (limited to 'include/vcl/tabctrl.hxx')
-rw-r--r-- | include/vcl/tabctrl.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/tabctrl.hxx b/include/vcl/tabctrl.hxx index 332f92abb4e9..cf64e66efc64 100644 --- a/include/vcl/tabctrl.hxx +++ b/include/vcl/tabctrl.hxx @@ -201,6 +201,7 @@ public: void SetIconClickHdl( Link<NotebookBar*, void> aHdl ); void SetToolBox( ToolBox* pToolBox ); ToolBox* GetToolBox() { return m_pShortcuts; } + PushButton* GetOpenMenu() { return m_pOpenMenu; } virtual sal_uInt16 GetPageId( const Point& rPos ) const override; virtual void SelectTabPage( sal_uInt16 nPageId ) override; |