newsAdvanced Gtk+ Sequencer - News

 
 

GSequencer version 4.0.x announcement

Item posted by Joël Krähemann <jkraehemann> on Sat 26 Feb 2022 09:47:43 AM UTC.

Few days ago, I started to migrate libags_gui.so to Gtk-4. Actually only AgsPiano and AgsRuler are left to migrate. The library removed following widgets:


In replacement for these widgets, following widgets implement GtkOrientable interface:


Following widgets inherit from GtkBox, which implements GtkOrientable interface, too:


AgsPiano and AgsRuler is probably going to implement GtkOrientable, too.

AgsViewport has been remove, since it is not needed anymore. We can use GtkScrolledWindow with GTK_POLICY_EXTERNAL policy.

To migrate libgsequencer.so is a big task, I expect at least 1 month of work until we are using the new major release of Gtk.




Joël

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code