child window&owner window #8574
-
Hi, I want to know the different between child window and owned window.
I don't know which should I select. and then.. I see the macos only support "chlid", the linux support none of them? will they be supported in future? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Yep, it doesn't have the 2 concepts Windows (OS) has.
I think on Linux it also has the child behavior but no owner api. It's implemented in tao (tauri's windowing library) but was never exposed in tauri for some reason. Should be an easy change though. |
Beta Was this translation helpful? Give feedback.
overflow: hidden
Yep, it doesn't have the 2 concepts Windows (OS) has.
I think on Linux it also has the child behavior but no owner api. It's implemented in tao (tauri's windowing library) but was never exposed in tauri for some reason. Should be an easy change though.