linebender / druid

A data-first Rust-native UI design toolkit.
https://linebender.org/druid/
Apache License 2.0
9.53k stars 568 forks source link

always_on_top for WindowBuilder #2264

Closed mgalos999 closed 2 years ago

mgalos999 commented 2 years ago

WindowBuilder now has a .always_on_top(bool) setting. Currently I have only implemented this for windows and just have warnings for other backends.