Re: get_preferred_height_vfunc for Gtk::CellRenderer seems to have no effect on 3.14 to the mailing list gtkmm-list



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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]