summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-07-03 11:39:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-07-03 12:46:31 +0100
commit30db63e8a3f8806a1b00e14cd70bc75f3e66211e (patch)
tree293736b67eed0717c0204c87b4e88814ec87fc44 /include
parentf19cc396580726f9fa1c75a2b6346e2a4827acc2 (diff)
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
Diffstat (limited to 'include')
-rw-r--r--include/vcl/builder.hxx2
1 files changed, 2 insertions, 0 deletions
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);