GTK2 to GTK3 gtk_window_set_geometry_hints issue?

2015-02-17 Thread The Devils Jester
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

Re: GtkHeaderBar, broadway & window manipulation ( moving, resizing ) with broadway

2015-02-17 Thread Daniel Kasak
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