mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
![]() Previously: Window is an Rc<WindowInner>, which has an Rc<dyn PLatformWindow> - and weak references the other way around. Now: Rc<dyn PlatformWindow> is the root of window ownership. The impl PlatformWindow has a slint::api::Window, which just holds a WindowInner. This change is incomplete on a few levels, mainly that neither of the code generators nor the interpreter is ported. |
||
---|---|---|
.. | ||
slint.h | ||
slint_brush.h | ||
slint_callbacks.h | ||
slint_color.h | ||
slint_config.h | ||
slint_image.h | ||
slint_interpreter.h | ||
slint_pathdata.h | ||
slint_point.h | ||
slint_properties.h | ||
slint_sharedvector.h | ||
slint_size.h | ||
slint_string.h | ||
slint_testing.h | ||
vtable.h |