summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/builder.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/vcl/builder.hxx b/include/vcl/builder.hxx
index 3f4841e0ef17..baa77d367f54 100644
--- a/include/vcl/builder.hxx
+++ b/include/vcl/builder.hxx
@@ -297,6 +297,9 @@ public:
OString get_by_window(const ::Window *pWindow) const;
void delete_by_window(const ::Window *pWindow);
+ //release ownership of pWindow, i.e. don't delete it
+ void drop_ownership(const ::Window *pWindow);
+
//apply the properties of rProps to pWindow
static void set_properties(::Window *pWindow, const stringmap &rProps);