mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
More work on the state binding for transition:
When there is a transition, turn the state property into a property of StateInfo Not yet implemented for C++
This commit is contained in:
parent
05924da620
commit
cfa9413861
11 changed files with 156 additions and 71 deletions
|
@ -64,6 +64,7 @@ using ItemVisitorRefMut = vtable::VRefMut<cbindgen_private::ItemVisitorVTable>;
|
|||
}
|
||||
using cbindgen_private::EasingCurve;
|
||||
using cbindgen_private::PropertyAnimation;
|
||||
using cbindgen_private::StateInfo;
|
||||
using cbindgen_private::Slice;
|
||||
using cbindgen_private::TextHorizontalAlignment;
|
||||
using cbindgen_private::TextVerticalAlignment;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue