mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 22:01:13 +00:00
![]() * Add `RequestedSize` and `RequestedPosition` enum to enable asking for logical or physical size/position. * Rename `Window::size()` to `Window::physical_size()` * Make `Window::set_size(...)` take an `Into<RequestedSize>` * Rename `Window::position()` to `Window::physical_position()` * Make `Window::set_position(...)` take an `Into<RequestedPosition>` * Change `WindowAdapter` and related classes to be able to handle requests being made in the either physical or logical units. Implement this for C++, Rust and node. |
||
---|---|---|
.. | ||
index.ts |