When I originally designed my GTK2 based app, I had difficulty getting the
window to allow for resizing (smaller) by dragging on the edges/border of
the window. It could always get bigger, but smaller was an issue. I
managed to solve the issue by providing it with a minimal size hint like:
gtk_w
Thanks :)
On Tue, Feb 17, 2015 at 6:34 PM, Jerome Flesch wrote:
> Hello,
>
> I'm also currently playing with GtkHeaderBars.
> In order for it to work, you must specify that the headerbar is a
> child of type "titlebar". I did it in the XML directly, so I'm not
> sure how you can specify it in co