You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea behind a builder is to construct an object, properties are interesting to set during object construction and some cannot be set afterwards. However signals are always after it has been created.
A major benefit of builders is to configure an object "in one go". It'd be nice to be able to set up signals for widgets using builders:
instead of what we have to do now:
(from https://gtk-rs.org/gtk4-rs/stable/latest/book/widgets.html)
The text was updated successfully, but these errors were encountered: