Skip to content

Decouple GtkSwitch active and state properties usage

The ability to tweak the state property was mainly introduced in order to implement delayed state change via the state-set signal. Since GTK 4.9.3[1] the active and state properties are no more interchangeable.

[1] gtk!5442 (merged)

Merge request reports