Re: spanned table cell expansion

2005-06-17 Thread Karl H. Beckers
Aahh, so what you're suggesting is (in my case) remove the expand bits from the hscale and entry and put an invisible dummy widget in the middle column with expand set will try that. Karl. that works like a charm and will do nicely as a workaround, thanks. Karl.

Re: spanned table cell expansion

2005-06-17 Thread Karl H. Beckers
Alem Dain schrieb: On 6/17/05, Karl H. Beckers <[EMAIL PROTECTED]> wrote: ... that sounds promising ... though I can't quite claim to understand why this helps, yet. Well, my guess is that the table will grow any column that has a widget in it which has GTK_EXPAND set. So just make s

Re: spanned table cell expansion

2005-06-17 Thread Alem Dain
On 6/17/05, Karl H. Beckers <[EMAIL PROTECTED]> wrote: > ... > that sounds promising ... though I can't quite claim to understand why > this helps, yet. Well, my guess is that the table will grow any column that has a widget in it which has GTK_EXPAND set. So just make sure that only the columns

Re: spanned table cell expansion

2005-06-17 Thread Karl H. Beckers
Christopher Anderson schrieb: Could you post a bit of code so we can get a better idea of what's going on? Chris Sure thing, you can find the glade stuff and the C code glade produces from it here: http://www.jarre-de-the.net/computing/gtk/ Thanks, Karl. __

Re: spanned table cell expansion

2005-06-17 Thread Alem Dain
Hmm. Well, if you didn't care about resizing the window/table, then I would suggest you use GTK_FILL for the xoptions. If you use GTK_EXPAND as an xoption for, say, the hscale, then the two columns containing the hscale will expand uniformly. Okay, that was me making sure I understand the questi

Re: spanned table cell expansion

2005-06-17 Thread Christopher Anderson
Could you post a bit of code so we can get a better idea of what's going on? Chris On 6/17/05, Karl H. Beckers <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm having this effect where my table cells aren't expanding as I expect > them to. If somebody could shed some light here (perhaps provide a >

spanned table cell expansion

2005-06-17 Thread Karl H. Beckers
Hi all, I'm having this effect where my table cells aren't expanding as I expect them to. If somebody could shed some light here (perhaps provide a workaround) that would be most welcome. I have reduced this to the max. Let's say we have this table with 3 columns and 2 rows where in each row