-
Notifications
You must be signed in to change notification settings - Fork 947
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
allow creation of child window #93
Labels
S - enhancement
Wouldn't this be the coolest?
Comments
This needs to be done for Servo anyway. |
Merged
jrmuizel
pushed a commit
to jrmuizel/winit
that referenced
this issue
Mar 29, 2017
Update gdi32-sys and user32-sys to 0.2 <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/glutin/93) <!-- Reviewable:end -->
6 tasks
tmfink
pushed a commit
to tmfink/winit
that referenced
this issue
Jan 5, 2022
…goooone Update dependencies to remove num-traits 0.1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be nice if we could create child window.
I can see 2 features :
-> I am experimenting in developing a plugin in rust and I would like to use for example conrod for GUI but the host application only gives me a void * as a parent window.
This change would allow me (and others) to embed their rust development into other applications.
If you think this is interesting I can look into this issue (for windows at least)
Since winit is already using CreateWindowEx I think it is just a matter of API design.
I don't know how this works for other platforms.
The text was updated successfully, but these errors were encountered: