From 30db63e8a3f8806a1b00e14cd70bc75f3e66211e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 3 Jul 2013 11:39:16 +0100 Subject: arrange a way to describe non-dropdown MetricBoxes i.e. use a VclComboBoxNumeric which now has an adjustment option and a dropdown option (defaulting to true). Rework existing glade widget placeholders to be children of that widget placeholder. Centralize the dropdown bit tweaking logic. Change-Id: Ib6dc4d19b367986e9d6a2fc2bead51e198892893 --- include/vcl/builder.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/vcl/builder.hxx b/include/vcl/builder.hxx index 13aba5836799..3708a34874ab 100644 --- a/include/vcl/builder.hxx +++ b/include/vcl/builder.hxx @@ -290,6 +290,8 @@ public: static OString extractCustomProperty(stringmap &rMap); + static bool extractDropdown(stringmap &rMap); + //add a default value of 25 width-chars to a map if width-chars not set static void ensureDefaultWidthChars(VclBuilder::stringmap &rMap); -- cgit