aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/pugl/pugl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/pugl/pugl.h b/include/pugl/pugl.h
index 9e65aad..9e2181a 100644
--- a/include/pugl/pugl.h
+++ b/include/pugl/pugl.h
@@ -1012,6 +1012,11 @@ PUGL_API
PuglStatus
puglSetParentWindow(PuglView* view, PuglNativeView parent);
+/// Return the parent window this view is embedded in, or null
+PUGL_API
+PuglNativeView
+puglGetParentWindow(const PuglView* view);
+
/**
Set the transient parent of the window.