unmark changed callback as experimental

Closes #112
This commit is contained in:
Olivier Goffart 2024-09-09 14:40:16 +02:00 committed by GitHub
parent e79dcc4bec
commit 0feb674612
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 15 deletions

View file

@ -151,11 +151,8 @@ export component Example inherits Window {
}
```
<!--
## Change Callbacks
**This feature is still experimental**
In Slint, it's possible to define a callback that is invoked when a property's value changes.
```slint
@ -213,5 +210,3 @@ Using a changed callback forces immediate evaluation of bindings, which are typi
This practice also compromises the purity of bindings, complicating edits via graphical editors.
Accumulating excessive changed events can introduce issues and bugs, especially in scenarios involving loops, where a change callback modifies a property, potentially triggering changes to the same property.
-->