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
There are a number of custom widgets that could use GObject.Propertys or Gtk.Template.Callbacks instead of updating properties and connecting signals manually. It would be good to replace them with the above mentioned decorators, and bind these from the UI files.
The text was updated successfully, but these errors were encountered:
Feature description
There are a number of custom widgets that could use
GObject.Property
s orGtk.Template.Callback
s instead of updating properties andconnect
ing signals manually. It would be good to replace them with the above mentioned decorators, and bind these from the UI files.The text was updated successfully, but these errors were encountered: