Hi,
I have a Gtk::Grid filled with custom made widgets, the
widgets do auto resize if used without the grid (ex. packed to
top window), but the grid does not auto resize as the top
window resizes, and keeps all the child widgets the same size.
I tried set_row_homogenous() and set_column_homogenous(),
and also "set_align" sort of functions, and none helped.
How to solve this?
using gtkmm 3.16
Hopefully I provided enough info, if not please let me
know.
thank you!