cozy icon indicating copy to clipboard operation
cozy copied to clipboard

Use GObject.Property and Gtk.Template.Callback

Open rdbende opened this issue 2 years ago • 0 comments

Feature description

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.

rdbende avatar Jan 07 '24 10:01 rdbende