Re: Auto-resize scrolled window

2015-09-22 Thread Gergely Polonkai
Can you also show us your widget hierarchy like Lucas did? The problem you outline should not happen in a usual hierarchy. On 22 Sep 2015 22:11, "Subsentient" wrote: > GTK 2, using C calls. > > On 09/22/15 08:52, Gergely Polonkai wrote: > > Before anyone could actually

Re: Auto-resize scrolled window

2015-09-22 Thread Subsentient
GTK 2, using C calls. On 09/22/15 08:52, Gergely Polonkai wrote: Before anyone could actually answer: • what version of GTK are you using? • how do you build your window? Are you using plain C calls, or some UI builder like Glade? Best, Gergely On 22 Sep 2015 02:33, "Subsentient"

Re: Auto-resize scrolled window

2015-09-22 Thread Lucas Levrel
Le 21 septembre 2015, Subsentient a écrit : On 09/21/15 20:33, Subsentient wrote: > When I resize the window, I'm having difficulty finding a way to make a > scrolled window automatically resize with it. I can't use > gtk_widget_set_size_request(), because then I won't be able to shrink it

Re: Auto-resize scrolled window

2015-09-22 Thread Gergely Polonkai
Before anyone could actually answer: • what version of GTK are you using? • how do you build your window? Are you using plain C calls, or some UI builder like Glade? Best, Gergely On 22 Sep 2015 02:33, "Subsentient" wrote: > When I resize the window, I'm having