aboutsummaryrefslogtreecommitdiff
path: root/dw/ui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dw/ui.cc')
-rw-r--r--dw/ui.cc5
1 files changed, 5 insertions, 0 deletions
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();