summaryrefslogtreecommitdiff
path: root/vcl/inc/vcl/layout.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-12-01 11:49:36 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-09-28 08:48:05 +0100
commitdcf9a685080b6a093f747496cf3cf884b044e33d (patch)
treea1b9daf0e948a8e574065a63af0e99657fb17355 /vcl/inc/vcl/layout.hxx
parent58eea0f6bd050b0b31ad1059d18dee07872b1020 (diff)
add a vile getLegacyBestSizeForChildren
Diffstat (limited to 'vcl/inc/vcl/layout.hxx')
-rw-r--r--vcl/inc/vcl/layout.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/inc/vcl/layout.hxx b/vcl/inc/vcl/layout.hxx
index 59ec3502c64e..0aacc2db6bf0 100644
--- a/vcl/inc/vcl/layout.hxx
+++ b/vcl/inc/vcl/layout.hxx
@@ -248,6 +248,10 @@ protected:
}
};
+//Get a Size which is large enough to contain all children with
+//an equal amount of space at top left and bottom right
+Size getLegacyBestSizeForChildren(const Window &rWindow);
+
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */