Excerpts from Kjell Ahlstedt's message of October 23, 2014 10:58:
Have you checked if your get_preferred_height_vfunc() is called?
Perhaps now the get_preferred_height_for_width_vfunc() is called, and
you need to override that function too. It might have changed, if some
container widget has been changed between 3.12 and 3.14.

I did, it does get called. I also tried overriding
get_preferred_height_for_width_vfunc(), but to no avail. I have tried
just setting the value of minimum_height and natural_height to some
integer (5000), but it makes no difference in 3.14 (it does in 3.12).

Cheers, Gaute

_______________________________________________
gtkmm-list mailing list
gtkmm-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to