Is it possible to get native window handle from slint window? #5107
Unanswered
gibberishCode
asked this question in
Q&A
Replies: 2 comments 4 replies
-
|
The git version has a way to obtain a raw window handle in Rust: https://snapshots.slint.dev/master/docs/rust/slint/struct.window#method.window_handle is that what you’re looking for? |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
Is there any feedback on whether exposing the native window handle will be allowed in the C++ API? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I see that there is a way to connect native window to the slint https://github.com/slint-ui/slint/tree/master/examples/cpp/platform_native
but I just want to get native handler somehow and can't find a way to do so. Is it possible?
Beta Was this translation helpful? Give feedback.
All reactions