[Gtkmm4.0]How to zoom in/out the scrollWindow?

[Gtkmm4.0]How to zoom in/out the scrollWindow?

This cannot be done automatically, you have to determine yourself how the content scales. If the content is a custom GtkScrollable implementation, you may be able to do this simply using Gtk::Snapshot::scale.

Thank you, I’ll try this.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.