How do I make sure my GtkWindow
fits all children?
As you can see, currently my GtkWindow
can shrink to the point the children do not fit in it.
I have been browsing the documentation, but there doesn't even seem to be a way to hard-code the minimum size, let alone let it dynamically depend on the size of my children.
The UI is written in XML and loaded using GtkBuilder
.
set_size_request
function/method. – José Fonte