diff options
Diffstat (limited to 'pugl/pugl.h')
-rw-r--r-- | pugl/pugl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pugl/pugl.h b/pugl/pugl.h index fbdf5db..84bfa98 100644 --- a/pugl/pugl.h +++ b/pugl/pugl.h @@ -1001,6 +1001,9 @@ puglSetParentWindow(PuglView* view, PuglNativeView parent); Set this for transient children like dialogs, to have them properly associated with their parent window. This should be called before puglRealize(). + + A view can either have a parent (for embedding) or a transient parent (for + top-level windows like dialogs), but not both. */ PUGL_API PuglStatus puglSetTransientFor(PuglView* view, PuglNativeView parent); |