Re: Positionning a widget in Table cells

2007-03-23 Thread Jonathan Winterflood
> If the widget is a subclass of GtkMisc, use its methods to > set the alignment. Otherwise pack it to a GtkAlignment. In > both cases it has to be attached to the table with vertical > GTK_FILL flag. Thanks for the fast anwser :) The widget is a box, prefilled with some other widgets & some log

Re: Positionning a widget in Table cells

2007-03-23 Thread Yeti
On Fri, Mar 23, 2007 at 11:33:31PM +0100, Jonathan Winterflood wrote: > I'm using a number of custom widgets, packed into a Table in my main window > One of these ("W") is attached to 2 cells of the first > column, and others ("a","b","c","m") fill the other cells, like so: > > m m m > W a b > W _

Positionning a widget in Table cells

2007-03-23 Thread Jonathan Winterflood
Hi all, I'm developping an app w/ gtkmm 2.4. I'm using a number of custom widgets, packed into a Table in my main window One of these ("W") is attached to 2 cells of the first column, and others ("a","b","c","m") fill the other cells, like so: m m m W a b W _ b c c c This Widget is set to shrink