Re: Scaling in one direction

2005-10-01 Thread Christian Neumair
Am Samstag, den 01.10.2005, 09:40 +0930 schrieb Lachlan Gunn: > Hi, > I'm making an application that has a vbox that I want to only resize > horizontally gtk_widget_set_size_request (-1, desired_vertical_size_in_px); -- Christian Neumair <[EMAIL PROTECTED]> _

Scaling in one direction

2005-09-30 Thread Lachlan Gunn
Hi, I'm making an application that has a vbox that I want to only resize horizontally (ie. when I extend the window horizontally, it becomes wider, but when I extend vertically it stays the same size). I haven't been able to figure this out, is there anyone here who could help me? -- Thanks, Lachl