Skip to content
  • Jehan's avatar
    app, libgimpwidgets: move gimp_prop_spin_scale_new() and… · 7056f1b9
    Jehan authored
    … gimp_prop_widget_set_factor() to libgimpwidgets.
    
    Now that GimpSpinScale is in libgimpwidgets, it's time to move the
    associated prop too, to make it a prop widget with such a widget easily
    creatable by plug-ins.
    
    While doing so, I update both these functions logic, binding properties
    together with the g_object_bind_property*() APIs (as we do already in
    some other recent prop functions) rather than connecting to signals
    ourselves. It makes for much simpler code.
    7056f1b9