slint/sixtyfps_runtime/interpreter
Simon Hausmann aafb96cb93 Get rid of abi::datastructures::WindowProperties
Instead, pass a reference to the root item when mapping the window,
at which point we can downcast to the new Window item. If we have one,
then we'll read its width/height (for initial values) and install
bindings to keep them up-to-date.
2020-08-12 09:44:42 +02:00
..
Cargo.toml Add a window to the top-level component 2020-08-11 13:38:38 +02:00
dynamic_component.rs Get rid of abi::datastructures::WindowProperties 2020-08-12 09:44:42 +02:00
dynamic_type.rs Refactor the interpreter by trying to use FieldOffset insdead of usize for offsets 2020-08-11 10:22:16 +02:00
eval.rs Move the window scale factor into GraphicsWindow 2020-08-11 13:42:51 +02:00
lib.rs Refactor the interpreter by trying to use FieldOffset insdead of usize for offsets 2020-08-11 10:22:16 +02:00