diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-03-05 15:15:12 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-03-05 21:25:35 +0100 |
commit | 74b5218b68469c29f93436b308e85a20140ce9dd (patch) | |
tree | a6001a0887bf1a3ab7664ba27b125bc60107e83f /sw/source/uibase/inc/navipi.hxx | |
parent | 37673f115fb3f8afb85fb0b5a2713ec9c1497771 (diff) |
add a callback for when a container gains or loses focus
Change-Id: Id8e8e59547280297db9140a840228f62b75593ed
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112021
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/uibase/inc/navipi.hxx')
-rw-r--r-- | sw/source/uibase/inc/navipi.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/uibase/inc/navipi.hxx b/sw/source/uibase/inc/navipi.hxx index 10044d45ed51..bdcd7acde296 100644 --- a/sw/source/uibase/inc/navipi.hxx +++ b/sw/source/uibase/inc/navipi.hxx @@ -107,6 +107,8 @@ class SwNavigationPI : public PanelLayout DECL_LINK( ChangePageHdl, Timer*, void ); DECL_LINK( PageEditModifyHdl, weld::SpinButton&, void ); DECL_LINK( EditActionHdl, weld::Entry&, bool ); + DECL_LINK( SetFocusChildHdl, weld::Container&, void ); + bool EditAction(); void UsePage(); |