summaryrefslogtreecommitdiffstats
path: root/include/vcl/InterimItemWindow.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-08-28 12:39:13 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-08-28 20:14:56 +0200
commitf6f114e73d429d3e4ec9068208133c3b433c0274 (patch)
treea371fc866f0bb9b2d3d4c715da4e828448801636 /include/vcl/InterimItemWindow.hxx
parentdrop newly unused VertSplitView (diff)
downloadcore-f6f114e73d429d3e4ec9068208133c3b433c0274.tar.gz
core-f6f114e73d429d3e4ec9068208133c3b433c0274.zip
allow overriding the IdleResize method
Change-Id: I6c224a68057c7c593dd37299cc4079bd97519cb2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101550 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/InterimItemWindow.hxx')
-rw-r--r--include/vcl/InterimItemWindow.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/InterimItemWindow.hxx b/include/vcl/InterimItemWindow.hxx
index 3716c1e2053a..6e406f41f67e 100644
--- a/include/vcl/InterimItemWindow.hxx
+++ b/include/vcl/InterimItemWindow.hxx
@@ -45,6 +45,8 @@ protected:
// returns true if keystroke is consumed
bool ChildKeyInput(const KeyEvent& rKEvt);
+ virtual void IdleResize();
+
std::unique_ptr<weld::Builder> m_xBuilder;
VclPtr<vcl::Window> m_xVclContentArea;
std::unique_ptr<weld::Container> m_xContainer;