The description of Gtk::Toolbar::set_icon_size()
says: "This function sets the size of stock icons in the toolbar."
If you use your own icon files (SVG or any other type), it's not a
stock icon. You have to look for another method to resize your
icons. Stock icons are deprecated. It would be reasonable to deprecate Gtk::Toolbar::set_icon_size() if it really affects only stock icons. But gtk_toolbar_set_icon_size() is not deprecated, and then Gtk::Toolbar::set_icon_size() is not deprecated. Kjell Den 2016-06-28 kl. 14:13, skrev Glus
Xof:
|