Replies: 2 comments
-
That's the way to do it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
In addition to what Olivier said, note that the window handle won't be available immediate after |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
system: win10
slint: 1.13.0
let ui = AppWindow::new()?;
let h = ui.window().window_handle().window_handle()?;
output:
NotSupported
Beta Was this translation helpful? Give feedback.
All reactions