summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-04-18 09:34:36 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-04-18 10:06:04 +0100
commita8e1ed87ff7ccd24ccbcd74cc7689e0eda2fec36 (patch)
tree8911a1619cfcc8e15dcdf9dc147c7e2d2d9116eb /vcl/inc
parent61a690cd79a0c1412d8432a62d48632b5c2adc80 (diff)
allow tree and tab boxes to have borders via .ui
Change-Id: I988f307d2ce88ac5f7e1ee7d7c5cffd352c963e0
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/vcl/builder.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/vcl/builder.hxx b/vcl/inc/vcl/builder.hxx
index 8202aa1494fe..5de792aaab5e 100644
--- a/vcl/inc/vcl/builder.hxx
+++ b/vcl/inc/vcl/builder.hxx
@@ -257,6 +257,8 @@ public:
//Convert _ gtk markup to ~ vcl markup
static OString convertMnemonicMarkup(const OString &rIn);
+ static OString extractCustomProperty(stringmap &rMap);
+
private:
Window *insertObject(Window *pParent, const OString &rClass, const OString &rID,
stringmap &rProps, stringmap &rPangoAttributes,