Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] Support child windows on Linux #273

Closed
vdvman1 opened this issue Jan 10, 2022 · 1 comment · Fixed by #413
Closed

[feat] Support child windows on Linux #273

vdvman1 opened this issue Jan 10, 2022 · 1 comment · Fixed by #413

Comments

@vdvman1
Copy link

vdvman1 commented Jan 10, 2022

Child windows are currently supported on windows and mac under the platform specific window APIs, however there does not appear to be an equivalent API for linux.
According to Amr Bashir on discord, child windows are possible on linux, so creating an API in tao for linux would then make it possible to have child windows on all supported platforms.

I am not sure if a common API would be a good idea or not, since child windows apparently behave differently on different platforms, but it may be good to have and to just document the differing behaviour.

@keiya01
Copy link
Member

keiya01 commented Jun 2, 2022

Can we use Window.set_transient_for for child window?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants