From 5fc15b5e955b7cd1b8c10ac6e3363a9a394f45a4 Mon Sep 17 00:00:00 2001 From: Sebastian Geerken Date: Tue, 17 Jun 2014 15:49:08 +0200 Subject: Implemented containerSizeChangedForChildren() for all widgets. --- dw/ui.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dw/ui.cc') diff --git a/dw/ui.cc b/dw/ui.cc index 7b394cc5..9f5bb280 100644 --- a/dw/ui.cc +++ b/dw/ui.cc @@ -64,6 +64,11 @@ void Embed::sizeAllocateImpl (Allocation *allocation) resource->sizeAllocate (allocation); } +void Embed::containerSizeChangedForChildren () +{ + // Nothing to do (as long as all resources return empty iterators). +} + void Embed::enterNotifyImpl (core::EventCrossing *event) { resource->emitEnter(); -- cgit v1.2.3